<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>Articles "php" category</title>
    <link>http://kiwwito.com/articles/category/php</link>
    <description>Últimos artículos publicados en categoría "php"</description>
    <language>en</language>
    <pubDate>May 18 2012 09:34:52</pubDate>
    <lastBuildDate>May 18 2012 09:34:52</lastBuildDate>
    <generator>kiwwito generator 1.0</generator>
    <managingEditor>keyvan@kiwwito.com</managingEditor>
    <webMaster>keyvan@kiwwito.com</webMaster>
    <pubDate>August 15 2011 00:00:00</pubDate>
    <item>
      <title>Extending Twig in Symfony 2, add custom functions</title>
      <link>http://kiwwito.com/article/extending-twig-in-symfony-2-add-custom-functions</link>
      <description>Sometimes we need to add some custom functions to the view. In Symfony 1 we have the helpers, in Symfony 2 we must extend Twig in order to add it.At first, we have to connect our future Twig extension to the Dependency Injection Container in our Bundle. If we don't got any config file we have to [...]</description>
      <guid>http://kiwwito.com/article/extending-twig-in-symfony-2-add-custom-functions</guid>
    </item>
    <pubDate>May 14 2011 00:00:00</pubDate>
    <item>
      <title>PHP function for spanish DNI validation</title>
      <link>http://kiwwito.com/article/php-function-for-spanish-dni-validation</link>
      <description></description>
      <guid>http://kiwwito.com/article/php-function-for-spanish-dni-validation</guid>
    </item>
    <pubDate>November 15 2010 00:00:00</pubDate>
    <item>
      <title>Download your Tuenti albums and photos with PHP</title>
      <link>http://kiwwito.com/article/download-your-tuenti-albums-and-photos-with-php</link>
      <description>The first step must be and .The download script is very simple (included into the examples of the API): There was defined some constants in the head of the file in order to configure more easily the script. The API gives us the photos 20 by 20, that is the reason why we use the method .</description>
      <guid>http://kiwwito.com/article/download-your-tuenti-albums-and-photos-with-php</guid>
    </item>
    <pubDate>May 24 2010 00:00:00</pubDate>
    <item>
      <title>Integrate GeSHi with PHP applications</title>
      <link>http://kiwwito.com/article/integrate-geshi-with-php-applications</link>
      <description>GeSHi (GEneric Syntax HIghlighter) is a popular PHP library for syntax highlighting for multiple programming/markup languages. There are multiple forms for integrate it with our PHP application, one of these is using regular expressions.Warning: GeSHi consumes high processing time, be careful. You [...]</description>
      <guid>http://kiwwito.com/article/integrate-geshi-with-php-applications</guid>
    </item>
    <pubDate>April 03 2010 00:00:00</pubDate>
    <item>
      <title>Short URL's through j.mp or bit.ly API with PHP</title>
      <link>http://kiwwito.com/article/short-url-s-through-j-mp-or-bit-ly-api-with-php</link>
      <description>First, in order to use the bit.ly API, you must and . Once done, with cURL we can short a URL calling the next simple PHP function:</description>
      <guid>http://kiwwito.com/article/short-url-s-through-j-mp-or-bit-ly-api-with-php</guid>
    </item>
    <pubDate>December 21 2009 00:00:00</pubDate>
    <item>
      <title>Learn PHP quikly with Java and C knowledge </title>
      <link>http://kiwwito.com/article/learn-php-quikly-with-java-and-c-knowledge</link>
      <description>PHP Object Oriented is like than Java and procedimental form like C.  The previous knoledge of one of those can save a lot of PHP learning time. In Java: In PHP: PHP procedural programming is slightly different from C. A hello world example in C is like: in PHP:</description>
      <guid>http://kiwwito.com/article/learn-php-quikly-with-java-and-c-knowledge</guid>
    </item>
    <pubDate>October 05 2009 00:00:00</pubDate>
    <item>
      <title>Php memory exhausted</title>
      <link>http://kiwwito.com/article/php-memory-exhausted</link>
      <description>If at any time, when you try to launch a php script it raises a fatal error with a message like "Fatal error: allowed memory size of X bytes exhausted", don't worry, the cause and solution are easy.This error raises when you try to allocate more memory than it was configured in the configuration [...]</description>
      <guid>http://kiwwito.com/article/php-memory-exhausted</guid>
    </item>
  </channel>
</rss>


