<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comentarios en: Usando el API de bit.ly con CodeIgniter	</title>
	<atom:link href="https://volkanrivera.com/esp/2010/02/usando-el-api-de-bitly-con-codeigniter/feed/" rel="self" type="application/rss+xml" />
	<link>https://volkanrivera.com/esp/2010/02/usando-el-api-de-bitly-con-codeigniter/</link>
	<description>Internet y negocios con tecnologías de la información.</description>
	<lastBuildDate>Tue, 28 Sep 2010 20:20:58 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		Por: Heisler		</title>
		<link>https://volkanrivera.com/esp/2010/02/usando-el-api-de-bitly-con-codeigniter/#comment-939</link>

		<dc:creator><![CDATA[Heisler]]></dc:creator>
		<pubDate>Tue, 28 Sep 2010 20:20:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.volkanrivera.com/esp/?p=1010#comment-939</guid>

					<description><![CDATA[class Principal extends Controller {

	function Principal()
	{
		parent::Controller();
        $this-&#062;load-&#062;library(&#039;Bitly&#039;);
	}

	function index()
	{

	 $this-&#062;bitly-&#062;setKey(&#039;my user&#039;,&#039;mi key&#039;);
                $URL = &quot;http://bit.ly/14H1OB&quot;;
               list($protocol, $empty, $bitly, $hash)=split(&quot;/&quot;, $URL);
               $result   = $this-&#062;bitly-&#062;stats($hash);
               echo &quot;&quot;;
              print_r($result);
              echo &quot;&quot;;

    }
}]]></description>
			<content:encoded><![CDATA[<p>class Principal extends Controller {</p>
<p>	function Principal()<br />
	{<br />
		parent::Controller();<br />
        $this-&gt;load-&gt;library(&#8216;Bitly&#8217;);<br />
	}</p>
<p>	function index()<br />
	{</p>
<p>	 $this-&gt;bitly-&gt;setKey(&#8216;my user&#8217;,&#8217;mi key&#8217;);<br />
                $URL = «http://bit.ly/14H1OB»;<br />
               list($protocol, $empty, $bitly, $hash)=split(«/», $URL);<br />
               $result   = $this-&gt;bitly-&gt;stats($hash);<br />
               echo «»;<br />
              print_r($result);<br />
              echo «»;</p>
<p>    }<br />
}</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
