<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Lapiz Corto &#187; jinput</title>
	<atom:link href="https://www.lapizcorto.com/tag/jinput/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.lapizcorto.com</link>
	<description>Para esas soluciones que nunca recuerdas</description>
	<lastBuildDate>Mon, 14 Dec 2015 08:34:34 +0000</lastBuildDate>
	<language>es-ES</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.9.1</generator>
	<item>
		<title>Joomla: get POST jForm variables sent with jInput</title>
		<link>https://www.lapizcorto.com/joomla-get-post-jform-variables-sent-with-jinput/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=joomla-get-post-jform-variables-sent-with-jinput</link>
		<comments>https://www.lapizcorto.com/joomla-get-post-jform-variables-sent-with-jinput/#comments</comments>
		<pubDate>Fri, 13 Apr 2012 11:58:39 +0000</pubDate>
		<dc:creator><![CDATA[Jiden]]></dc:creator>
				<category><![CDATA[Joomla!]]></category>
		<category><![CDATA[jform]]></category>
		<category><![CDATA[jinput]]></category>
		<category><![CDATA[post]]></category>

		<guid isPermaLink="false">http://www.lapizcorto.com/?p=566</guid>
		<description><![CDATA[Method to receive with jInput the jForm $_POST variables in Joomla administration.]]></description>
				<content:encoded><![CDATA[<p>Method to receive with jInput the jForm $_POST variables in Joomla administration.</p>
<pre class="brush: php; title: ; notranslate">
$jinput = JFactory::getApplication()-&gt;input;
$variables = $jinput-&gt;post-&gt;get('jform',array(),'ARRAY');
</pre>
]]></content:encoded>
			<wfw:commentRss>https://www.lapizcorto.com/joomla-get-post-jform-variables-sent-with-jinput/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
