<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet title="XSL formatting" type="text/xsl" href="http://fashion.hosmoz.net/feed/rss2/xslt" ?><rss version="2.0"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
  <title>Digital Fashion - php  - Comments</title>
  <link>http://fashion.hosmoz.net/</link>
  <description>Rien de grand ne se fit jamais sans enthousiasme.</description>
  <language>en</language>
  <pubDate>Wed, 06 Aug 2008 10:15:15 +0200</pubDate>
  <copyright>2003-2007 &amp;copy; Geoffrey Bachelet</copyright>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Dotclear</generator>
  
    
    
    <item>
    <title>Bugfixes release of Zend Framework pagination component - Samer</title>
    <link>http://fashion.hosmoz.net/post/2007/09/30/Bugfixes-release-of-Zend-Framework-pagination-component#c8048</link>
    <guid isPermaLink="false">urn:md5:35911de78c076761a439a7de121342a5</guid>
    <pubDate>Wed, 06 Aug 2008 12:15:15 +0200</pubDate>
    <dc:creator>Samer</dc:creator>
    
    <description>&lt;p&gt;Hi, i have problem using the component. I get Zend_Db_Statement_Exception (SQLSTATE&lt;a href=&quot;http://fashion.hosmoz.net/post/2007/09/30/42000&quot; title=&quot;42000&quot; rel=&quot;nofollow&quot;&gt;42000&lt;/a&gt;: Syntax error or access violation:...).&lt;/p&gt;


&lt;p&gt;I use this code in my controller:&lt;br /&gt;
$albums = new Riskle_Db_Table_Paginate(new Albums, $this-&amp;gt;_getParam('page'));&lt;br /&gt;
$this-&amp;gt;view-&amp;gt;albums = $albums-&amp;gt;fetchAll(null, 'title DESC');&lt;br /&gt;
$this-&amp;gt;view-&amp;gt;paginationInfos = $albums-&amp;gt;getPaginationInfos();&lt;/p&gt;


&lt;p&gt;And here is my albums class:&lt;br /&gt;
class Albums extends Riskle_Db_Table&lt;br /&gt;
{&lt;br /&gt;
protected $_name = 'albums';&lt;br /&gt;
}&lt;/p&gt;


&lt;p&gt;So, could you please tell what is wrong with my code?&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Zend Framework Pagination reloaded - idleboy</title>
    <link>http://fashion.hosmoz.net/post/2007/07/31/Zend-Framework-Pagination-reloaded#c8015</link>
    <guid isPermaLink="false">urn:md5:3d97580b6450fc84750a8b1570a5d186</guid>
    <pubDate>Tue, 22 Jul 2008 07:49:23 +0200</pubDate>
    <dc:creator>idleboy</dc:creator>
    
    <description>&lt;p&gt;hi ,&lt;/p&gt;


&lt;p&gt;this page r supports ZF 1.5 ???&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>About the self keyword in static methods - Geoffrey</title>
    <link>http://fashion.hosmoz.net/post/2008/07/14/About-the-self-keyword-in-static-methods#c8006</link>
    <guid isPermaLink="false">urn:md5:4ac6fa8d77e24e3c46ab681fdeacedbf</guid>
    <pubDate>Fri, 18 Jul 2008 15:14:13 +0200</pubDate>
    <dc:creator>Geoffrey</dc:creator>
    
    <description>&lt;p&gt;well observed young padawan :)&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>About the self keyword in static methods - Yannick</title>
    <link>http://fashion.hosmoz.net/post/2008/07/14/About-the-self-keyword-in-static-methods#c8000</link>
    <guid isPermaLink="false">urn:md5:c2094d7033a7822b4eddd402a39c3d3f</guid>
    <pubDate>Tue, 15 Jul 2008 11:07:34 +0200</pubDate>
    <dc:creator>Yannick</dc:creator>
    
    <description>&lt;p&gt;Hello!&lt;br /&gt;
It's the same with parent. So there is maybe some logic behind this choice.&lt;br /&gt;
There is a small note, which don't help really, about this in the manual. &lt;a href=&quot;http://fr.php.net/manual/fr/reserved.php#78260&quot; title=&quot;http://fr.php.net/manual/fr/reserved.php#78260&quot; rel=&quot;nofollow&quot;&gt;http://fr.php.net/manual/fr/reserve...&lt;/a&gt;&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>How I use the Zend Framework - James Benson</title>
    <link>http://fashion.hosmoz.net/post/2007/10/16/How-I-use-the-Zend-Framework#c7966</link>
    <guid isPermaLink="false">urn:md5:3c51a27b1dbefa5bf322322eaada33f4</guid>
    <pubDate>Wed, 02 Jul 2008 03:04:01 +0200</pubDate>
    <dc:creator>James Benson</dc:creator>
    
    <description>&lt;p&gt;Nice introduction to the zend framework, well done!&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Polymorphisme et PHP - Boulfrite</title>
    <link>http://fashion.hosmoz.net/post/2006/10/13/Polymorphisme-et-PHP#c7771</link>
    <guid isPermaLink="false">urn:md5:fe5b0681e16e9c1446b8a9fd0f8e9dcb</guid>
    <pubDate>Mon, 05 May 2008 14:35:19 +0200</pubDate>
    <dc:creator>Boulfrite</dc:creator>
    
    <description>&lt;p&gt;Plutôt d'accord avec Greg dans le fond...&lt;br /&gt;
Cependant :&lt;br /&gt;
&amp;gt;  J'ajouterais que pour que le polymorphisme puisse fonctionner, il faut&lt;br /&gt;
&amp;gt; déclarer (éventuellement en tant que méthode virtuelle/abstraite) dans la&lt;br /&gt;
&amp;gt; classe de base toutes les méthodes que chacune des classes dérivées&lt;br /&gt;
&amp;gt; devront (ré)implémenter&lt;/p&gt;


&lt;p&gt;Cela dépend du contexte d'utilisation...&lt;br /&gt;
De souvenir, c'est en effet obligatoire si on souhaite travailler avec les types les plus 'bas' de l'echelle (interet premier du polymorphisme, on est d'accord) (ex : on appelle une fonction 'avance' sur un objet 'vehicule'. On est obligé de définir la fonction avance sur vehicule, même si on la redéclare au niveau de nos classes filles 'voiture', et 'bateau'... mais si on appelle directement avance sur un objet voiture, ou un objet bateau, pas la peine de la déclarer sur 'vehicule')(très peu d'interêt, on est d'accord).&lt;/p&gt;


&lt;p&gt;Enfin bref, c'est une vaste question et je conseille à ceux que ça interesse de prendre un bon manuel et de travailler dans un language qui gère ces procédés (genre C++ au hasard) avant de s'attaquer à des tweaks pour essayer de reproduire ces mécanismes haut niveau en PHP...&lt;/p&gt;


&lt;p&gt;En tout cas bon article, et merci pour toutes ces explications !&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Polymorphisme et PHP - Greg</title>
    <link>http://fashion.hosmoz.net/post/2006/10/13/Polymorphisme-et-PHP#c7711</link>
    <guid isPermaLink="false">urn:md5:82c0e840f681cc172c985b11b86d28bf</guid>
    <pubDate>Thu, 17 Apr 2008 19:51:05 +0200</pubDate>
    <dc:creator>Greg</dc:creator>
    
    <description>&lt;p&gt;J'ajouterais que pour que le polymorphisme puisse fonctionner, il faut déclarer (éventuellement en tant que méthode virtuelle/abstraite) dans la classe de base toutes les méthodes que chacune des classes dérivées devront (ré)implémenter&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Polymorphisme et PHP - Greg</title>
    <link>http://fashion.hosmoz.net/post/2006/10/13/Polymorphisme-et-PHP#c7710</link>
    <guid isPermaLink="false">urn:md5:120fc9b1c1f90ac6713fbd24db27198d</guid>
    <pubDate>Thu, 17 Apr 2008 19:45:28 +0200</pubDate>
    <dc:creator>Greg</dc:creator>
    
    <description>&lt;p&gt;Non, ce que tu décris, c'est de la surcharge&lt;/p&gt;


&lt;p&gt;Le polymorphisme est le fait d'utiliser un pointeur d'une classe de base pour traiter des instances de classes dérivées.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Polymorphisme et PHP - Geoffrey</title>
    <link>http://fashion.hosmoz.net/post/2006/10/13/Polymorphisme-et-PHP#c7702</link>
    <guid isPermaLink="false">urn:md5:12502bc4ecf9a0bdc059da64ef1c6fc2</guid>
    <pubDate>Wed, 16 Apr 2008 10:49:06 +0200</pubDate>
    <dc:creator>Geoffrey</dc:creator>
    
    <description>&lt;p&gt;Bon donc, pour résumer, si j'ai bien compris:&lt;/p&gt;


&lt;p&gt;le polymorphisme est un cas de particulier de la surcharge dans lequel une même méthode (du point de vue de l'utilisateur) se comporte différement en fonction du type des arguments fournis en entrée.&lt;/p&gt;


&lt;p&gt;on est bien d'accords ?&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Polymorphisme et PHP - Greg</title>
    <link>http://fashion.hosmoz.net/post/2006/10/13/Polymorphisme-et-PHP#c7694</link>
    <guid isPermaLink="false">urn:md5:30b08f5dd3ba1be03967d1cff5d75722</guid>
    <pubDate>Tue, 15 Apr 2008 21:01:49 +0200</pubDate>
    <dc:creator>Greg</dc:creator>
    
    <description>&lt;p&gt;@ Geoffrey :&lt;br /&gt;
mon message réagissait au mélange des termes                                 polymorphisme et surcharge. J'avoue que mon message est très réducteur, le polymorphisme est en partie possible en PHP.&lt;/p&gt;


&lt;p&gt;@KPADJIK :&lt;br /&gt;
&amp;quot;est, à mon humble avis, une méthode proposé par C pour faire du polymorphisme (j'en sais rien, je connais pas C et n'ai pas envie de le connaître).&amp;quot;&lt;/p&gt;


&lt;p&gt;Voir ce que sait faire le voisin (le C++ en l'occurence) n'est pas un mal, bien au contraire, tu y apprendras très certainement de nouvelles méhodologies.&lt;/p&gt;


&lt;p&gt;Et pour te répondre sur un plan plus théorique, la surcharge de méthode existe bel et bien, comme la surcharge de fonction et ne se restreint pas à une réécriture bête et méchante de la méthode de la classe mère. En C++, comme en java, il est possible de créer dans une même classe plusieures méthodes du même nom, mais avec un prototype différent (et optionnellement des paramètres template pour le C++, mais c'est un autre débat...).&lt;/p&gt;


&lt;p&gt;Le polymorphisme est un cas particulier de la surcharge de classes, utile par exemple dans les couches d'abstraction.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Polymorphisme et PHP - Geoffrey</title>
    <link>http://fashion.hosmoz.net/post/2006/10/13/Polymorphisme-et-PHP#c7692</link>
    <guid isPermaLink="false">urn:md5:6166d7fcd2123f1958d65bd94a45c49a</guid>
    <pubDate>Tue, 15 Apr 2008 10:35:09 +0200</pubDate>
    <dc:creator>Geoffrey</dc:creator>
    
    <description>&lt;p&gt;Greg&amp;gt; &amp;quot;Le polymorphisme ne peut pas exister en PHP&amp;quot;&lt;/p&gt;


&lt;p&gt;moi&amp;gt; &amp;quot;ce qui fait que PHP ne peut pas gérer le polymorphisme&amp;quot;&lt;/p&gt;


&lt;p&gt;on est donc bien d'accords non ?&lt;/p&gt;


&lt;p&gt;n'oubliez pas que ce billet est tagué &amp;quot;BIDOUILLE&amp;quot; et &amp;quot;RIGOLO&amp;quot; (bon ok après ça dépend du sens de l'humour de chacun)&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Polymorphisme et PHP - Guy KPADJIK</title>
    <link>http://fashion.hosmoz.net/post/2006/10/13/Polymorphisme-et-PHP#c7691</link>
    <guid isPermaLink="false">urn:md5:ba65ed614240878d002daa28541a65bc</guid>
    <pubDate>Tue, 15 Apr 2008 09:02:53 +0200</pubDate>
    <dc:creator>Guy KPADJIK</dc:creator>
    
    <description>&lt;p&gt;&amp;quot;déclarer un pointeur de classe abstraite (ou virtuelle)&amp;quot; est, à mon humble avis, une méthode proposé par C&lt;ins&gt; pour faire du polymorphisme (j'en sais rien, je connais pas C&lt;/ins&gt; et n'ai pas envie de le connaître). En revanche, le polymorphisme et la surcharge sont 2 choses différentes:&lt;br /&gt;
- la surchage est le fait de créé dans une classe fille une méthode du même nom qu'une méthode d'une classe mère.&lt;br /&gt;
- le polymorphisme est le procédé qui permet d'avoir plusieurs fonction du même nom mais avec un nombre de paramètres différents (ou de type différents).&lt;/p&gt;


&lt;p&gt;L'exemple de geoffrey est bel bien un code qui compense l'absence du polymorphisme en php.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Polymorphisme et PHP - Greg</title>
    <link>http://fashion.hosmoz.net/post/2006/10/13/Polymorphisme-et-PHP#c7683</link>
    <guid isPermaLink="false">urn:md5:c39a5b65ba1198274dec9d40446f521b</guid>
    <pubDate>Mon, 14 Apr 2008 20:58:08 +0200</pubDate>
    <dc:creator>Greg</dc:creator>
    
    <description>&lt;p&gt;Je suis de l'avis de Toufik, il s'agit de surcharge de méthode. Le polymorphisme ne peut pas exister en PHP : il n'est pas possible de déclarer un pointeur de classe abstraite (ou virtuelle) comme en C++. C'est un raccourci qui porte à confusion, souvent usé et abusé par les programmeurs Java entre autres :)&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Bugfixes release of Zend Framework pagination component - Geoffrey</title>
    <link>http://fashion.hosmoz.net/post/2007/09/30/Bugfixes-release-of-Zend-Framework-pagination-component#c7674</link>
    <guid isPermaLink="false">urn:md5:85d14441289cd79becefeb751a59eeb1</guid>
    <pubDate>Fri, 11 Apr 2008 11:43:09 +0200</pubDate>
    <dc:creator>Geoffrey</dc:creator>
    
    <description>&lt;p&gt;Hi, I just uploaded the revision 122 to my own server:&lt;/p&gt;


&lt;p&gt;&lt;a href=&quot;http://fashion.hosmoz.net/public/paginate-r122.tgz&quot; title=&quot;http://fashion.hosmoz.net/public/paginate-r122.tgz&quot; rel=&quot;nofollow&quot;&gt;http://fashion.hosmoz.net/public/pa...&lt;/a&gt;&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Bugfixes release of Zend Framework pagination component - monk.e.boy</title>
    <link>http://fashion.hosmoz.net/post/2007/09/30/Bugfixes-release-of-Zend-Framework-pagination-component#c7673</link>
    <guid isPermaLink="false">urn:md5:dd01ecff0fa7f8671beeb93406ffc1ae</guid>
    <pubDate>Fri, 11 Apr 2008 09:29:07 +0200</pubDate>
    <dc:creator>monk.e.boy</dc:creator>
    
    <description>&lt;p&gt;The link to the code seems to be down :-(&lt;/p&gt;


&lt;p&gt;Any chance you could post it on this server please?&lt;/p&gt;


&lt;p&gt;monk.e.boy&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>How I use the Zend Framework - ecstasy2</title>
    <link>http://fashion.hosmoz.net/post/2007/10/16/How-I-use-the-Zend-Framework#c7621</link>
    <guid isPermaLink="false">urn:md5:ea20aa45ee0ad0f7cc38fd5344eb542e</guid>
    <pubDate>Thu, 03 Apr 2008 18:43:54 +0200</pubDate>
    <dc:creator>ecstasy2</dc:creator>
    
    <description>&lt;p&gt;Hi! great tutorial.&lt;br /&gt;
But i i'am facing a problem with the first Directory Structure.&lt;br /&gt;
I want to use Zend_Layout for templating. The layout file just containt HTML, but some modules need to access some pictures in it owns directories. How can i reference these picture so they can be displayed from the Action Controllers?&lt;br /&gt;
thanks&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Zend Framework Pagination reloaded - Geoffrey</title>
    <link>http://fashion.hosmoz.net/post/2007/07/31/Zend-Framework-Pagination-reloaded#c7603</link>
    <guid isPermaLink="false">urn:md5:2d0ee1e58fe64c9e474ba0441de38a4b</guid>
    <pubDate>Mon, 31 Mar 2008 10:09:38 +0200</pubDate>
    <dc:creator>Geoffrey</dc:creator>
    
    <description>&lt;p&gt;Hi Paul, there's a new version of this component available at &lt;a href=&quot;http://fashion.hosmoz.net/post/2007/09/30/Bugfixes-release-of-Zend-Framework-pagination-component&quot; title=&quot;http://fashion.hosmoz.net/post/2007/09/30/Bugfixes-release-of-Zend-Framework-pagination-component&quot; rel=&quot;nofollow&quot;&gt;http://fashion.hosmoz.net/post/2007...&lt;/a&gt;&lt;/p&gt;


&lt;p&gt;Regards,&lt;/p&gt;


&lt;p&gt;Geoffrey&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Zend Framework Pagination reloaded - Paul</title>
    <link>http://fashion.hosmoz.net/post/2007/07/31/Zend-Framework-Pagination-reloaded#c7602</link>
    <guid isPermaLink="false">urn:md5:0845933b743b01490d74f4b9a7bf34b0</guid>
    <pubDate>Mon, 31 Mar 2008 00:23:03 +0200</pubDate>
    <dc:creator>Paul</dc:creator>
    
    <description>&lt;p&gt;Hi,&lt;/p&gt;


&lt;p&gt;I think your SVN is down.  Any chance of posting the code in the blog instead?&lt;/p&gt;


&lt;p&gt;Thanks.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Mini Howto: Serveur et Packages PEAR - Geoffrey</title>
    <link>http://fashion.hosmoz.net/post/2007/03/02/Mini-Howto%3A-Serveur-et-Packages-PEAR#c7526</link>
    <guid isPermaLink="false">urn:md5:e517584615ad115d1b8d130a31ddcadd</guid>
    <pubDate>Fri, 07 Mar 2008 12:59:23 +0100</pubDate>
    <dc:creator>Geoffrey</dc:creator>
    
    <description>&lt;p&gt;alors là je ne te cacherai pas que je suis loin d'etre un expert par contre :o&lt;/p&gt;


&lt;p&gt;au pire donne l'adresse de ton channel que je teste chez moi si ça marche&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Mini Howto: Serveur et Packages PEAR - cedric</title>
    <link>http://fashion.hosmoz.net/post/2007/03/02/Mini-Howto%3A-Serveur-et-Packages-PEAR#c7520</link>
    <guid isPermaLink="false">urn:md5:afb41d2e6cb490170e9d77afc3080526</guid>
    <pubDate>Thu, 06 Mar 2008 12:23:36 +0100</pubDate>
    <dc:creator>cedric</dc:creator>
    
    <description>&lt;p&gt;Bonjour,&lt;br /&gt;
Magnifique tuto mon channel marche presque !&lt;br /&gt;
J'arrive bien a construire un package ... et a l'uploader mais par contre le&lt;br /&gt;
pear install monchannel/mon_package me dis&lt;/p&gt;


&lt;p&gt;Package 'monPackage' does not have REST info xml available&lt;br /&gt;
Cannot initialize ...&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>How I use the Zend Framework - Fulltone</title>
    <link>http://fashion.hosmoz.net/post/2007/10/16/How-I-use-the-Zend-Framework#c7446</link>
    <guid isPermaLink="false">urn:md5:7bf9728717d7f991fa4cce10620d2686</guid>
    <pubDate>Fri, 18 Jan 2008 00:40:56 +0100</pubDate>
    <dc:creator>Fulltone</dc:creator>
    
    <description>&lt;p&gt;Very nice introduction. Thanks alot.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Zend Framework Pagination, third strike - Geoffrey</title>
    <link>http://fashion.hosmoz.net/post/2007/09/23/Zend-Framework-Pagination-third-strike#c7403</link>
    <guid isPermaLink="false">urn:md5:fc3b9a3dc274e17ea418479a661a5bb9</guid>
    <pubDate>Tue, 01 Jan 2008 14:35:07 +0100</pubDate>
    <dc:creator>Geoffrey</dc:creator>
    
    <description>&lt;p&gt;Hi brandon, there's no way atm to set the items per page property, I'm aware of this and this will be fixed in the next release, as well as the html syntax quirk you're pointing.&lt;/p&gt;


&lt;p&gt;thanks for your feedback&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Zend Framework Pagination, third strike - brandon</title>
    <link>http://fashion.hosmoz.net/post/2007/09/23/Zend-Framework-Pagination-third-strike#c7392</link>
    <guid isPermaLink="false">urn:md5:5ea195b75ae5e23dce921c8c499060bb</guid>
    <pubDate>Fri, 28 Dec 2007 18:33:44 +0100</pubDate>
    <dc:creator>brandon</dc:creator>
    
    <description>&lt;p&gt;Great job on the pager.  One thing that i am not clear on however, is there a way to set the _itemsPerPage property in Riskle_Db_Table_Paginate class?&lt;/p&gt;


&lt;p&gt;I noticed also in the view helper that there was a syntax error in the default html.  you start with a &amp;lt;p&amp;gt; but end with a &amp;lt;/li&amp;gt; for the previous and next functions.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Zend Framework Pagination, third strike - jude</title>
    <link>http://fashion.hosmoz.net/post/2007/09/23/Zend-Framework-Pagination-third-strike#c7358</link>
    <guid isPermaLink="false">urn:md5:ef1900d9f35eecd5d47352de41e6aa7b</guid>
    <pubDate>Sun, 16 Dec 2007 22:37:33 +0100</pubDate>
    <dc:creator>jude</dc:creator>
    
    <description>&lt;p&gt;i am a newbie. where do i place the library files?&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Polymorphisme et PHP - Geoffrey</title>
    <link>http://fashion.hosmoz.net/post/2006/10/13/Polymorphisme-et-PHP#c7352</link>
    <guid isPermaLink="false">urn:md5:11e013d9c1ef3392566004a2fb11a08d</guid>
    <pubDate>Thu, 13 Dec 2007 20:05:11 +0100</pubDate>
    <dc:creator>Geoffrey</dc:creator>
    
    <description>&lt;p&gt;un cours de français tu veux dire ?&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Polymorphisme et PHP - bah</title>
    <link>http://fashion.hosmoz.net/post/2006/10/13/Polymorphisme-et-PHP#c7351</link>
    <guid isPermaLink="false">urn:md5:1899d05e085d5e3de4d1d75625b476b0</guid>
    <pubDate>Thu, 13 Dec 2007 17:53:51 +0100</pubDate>
    <dc:creator>bah</dc:creator>
    
    <description>&lt;p&gt;c temps de suivre un ....&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Zend Framework 1.0.2 PEAR package is available - Geoffrey</title>
    <link>http://fashion.hosmoz.net/post/2007/09/30/Zend-Framework-102-PEAR-package-is-available#c7223</link>
    <guid isPermaLink="false">urn:md5:01ef4214d206cf34a8096e44592a0a2a</guid>
    <pubDate>Fri, 02 Nov 2007 11:53:23 +0100</pubDate>
    <dc:creator>Geoffrey</dc:creator>
    
    <description>&lt;p&gt;c'est malin ça en fait 2 maintenant&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Zend Framework 1.0.2 PEAR package is available - Jean-Lou Dupont</title>
    <link>http://fashion.hosmoz.net/post/2007/09/30/Zend-Framework-102-PEAR-package-is-available#c7220</link>
    <guid isPermaLink="false">urn:md5:ba41257ec87b33ec0e03c2cc631cedee</guid>
    <pubDate>Thu, 01 Nov 2007 16:41:10 +0100</pubDate>
    <dc:creator>Jean-Lou Dupont</dc:creator>
    
    <description>&lt;p&gt;Salut - j'ai aussi etabli un canal de distribution PEAR pour le Zend Framework et ceci a l'aide du 'project hosting' sur GoogleCode. Check out: &lt;a href=&quot;http://code.google.com/p/zend/&quot; title=&quot;http://code.google.com/p/zend/&quot; rel=&quot;nofollow&quot;&gt;http://code.google.com/p/zend/&lt;/a&gt;&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Polymorphisme et PHP - Geoffrey</title>
    <link>http://fashion.hosmoz.net/post/2006/10/13/Polymorphisme-et-PHP#c7217</link>
    <guid isPermaLink="false">urn:md5:eb55baa1f24e8bac9bf6709cf09ee149</guid>
    <pubDate>Wed, 31 Oct 2007 17:49:02 +0100</pubDate>
    <dc:creator>Geoffrey</dc:creator>
    
    <description>&lt;p&gt;ps: je n'ai jamais suivi de cours de programmation&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Polymorphisme et PHP - Geoffrey</title>
    <link>http://fashion.hosmoz.net/post/2006/10/13/Polymorphisme-et-PHP#c7216</link>
    <guid isPermaLink="false">urn:md5:20479b99069114b50897d66ecf237dbe</guid>
    <pubDate>Wed, 31 Oct 2007 17:48:43 +0100</pubDate>
    <dc:creator>Geoffrey</dc:creator>
    
    <description>&lt;p&gt;&amp;quot;Strachey chose the term ad-hoc polymorphism to refer to polymorphic functions which can be applied to arguments of different types, but which behave differently depending on the type of the argument to which they are applied (also known as function overloading).&amp;quot;&lt;/p&gt;


&lt;p&gt;&lt;a href=&quot;http://en.wikipedia.org/wiki/Polymorphism_(computer_science)#Ad-hoc_polymorphism&quot; title=&quot;http://en.wikipedia.org/wiki/Polymorphism_(computer_science)#Ad-hoc_polymorphism&quot; rel=&quot;nofollow&quot;&gt;http://en.wikipedia.org/wiki/Polymo...&lt;/a&gt;&lt;/p&gt;


&lt;p&gt;kthx&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Polymorphisme et PHP - Toufik</title>
    <link>http://fashion.hosmoz.net/post/2006/10/13/Polymorphisme-et-PHP#c7215</link>
    <guid isPermaLink="false">urn:md5:16e01eb87ea6036e5d2b147f741eb91b</guid>
    <pubDate>Wed, 31 Oct 2007 15:37:19 +0100</pubDate>
    <dc:creator>Toufik</dc:creator>
    
    <description>&lt;p&gt;N'importe quoi, révise tes cours!!!!&lt;br /&gt;
Tu mélange entre la surcharge et le polymorphisme.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Faire du CLI en PHP - Lucas</title>
    <link>http://fashion.hosmoz.net/post/2005/03/05/325-faire-du-cli-en-php#c7180</link>
    <guid isPermaLink="false">urn:md5:c7e792ccdeb66ca1d3482f7d436fa661</guid>
    <pubDate>Sat, 20 Oct 2007 04:22:16 +0200</pubDate>
    <dc:creator>Lucas</dc:creator>
    
    <description>&lt;p&gt;En effet, impresionnant !&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Zend Framework Pagination, third strike - Erik</title>
    <link>http://fashion.hosmoz.net/post/2007/09/23/Zend-Framework-Pagination-third-strike#c6908</link>
    <guid isPermaLink="false">urn:md5:6bd83d160fa7dd23533a4bfb03798444</guid>
    <pubDate>Mon, 24 Sep 2007 14:45:25 +0200</pubDate>
    <dc:creator>Erik</dc:creator>
    
    <description>&lt;p&gt;As far as I know the problem stems from a MySQL limitation, not supporting FULL OUTER JOIN. I've seen some hacks that use UNIONs to get the desired result but I'm not sure how well it would translate to the framework and unfortunately don't have the time to investigate right now. If I get some free time and find a better method I'll post it. :-)&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Zend Framework Pagination, third strike - Geoffrey</title>
    <link>http://fashion.hosmoz.net/post/2007/09/23/Zend-Framework-Pagination-third-strike#c6905</link>
    <guid isPermaLink="false">urn:md5:8552ef1f5f9af3d336e916cc283b6fb0</guid>
    <pubDate>Mon, 24 Sep 2007 11:18:59 +0200</pubDate>
    <dc:creator>Geoffrey</dc:creator>
    
    <description>&lt;p&gt;Once again thanks for the patch :-) While I not found this a very clean way of doing things, it'll do the job for the moment as I can't think (did not take the time to think actually) of another way to fix the problem.&lt;/p&gt;


&lt;p&gt;Concerning the _fetch thing, I can't believe I did not think of it earlier. Patching at the lower level seems the way to go.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Zend Framework Pagination, third strike - Rumeurs</title>
    <link>http://fashion.hosmoz.net/post/2007/09/23/Zend-Framework-Pagination-third-strike#c6903</link>
    <guid isPermaLink="false">urn:md5:63bb78614c532baf265be0dcd8e08de7</guid>
    <pubDate>Mon, 24 Sep 2007 09:12:01 +0200</pubDate>
    <dc:creator>Rumeurs</dc:creator>
    
    <description>&lt;p&gt;tu composes tes articles àune heure ben tardive ! :)&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Riskle_Form, a quick wrapup - Norm 2782</title>
    <link>http://fashion.hosmoz.net/post/2007/09/19/Riskle_Form-a-quick-wrapup#c6893</link>
    <guid isPermaLink="false">urn:md5:6cc5a268bb7b992d48376d8c2edf9fbe</guid>
    <pubDate>Sun, 23 Sep 2007 14:34:48 +0200</pubDate>
    <dc:creator>Norm 2782</dc:creator>
    
    <description>&lt;p&gt;Mirmo sure has some great ideas that will end up in my proposal. The latest of which is the plugin architecture (although a different implementation).&lt;/p&gt;


&lt;p&gt;Thanks mirmo!&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Zend Framework Pagination, third strike - Erik</title>
    <link>http://fashion.hosmoz.net/post/2007/09/23/Zend-Framework-Pagination-third-strike#c6892</link>
    <guid isPermaLink="false">urn:md5:ca3d65fee21ef77c794cfd18923fff56</guid>
    <pubDate>Sun, 23 Sep 2007 11:18:27 +0200</pubDate>
    <dc:creator>Erik</dc:creator>
    
    <description>&lt;p&gt;Once again thanks for the code. I think you mean previous() instead of prev() though.&lt;/p&gt;


&lt;p&gt;Another small fix, if you have 2 tables that don’t completely map together (ex: you have a log table that maps it’s user id to a user table, if one of the user ids doesn’t exist the log row will get ignored) the fetchAll will return the filtered rows and the fetchCount will return them all (in my case fetchAll returned 260 and fetchCount returned 262, so I had 1 extra page that had no entries)&lt;/p&gt;


&lt;p&gt;To fix it you just need to apply the parent mapping to fetchCount, I had to also add a variable to _applyParentMap so it didn’t try to select the mapped fields when selecting the count.&lt;/p&gt;


&lt;p&gt;&lt;a href=&quot;http://code.ryvondesigns.com/riskle/Table_ParentMap_Fix.html&quot; title=&quot;http://code.ryvondesigns.com/riskle/Table_ParentMap_Fix.html&quot; rel=&quot;nofollow&quot;&gt;http://code.ryvondesigns.com/riskle...&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://code.ryvondesigns.com/riskle/Table_ParentMap_Fix.diff&quot; title=&quot;http://code.ryvondesigns.com/riskle/Table_ParentMap_Fix.diff&quot; rel=&quot;nofollow&quot;&gt;http://code.ryvondesigns.com/riskle...&lt;/a&gt;&lt;/p&gt;


&lt;p&gt;Also, while I was attempting to fix this I might’ve stumbled upon an easier way to apply the parent map to fetchRow and fetchAll. First I removed fetchAll , fetchRow, and _makeRowset. Then I added a copy of Zend_Db_Table_Abstract’s _fetch method with _applyParentMap inside it. It seemed to work fine in my tests, I didn’t include it in the patch since I haven’t tested it much but you might want to look at it sometime.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Riskle_Form, a quick wrapup - Geoffrey</title>
    <link>http://fashion.hosmoz.net/post/2007/09/19/Riskle_Form-a-quick-wrapup#c6875</link>
    <guid isPermaLink="false">urn:md5:81dc3030228ccf13da39a09c4f048f71</guid>
    <pubDate>Wed, 19 Sep 2007 20:52:36 +0200</pubDate>
    <dc:creator>Geoffrey</dc:creator>
    
    <description>&lt;p&gt;hell noes ! :-)&lt;/p&gt;


&lt;p&gt;but you may (surely) find some of my concepts in jurrien proposal soon as we often discuss forms on irc (#zftalk@chat.freenode.net if anyone willing to join)&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Riskle_Form, a quick wrapup - Mickaël Desfrênes</title>
    <link>http://fashion.hosmoz.net/post/2007/09/19/Riskle_Form-a-quick-wrapup#c6874</link>
    <guid isPermaLink="false">urn:md5:87662e4235b62883caa1e28b934b3b16</guid>
    <pubDate>Wed, 19 Sep 2007 18:50:01 +0200</pubDate>
    <dc:creator>Mickaël Desfrênes</dc:creator>
    
    <description>&lt;p&gt;Are you going to take part in the Zend_Form competition ? --&amp;gt; &lt;a href=&quot;http://framework.zend.com/wiki/pages/viewpage.action?pageId=36061&quot; title=&quot;http://framework.zend.com/wiki/pages/viewpage.action?pageId=36061&quot; rel=&quot;nofollow&quot;&gt;http://framework.zend.com/wiki/page...&lt;/a&gt;&lt;/p&gt;


&lt;p&gt;;-)&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Zend Framework Pagination reloaded - Geoffrey</title>
    <link>http://fashion.hosmoz.net/post/2007/07/31/Zend-Framework-Pagination-reloaded#c6849</link>
    <guid isPermaLink="false">urn:md5:6842a80ab38be1f17c5ccdeeb57dba71</guid>
    <pubDate>Fri, 14 Sep 2007 11:55:04 +0200</pubDate>
    <dc:creator>Geoffrey</dc:creator>
    
    <description>&lt;p&gt;Hi Rvo, Urls is a class of mine extending Zend_Db_Table (ZDT). You can pass any class extending ZDT to the pagination component.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Zend Framework Pagination reloaded - Rvo</title>
    <link>http://fashion.hosmoz.net/post/2007/07/31/Zend-Framework-Pagination-reloaded#c6742</link>
    <guid isPermaLink="false">urn:md5:608cef49f6f0be5265d61dd1fec0bef0</guid>
    <pubDate>Thu, 13 Sep 2007 13:58:31 +0200</pubDate>
    <dc:creator>Rvo</dc:creator>
    
    <description>&lt;p&gt;Maybe I'm stupid but where does 'new URLs' come from in 'new Riskle_Db_Table_Paginate(new URLs, $this-&amp;gt;_getParam('page'));' ?&lt;/p&gt;


&lt;p&gt;I just can't find it anywhere :/&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Zend Framework Pagination reloaded - Geoffrey</title>
    <link>http://fashion.hosmoz.net/post/2007/07/31/Zend-Framework-Pagination-reloaded#c6235</link>
    <guid isPermaLink="false">urn:md5:ac5a0610aca137a0de0b8412b2f0dba7</guid>
    <pubDate>Wed, 22 Aug 2007 13:34:25 +0200</pubDate>
    <dc:creator>Geoffrey</dc:creator>
    
    <description>&lt;p&gt;Thanks for the report, I'll fix that asap&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Zend Framework Pagination reloaded - cowsonfire</title>
    <link>http://fashion.hosmoz.net/post/2007/07/31/Zend-Framework-Pagination-reloaded#c6198</link>
    <guid isPermaLink="false">urn:md5:a77aba64e018eefed42f0f9f3c01a260</guid>
    <pubDate>Sun, 19 Aug 2007 20:06:20 +0200</pubDate>
    <dc:creator>cowsonfire</dc:creator>
    
    <description>&lt;p&gt;Thanks for the code, one problem though...&lt;/p&gt;


&lt;p&gt;on line 79 of Table.php&lt;/p&gt;

&lt;pre&gt; -&amp;gt;limit($offset, $count);&lt;/pre&gt;

&lt;p&gt;is backwards, it should be&lt;/p&gt;

&lt;pre&gt; -&amp;gt;limit($count, $offset);&lt;/pre&gt;</description>
  </item>
      
    
    <item>
    <title>Stripping the logic: the Transfer Object - Geoffrey</title>
    <link>http://fashion.hosmoz.net/post/2007/08/11/Stripping-the-logic%3A-the-Transfert-Object#c2876</link>
    <guid isPermaLink="false">urn:md5:805d3abee0eacf1bbb18b04814c5258d</guid>
    <pubDate>Sun, 12 Aug 2007 15:47:18 +0200</pubDate>
    <dc:creator>Geoffrey</dc:creator>
    
    <description>&lt;p&gt;c'est pas faux&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Stripping the logic: the Transfer Object - Ben</title>
    <link>http://fashion.hosmoz.net/post/2007/08/11/Stripping-the-logic%3A-the-Transfert-Object#c2870</link>
    <guid isPermaLink="false">urn:md5:4f212ecbc45f36ebec7d40efe0eebc8e</guid>
    <pubDate>Sat, 11 Aug 2007 16:46:07 +0200</pubDate>
    <dc:creator>Ben</dc:creator>
    
    <description>&lt;p&gt;Sinon, en jouant avec l'ArrayObject des SPL, on peux avoir le même comportement :&lt;br /&gt;
$ArrayObject = new ArrayObject($Object,10);&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Searching the Zend Framework's manual: Google Co-op to the rescue - Naneau</title>
    <link>http://fashion.hosmoz.net/post/2007/07/19/Searching-the-Zend-Frameworks-manual%3A-Google-Co-op-to-the-rescue#c2789</link>
    <guid isPermaLink="false">urn:md5:ab9583a9afb3eab7c3803debfa545fc9</guid>
    <pubDate>Wed, 25 Jul 2007 02:45:41 +0200</pubDate>
    <dc:creator>Naneau</dc:creator>
    
    <description>&lt;ul&gt;
&lt;li&gt;pets*&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;good boy!&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Searching the Zend Framework's manual: Google Co-op to the rescue - Geoffrey</title>
    <link>http://fashion.hosmoz.net/post/2007/07/19/Searching-the-Zend-Frameworks-manual%3A-Google-Co-op-to-the-rescue#c2770</link>
    <guid isPermaLink="false">urn:md5:02a8ec0c8a63b64e8b408882775d3fc9</guid>
    <pubDate>Thu, 19 Jul 2007 15:35:10 +0200</pubDate>
    <dc:creator>Geoffrey</dc:creator>
    
    <description>&lt;p&gt;c'est parceque les francophones sont clueless&lt;/p&gt;


&lt;p&gt;:D&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Searching the Zend Framework's manual: Google Co-op to the rescue - Matt.Rixx</title>
    <link>http://fashion.hosmoz.net/post/2007/07/19/Searching-the-Zend-Frameworks-manual%3A-Google-Co-op-to-the-rescue#c2769</link>
    <guid isPermaLink="false">urn:md5:46e8b38e901804f87ec5c8341d8ef78d</guid>
    <pubDate>Thu, 19 Jul 2007 14:38:08 +0200</pubDate>
    <dc:creator>Matt.Rixx</dc:creator>
    
    <description>&lt;p&gt;putain, mais comme tu te la pète à faire plus que des billets anglophone ! :)&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Pagination with the Zend Framework - Geoffrey</title>
    <link>http://fashion.hosmoz.net/post/2007/07/15/Pagination-with-the-Zend-Framework#c2763</link>
    <guid isPermaLink="false">urn:md5:eaa0c2a4116860490a54bef4a11cb1c0</guid>
    <pubDate>Mon, 16 Jul 2007 21:03:13 +0200</pubDate>
    <dc:creator>Geoffrey</dc:creator>
    
    <description>&lt;p&gt;ben tu lis l'anglais non ?&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Pagination with the Zend Framework - Guy KPADJIK</title>
    <link>http://fashion.hosmoz.net/post/2007/07/15/Pagination-with-the-Zend-Framework#c2759</link>
    <guid isPermaLink="false">urn:md5:bd1f7b130e6fb0919ffddfa7e5073da8</guid>
    <pubDate>Mon, 16 Jul 2007 16:19:16 +0200</pubDate>
    <dc:creator>Guy KPADJIK</dc:creator>
    
    <description>&lt;p&gt;et donc, c'est bien ca? ton composant ne gère pas les conditions ?&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Pagination with the Zend Framework - Geoffrey</title>
    <link>http://fashion.hosmoz.net/post/2007/07/15/Pagination-with-the-Zend-Framework#c2758</link>
    <guid isPermaLink="false">urn:md5:57871adb45bbc5b0a26e2ffa87b23107</guid>
    <pubDate>Mon, 16 Jul 2007 14:06:41 +0200</pubDate>
    <dc:creator>Geoffrey</dc:creator>
    
    <description>&lt;p&gt;ok en fait c'est moi qui n'avait pas compris ce que tu voulais dire :)&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Pagination with the Zend Framework - Guy KPADJIK</title>
    <link>http://fashion.hosmoz.net/post/2007/07/15/Pagination-with-the-Zend-Framework#c2757</link>
    <guid isPermaLink="false">urn:md5:f1f5e452c070f8681daf87e9812a80fa</guid>
    <pubDate>Mon, 16 Jul 2007 13:41:02 +0200</pubDate>
    <dc:creator>Guy KPADJIK</dc:creator>
    
    <description>&lt;p&gt;Bah expliqe ou donne un exemple, parce que je ne comprends pas comment ton code fait pour faire un SELECT COUNT(*) sur les bonnes conditions&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Pagination with the Zend Framework - Geoffrey</title>
    <link>http://fashion.hosmoz.net/post/2007/07/15/Pagination-with-the-Zend-Framework#c2750</link>
    <guid isPermaLink="false">urn:md5:0f4fd029fcd5e09d8f3944cfd97a2cfe</guid>
    <pubDate>Mon, 16 Jul 2007 10:55:33 +0200</pubDate>
    <dc:creator>Geoffrey</dc:creator>
    
    <description>&lt;p&gt;t'as pas compris donc&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Pagination with the Zend Framework - Guy KPADJIK</title>
    <link>http://fashion.hosmoz.net/post/2007/07/15/Pagination-with-the-Zend-Framework#c2749</link>
    <guid isPermaLink="false">urn:md5:faa916b2f832d6709d66c1e39bfc9498</guid>
    <pubDate>Mon, 16 Jul 2007 10:24:40 +0200</pubDate>
    <dc:creator>Guy KPADJIK</dc:creator>
    
    <description>&lt;p&gt;Ou bien, je n'ai pas compris quelque chose, ou bien, ca ne marche qu'avec des requetes sans conditions.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>A Zend controller plugin to enable RESTful behaviour - Geoffrey</title>
    <link>http://fashion.hosmoz.net/post/2007/07/14/A-Zend-controller-plugin-to-enable-REST-like-behaviour#c2743</link>
    <guid isPermaLink="false">urn:md5:d04e4b969f6b390982d5c8b8709fd144</guid>
    <pubDate>Sat, 14 Jul 2007 18:30:50 +0200</pubDate>
    <dc:creator>Geoffrey</dc:creator>
    
    <description>&lt;p&gt;hum chez moi ils sont alignés a droite, t'es sous firefox ou bien ?&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>A Zend controller plugin to enable RESTful behaviour - p4bl0</title>
    <link>http://fashion.hosmoz.net/post/2007/07/14/A-Zend-controller-plugin-to-enable-REST-like-behaviour#c2741</link>
    <guid isPermaLink="false">urn:md5:3802763dd04a1f2870502f54609a2e98</guid>
    <pubDate>Sat, 14 Jul 2007 17:56:31 +0200</pubDate>
    <dc:creator>p4bl0</dc:creator>
    
    <description>&lt;p&gt;Comme ça aussi c'est sympa oui :-)&lt;br /&gt;
J'avais proposé de mettre width:130px parce que ça mettait les labels devant les fields avec les fields bien alignés, mais avec width:50% c'est sympa aussi d'avoir les fields à la ligne :-)&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>A Zend controller plugin to enable RESTful behaviour - Geoffrey</title>
    <link>http://fashion.hosmoz.net/post/2007/07/14/A-Zend-controller-plugin-to-enable-REST-like-behaviour#c2740</link>
    <guid isPermaLink="false">urn:md5:989272437586e03d81812c75393e5841</guid>
    <pubDate>Sat, 14 Jul 2007 16:53:39 +0200</pubDate>
    <dc:creator>Geoffrey</dc:creator>
    
    <description>&lt;p&gt;comme ça par exemple ? :)&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>A Zend controller plugin to enable RESTful behaviour - p4bl0</title>
    <link>http://fashion.hosmoz.net/post/2007/07/14/A-Zend-controller-plugin-to-enable-REST-like-behaviour#c2739</link>
    <guid isPermaLink="false">urn:md5:37910320653f05bac2674617fb43654c</guid>
    <pubDate>Sat, 14 Jul 2007 16:14:40 +0200</pubDate>
    <dc:creator>p4bl0</dc:creator>
    
    <description>&lt;p&gt;Pas vraiment en rapport avec l'article, mais c'est juste pour dire que le formulaire pour poster un commentaire serait plus sympa avec ça dans la feuille de style :&lt;/p&gt;


&lt;pre&gt; #comment-form label {
     float: left;
     width: 130px;
 }&lt;/pre&gt;


&lt;p&gt;Voilà :-)&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Zend Framework 1.0.0 RC2 - choon</title>
    <link>http://fashion.hosmoz.net/post/2007/06/13/Zend-Framework-100-RC2#c2590</link>
    <guid isPermaLink="false">urn:md5:1673beb172ed1dc78bd078b1689a45d8</guid>
    <pubDate>Thu, 14 Jun 2007 18:07:19 +0200</pubDate>
    <dc:creator>choon</dc:creator>
    
    <description>&lt;p&gt;fais coooooommmmmmmeuuuuu l'oiseau !!!!!!! lalalallalal..........&lt;/p&gt;


&lt;p&gt;hum.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Zend Framework 0.9.3 - Gilles</title>
    <link>http://fashion.hosmoz.net/post/2007/05/07/Zend-Framework-093#c2426</link>
    <guid isPermaLink="false">urn:md5:5578505e8bd4ff4e42b1c7b09bd080b1</guid>
    <pubDate>Tue, 08 May 2007 09:55:38 +0200</pubDate>
    <dc:creator>Gilles</dc:creator>
    
    <description>&lt;p&gt;Ouaip, c'est une très bonne nouvelle. Ca commençait à prendre un peu de retard. Je suis plus qu'impatient pour la 1.0. Ca va faire mal.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Débuter avec le Zend Framework - Yogui</title>
    <link>http://fashion.hosmoz.net/post/2007/04/12/Debuter-avec-le-Zend-Framework#c2349</link>
    <guid isPermaLink="false">urn:md5:d647b43cbe1e897cf0eadd9ac061300f</guid>
    <pubDate>Fri, 13 Apr 2007 16:02:24 +0200</pubDate>
    <dc:creator>Yogui</dc:creator>
    
    <description>&lt;p&gt;Salut&lt;/p&gt;


&lt;p&gt;N'hésite pas à m'écrire si tu souhaites en faire d'autres, je serais heureux de t'assister.&lt;/p&gt;


&lt;p&gt;Cordialement,&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Débuter avec le Zend Framework - Geoffrey</title>
    <link>http://fashion.hosmoz.net/post/2007/04/12/Debuter-avec-le-Zend-Framework#c2345</link>
    <guid isPermaLink="false">urn:md5:5a38ed4821e473e82ef93163180da9a9</guid>
    <pubDate>Thu, 12 Apr 2007 09:43:34 +0200</pubDate>
    <dc:creator>Geoffrey</dc:creator>
    
    <description>&lt;p&gt;J'en prend bonne note !&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Débuter avec le Zend Framework - Isilgawen</title>
    <link>http://fashion.hosmoz.net/post/2007/04/12/Debuter-avec-le-Zend-Framework#c2344</link>
    <guid isPermaLink="false">urn:md5:1bb6c84b58d776ac254771a70ae87b9e</guid>
    <pubDate>Thu, 12 Apr 2007 08:47:12 +0200</pubDate>
    <dc:creator>Isilgawen</dc:creator>
    
    <description>&lt;p&gt;Tu peux ajouter celui-la qui est vraiment bien aussi :&lt;/p&gt;


&lt;p&gt;&lt;a href=&quot;http://julien-pauli.developpez.com/tutoriels/zend-framework/presentation/&quot; title=&quot;http://julien-pauli.developpez.com/tutoriels/zend-framework/presentation/&quot; rel=&quot;nofollow&quot;&gt;http://julien-pauli.developpez.com/...&lt;/a&gt;&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Zend Framework 0.9.0 - Geoffrey</title>
    <link>http://fashion.hosmoz.net/post/2007/03/18/Zend-Framework-090#c2320</link>
    <guid isPermaLink="false">urn:md5:2792ab1b38c8344ea6178fd6c08c9907</guid>
    <pubDate>Sun, 18 Mar 2007 21:58:41 +0100</pubDate>
    <dc:creator>Geoffrey</dc:creator>
    
    <description>&lt;p&gt;C'est exact, je viens de m'en rendre compte sur le bugtracker:&lt;/p&gt;


&lt;p&gt;&lt;a href=&quot;http://framework.zend.com/issues/browse/ZF-1080&quot; title=&quot;http://framework.zend.com/issues/browse/ZF-1080&quot; rel=&quot;nofollow&quot;&gt;http://framework.zend.com/issues/br...&lt;/a&gt;&lt;/p&gt;


&lt;p&gt;je mettrais à jour le package dès que possible :)&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Zend Framework 0.9.0 - Jean-Marc Fontaine</title>
    <link>http://fashion.hosmoz.net/post/2007/03/18/Zend-Framework-090#c2319</link>
    <guid isPermaLink="false">urn:md5:e84367b04b842e78ac78f7a4932e2dd2</guid>
    <pubDate>Sun, 18 Mar 2007 16:09:40 +0100</pubDate>
    <dc:creator>Jean-Marc Fontaine</dc:creator>
    
    <description>&lt;p&gt;Il y a un problème dans le fichier &amp;quot;Zend/Db/Table/Row.php&amp;quot;. Le tag PHP d'ouverture est mal écrit ce qui rend inutilisable ce package.&lt;/p&gt;


&lt;p&gt;Le problème est présent dans la distribution officielle et a été corrigé dans le SVN. Celle-ci devrait donc prochainement être mise à jour.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Channel PEAR PHPMafia, package Zend Framework - JeanJean</title>
    <link>http://fashion.hosmoz.net/post/2007/02/27/Channel-PEAR-PHPMafia-package-Zend-Framework#c2318</link>
    <guid isPermaLink="false">urn:md5:5670c1bc14b4d565ca747e6e4710dbfe</guid>
    <pubDate>Mon, 05 Mar 2007 10:35:12 +0100</pubDate>
    <dc:creator>JeanJean</dc:creator>
    
    <description>&lt;p&gt;Ton travail ne peut-être que bénéfique pour la communauté !&lt;br /&gt;
Un tout grand MERCI !!!!&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Channel PEAR PHPMafia, package Zend Framework - Eric</title>
    <link>http://fashion.hosmoz.net/post/2007/02/27/Channel-PEAR-PHPMafia-package-Zend-Framework#c2313</link>
    <guid isPermaLink="false">urn:md5:4a5963dd23f46adcd48ab1444c47b24a</guid>
    <pubDate>Thu, 01 Mar 2007 21:50:14 +0100</pubDate>
    <dc:creator>Eric</dc:creator>
    
    <description>&lt;p&gt;Bonne initiative ! Merci.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Channel PEAR PHPMafia, package Zend Framework - Arnaud</title>
    <link>http://fashion.hosmoz.net/post/2007/02/27/Channel-PEAR-PHPMafia-package-Zend-Framework#c2312</link>
    <guid isPermaLink="false">urn:md5:e19a6480ab9681f6b13531228a680665</guid>
    <pubDate>Wed, 28 Feb 2007 22:02:11 +0100</pubDate>
    <dc:creator>Arnaud</dc:creator>
    
    <description>&lt;p&gt;Content de voir que ca marche :)&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Channel PEAR PHPMafia, package Zend Framework - Matt.rixx</title>
    <link>http://fashion.hosmoz.net/post/2007/02/27/Channel-PEAR-PHPMafia-package-Zend-Framework#c2309</link>
    <guid isPermaLink="false">urn:md5:a2196eda300924bb47303a8568c34dd2</guid>
    <pubDate>Tue, 27 Feb 2007 08:27:53 +0100</pubDate>
    <dc:creator>Matt.rixx</dc:creator>
    
    <description>&lt;p&gt;pas mal !!!!&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Zend Framework 0.8 - NiKo</title>
    <link>http://fashion.hosmoz.net/post/2007/02/22/Zend-Framework-08#c2275</link>
    <guid isPermaLink="false">urn:md5:5355fa478694c22381596834c2790e46</guid>
    <pubDate>Thu, 22 Feb 2007 16:01:30 +0100</pubDate>
    <dc:creator>NiKo</dc:creator>
    
    <description>&lt;p&gt;On a vu des médailles loupées pour moins que ça =)&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Zend Framework 0.8 - Geoffrey</title>
    <link>http://fashion.hosmoz.net/post/2007/02/22/Zend-Framework-08#c2274</link>
    <guid isPermaLink="false">urn:md5:8213a2badf486fe5b833e0ec8bb249d9</guid>
    <pubDate>Thu, 22 Feb 2007 15:56:44 +0100</pubDate>
    <dc:creator>Geoffrey</dc:creator>
    
    <description>&lt;p&gt;Pas la peine de te la péter pour 2 malheureux dixièmes hein.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Zend Framework 0.8 - NiKo</title>
    <link>http://fashion.hosmoz.net/post/2007/02/22/Zend-Framework-08#c2272</link>
    <guid isPermaLink="false">urn:md5:3777c3c76271f10595bf334710058660</guid>
    <pubDate>Thu, 22 Feb 2007 15:12:23 +0100</pubDate>
    <dc:creator>NiKo</dc:creator>
    
    <description>&lt;p&gt;Sinon t'as Symfony 1.0 qui est de sortie également.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>PHPMafia et OPML - Geoffrey</title>
    <link>http://fashion.hosmoz.net/post/2007/02/06/PHPMafia-et-OPML#c2237</link>
    <guid isPermaLink="false">urn:md5:e3fb5b47a8171bb2bee4e6613939c2b3</guid>
    <pubDate>Thu, 08 Feb 2007 08:43:08 +0100</pubDate>
    <dc:creator>Geoffrey</dc:creator>
    
    <description>&lt;p&gt;merci bien copain mais c'est pas exactement ce que je cherche :)&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>PHPMafia et OPML - Hervé</title>
    <link>http://fashion.hosmoz.net/post/2007/02/06/PHPMafia-et-OPML#c2236</link>
    <guid isPermaLink="false">urn:md5:0acf7c1203ab45e0e297d6b8b53a2b5d</guid>
    <pubDate>Wed, 07 Feb 2007 20:53:10 +0100</pubDate>
    <dc:creator>Hervé</dc:creator>
    
    <description>&lt;p&gt;&lt;a href=&quot;http://www.ellislab.com/a_blogroll_using_opml/&quot; title=&quot;http://www.ellislab.com/a_blogroll_using_opml/&quot; rel=&quot;nofollow&quot;&gt;http://www.ellislab.com/a_blogroll_...&lt;/a&gt;&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>PHPMafia et OPML - Geoffrey</title>
    <link>http://fashion.hosmoz.net/post/2007/02/06/PHPMafia-et-OPML#c2233</link>
    <guid isPermaLink="false">urn:md5:e5bc3e15ba8e7146aea210566ebc0420</guid>
    <pubDate>Wed, 07 Feb 2007 10:06:59 +0100</pubDate>
    <dc:creator>Geoffrey</dc:creator>
    
    <description>&lt;p&gt;J'y ai mis une sarge que je me suis empressé de mettre à jour en etch, ça tourne du feu de dieu :p&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>PHPMafia et OPML - Ludo</title>
    <link>http://fashion.hosmoz.net/post/2007/02/06/PHPMafia-et-OPML#c2231</link>
    <guid isPermaLink="false">urn:md5:c70e10639b6ac05e0194165fd77a6af0</guid>
    <pubDate>Wed, 07 Feb 2007 08:42:38 +0100</pubDate>
    <dc:creator>Ludo</dc:creator>
    
    <description>&lt;p&gt;T'as choisi quel OS sur ta dedibox ? et ca tourne bien ?&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>PHPMafia et OPML - Geoffrey</title>
    <link>http://fashion.hosmoz.net/post/2007/02/06/PHPMafia-et-OPML#c2228</link>
    <guid isPermaLink="false">urn:md5:b56ec72d69c6e5ddd8344722ffacbbd6</guid>
    <pubDate>Tue, 06 Feb 2007 15:53:19 +0100</pubDate>
    <dc:creator>Geoffrey</dc:creator>
    
    <description>&lt;p&gt;Pouvoir, oui, vouloir... franchement ça me gave un peu, mais je pense que ça va se terminer comme ça :/&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>PHPMafia et OPML - NiKo</title>
    <link>http://fashion.hosmoz.net/post/2007/02/06/PHPMafia-et-OPML#c2227</link>
    <guid isPermaLink="false">urn:md5:9258d339dcd48c4256268bab811c3ebc</guid>
    <pubDate>Tue, 06 Feb 2007 15:45:43 +0100</pubDate>
    <dc:creator>NiKo</dc:creator>
    
    <description>&lt;p&gt;Tu veux pas te la coder ? Perso c'est le genre de trucs qui me détendent... :)&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Interfaces et Classes Abstraites - Nico</title>
    <link>http://fashion.hosmoz.net/post/2007/01/31/Interfaces-et-Classes-Abstraites#c2213</link>
    <guid isPermaLink="false">urn:md5:6c2e86c81dc80358d180f379225fda71</guid>
    <pubDate>Wed, 31 Jan 2007 10:02:18 +0100</pubDate>
    <dc:creator>Nico</dc:creator>
    
    <description>&lt;p&gt;Nickel !&lt;br /&gt;
Mais il est a préciser un truc important :&lt;br /&gt;
En théorie, une interface décrit les méthodes à implément DANS L'ARBRE D'HERITAGE.&lt;br /&gt;
En pratique en PHP, cela ce limite aux classes enfants directs de de notre amie l'interface.&lt;/p&gt;


&lt;p&gt;On à le même lezard pour la classe abstraite.&lt;br /&gt;
C'est vraiment LE truc bête en PHP :(&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Interfaces et Classes Abstraites - NiKo</title>
    <link>http://fashion.hosmoz.net/post/2007/01/31/Interfaces-et-Classes-Abstraites#c2212</link>
    <guid isPermaLink="false">urn:md5:a5176292524ec4626525c7cac8d8c541</guid>
    <pubDate>Wed, 31 Jan 2007 09:40:55 +0100</pubDate>
    <dc:creator>NiKo</dc:creator>
    
    <description>&lt;p&gt;Un collègue avait fait un autre très bon billet là-dessus : &lt;a href=&quot;http://www.clever-age.com/veille/blog/quelle-difference-entre-une-classe-abstraite-et-une-interface.html&quot; title=&quot;http://www.clever-age.com/veille/blog/quelle-difference-entre-une-classe-abstraite-et-une-interface.html&quot; rel=&quot;nofollow&quot;&gt;http://www.clever-age.com/veille/bl...&lt;/a&gt; :-)&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Collections, Object Chaining, et la vérité sur le Père Noël - Geoffrey</title>
    <link>http://fashion.hosmoz.net/post/2006/11/29/Collections-Object-Chaining-et-la-verite-sur-le-Pere-Noel#c2169</link>
    <guid isPermaLink="false">urn:md5:d3cd8e3648c707b551df80f051747847</guid>
    <pubDate>Fri, 01 Dec 2006 11:41:58 +0100</pubDate>
    <dc:creator>Geoffrey</dc:creator>
    
    <description>&lt;p&gt;Hum, après lecture sur wikipedia (&lt;a href=&quot;http://en.wikipedia.org/wiki/Visitor_pattern&quot; title=&quot;http://en.wikipedia.org/wiki/Visitor_pattern&quot; rel=&quot;nofollow&quot;&gt;http://en.wikipedia.org/wiki/Visito...&lt;/a&gt;), ça ressemble un peu, mais finalement pas vraiment, vu que dans ma Collection, tous les appels de fonctions sont les mêmes (aucune notion de polymorphisme n'entre en jeu).&lt;/p&gt;


&lt;p&gt;En fait, je vois plutot ça comme un Proxy Pattern revisité&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Collections, Object Chaining, et la vérité sur le Père Noël - minitareck</title>
    <link>http://fashion.hosmoz.net/post/2006/11/29/Collections-Object-Chaining-et-la-verite-sur-le-Pere-Noel#c2165</link>
    <guid isPermaLink="false">urn:md5:7377c494acb530affdd286c8d790f8e2</guid>
    <pubDate>Thu, 30 Nov 2006 19:32:30 +0100</pubDate>
    <dc:creator>minitareck</dc:creator>
    
    <description>&lt;p&gt;Le design pattern dont tu cherches le nom en début de post ce ne serait pas par hasard les visiteurs ?&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Linux + gVim + Rox-filer = Mon IDE. - NiKo</title>
    <link>http://fashion.hosmoz.net/post/2006/11/28/Linux-gVim-Rox-filer-Mon-IDE#c2164</link>
    <guid isPermaLink="false">urn:md5:3a12f2bb742aab6c09b56434b4c2d1ea</guid>
    <pubDate>Thu, 30 Nov 2006 17:34:12 +0100</pubDate>
    <dc:creator>NiKo</dc:creator>
    
    <description>&lt;p&gt;Oui, et pour chaque projet tu peux définir autant de répertoire de scan (genre, au hasard, /usr/share/php)&lt;/p&gt;


&lt;p&gt;Une autre fonction interessante du rollover sur une methode, une constante ou une variable, lister tous les fichiers qui les définissent.&lt;/p&gt;


&lt;p&gt;Mais on pourrait passer la nuit à lister toutes ces fonctionnalités... Par contre après côté raccourcis clavier et rapport poids/puissance/fonctionnalités, vim entère Eclipse de ultra loin c'est clair.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Linux + gVim + Rox-filer = Mon IDE. - Geoffrey</title>
    <link>http://fashion.hosmoz.net/post/2006/11/28/Linux-gVim-Rox-filer-Mon-IDE#c2162</link>
    <guid isPermaLink="false">urn:md5:6a38e45657c529505cede4c67f57d314</guid>
    <pubDate>Thu, 30 Nov 2006 09:45:57 +0100</pubDate>
    <dc:creator>Geoffrey</dc:creator>
    
    <description>&lt;p&gt;Hum, caser la description, remarque, ça doit etre possible vu que la tabcomplétion pop un menu, on doit pouvoir poper un genre d'infobulle&lt;/p&gt;


&lt;p&gt;pour le ctrl+click, il faut savoir dans quels dossiers chercher, je suppose qu'eclipse cherche dans le &amp;quot;projet&amp;quot; en cours ?&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Linux + gVim + Rox-filer = Mon IDE. - NiKo</title>
    <link>http://fashion.hosmoz.net/post/2006/11/28/Linux-gVim-Rox-filer-Mon-IDE#c2161</link>
    <guid isPermaLink="false">urn:md5:73bdb42d411d04faae44ff0e83d23a33</guid>
    <pubDate>Thu, 30 Nov 2006 08:00:09 +0100</pubDate>
    <dc:creator>NiKo</dc:creator>
    
    <description>&lt;p&gt;Geoffrey&amp;gt; Pour une astuce sur le Ctrl+click dans GVim je suis preneur d'une astuce :)&lt;/p&gt;


&lt;p&gt;Sinon quand je parle de la phpdoc je parle la signature certes, mais aussi de toute la description (générale, des paramètres et de la valeur de retour.) Faut essayer !&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Linux + gVim + Rox-filer = Mon IDE. - Geoffrey</title>
    <link>http://fashion.hosmoz.net/post/2006/11/28/Linux-gVim-Rox-filer-Mon-IDE#c2160</link>
    <guid isPermaLink="false">urn:md5:585421df2d0c883b938f7b47cbe63527</guid>
    <pubDate>Wed, 29 Nov 2006 19:33:37 +0100</pubDate>
    <dc:creator>Geoffrey</dc:creator>
    
    <description>&lt;p&gt;Gameplayer: en effet, ton commentaire avait été bloqué par Akismet&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Linux + gVim + Rox-filer = Mon IDE. - Gameplayer</title>
    <link>http://fashion.hosmoz.net/post/2006/11/28/Linux-gVim-Rox-filer-Mon-IDE#c2159</link>
    <guid isPermaLink="false">urn:md5:7f5ab296553659a9260f8b90d48e8eb8</guid>
    <pubDate>Wed, 29 Nov 2006 17:46:52 +0100</pubDate>
    <dc:creator>Gameplayer</dc:creator>
    
    <description>&lt;p&gt;Heu...&lt;/p&gt;


&lt;p&gt;Pourquoi le message que j'ai posté n'apparais pas ?&lt;/p&gt;


&lt;p&gt;Je suis passé en spammeur ?&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Linux + gVim + Rox-filer = Mon IDE. - Geoffrey</title>
    <link>http://fashion.hosmoz.net/post/2006/11/28/Linux-gVim-Rox-filer-Mon-IDE#c2158</link>
    <guid isPermaLink="false">urn:md5:314551c053bfaaaec3268931707fd711</guid>
    <pubDate>Wed, 29 Nov 2006 17:21:20 +0100</pubDate>
    <dc:creator>Geoffrey</dc:creator>
    
    <description>&lt;p&gt;hum, le ctrl+clic, je pense que c'est faisable avec vim&lt;/p&gt;


&lt;p&gt;la PHPDoc en tooltip aussi (enfin pas en tooltip mais dans la statusbar par exemple, je suppose que par phpdoc tu entends &amp;quot;signature de la fonction&amp;quot; ?)&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Linux + gVim + Rox-filer = Mon IDE. - NiKo</title>
    <link>http://fashion.hosmoz.net/post/2006/11/28/Linux-gVim-Rox-filer-Mon-IDE#c2157</link>
    <guid isPermaLink="false">urn:md5:9042596211c93c4d252fded95c956309</guid>
    <pubDate>Wed, 29 Nov 2006 16:23:58 +0100</pubDate>
    <dc:creator>NiKo</dc:creator>
    
    <description>&lt;p&gt;Yann&amp;gt; Une seule feature en a déjà convaincu plus d'un autour de moi : Ctrl + clic sur le nom d'une méthode dans ton code, PHPEclipse t'ouvre le bon fichier en contenant la définition.&lt;/p&gt;


&lt;p&gt;Sinon un rollover sur une autre méthode, et paf : la PHPDoc qui s'affiche en tooltip... Et le reste des fonctionnalités est à l'avenant (autocomplétion, scaffolding, etc...)&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Linux + gVim + Rox-filer = Mon IDE. - Gameplayer</title>
    <link>http://fashion.hosmoz.net/post/2006/11/28/Linux-gVim-Rox-filer-Mon-IDE#c2156</link>
    <guid isPermaLink="false">urn:md5:d94305bd3396609202a6abe74bd41e60</guid>
    <pubDate>Wed, 29 Nov 2006 15:14:59 +0100</pubDate>
    <dc:creator>Gameplayer</dc:creator>
    
    <description>&lt;p&gt;Pour ce qui est d'eclipse, Zend est en train de développer son propre plugin (PHPIde : &lt;a href=&quot;http://www.eclipse.org/php/&quot; title=&quot;http://www.eclipse.org/php/&quot; rel=&quot;nofollow&quot;&gt;http://www.eclipse.org/php/&lt;/a&gt;) que je trouve très bon, même pour un produit encore en Beta : code completion, y compris pour des fonctions et classes définies par l'utilisateur, affichage d'une bulle d'aide avec la doc des fonctions utilisateurs (il suffit d'utiliser une syntaxe particulière pour le commentaire décrivant la fonction). Je n'ai pas testé les fonction de débug par contre, mais elle est implémentée, bien que ne gérant pas encore tous les moteurs...&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Linux + gVim + Rox-filer = Mon IDE. - Yann</title>
    <link>http://fashion.hosmoz.net/post/2006/11/28/Linux-gVim-Rox-filer-Mon-IDE#c2155</link>
    <guid isPermaLink="false">urn:md5:9c0324b157d77aca83dae1fa0db8b4b8</guid>
    <pubDate>Wed, 29 Nov 2006 10:20:11 +0100</pubDate>
    <dc:creator>Yann</dc:creator>
    
    <description>&lt;p&gt;Geoffrey &amp;gt; C'est drôle, malgré ta &amp;quot;puissance de persuasion qui ne suffit pas&amp;quot;, ça me donne énormément envie de tester cet IDE... Cela dit, je fais partie des gens qui préfèrent rester loin de tout logiciel au nom court incluant les lettres &amp;quot;vi&amp;quot;... :)&lt;/p&gt;


&lt;p&gt;NiKo &amp;gt; Je me suis toujours demandé si phpeclipse conviendrait à mes habitudes de dév... Mais j'avoue que je n'ai jamais eu le courage... euh, non, le temps ! Je n'ai jamais eu le temps de le tester... Je vais de ce pas jeter un oeil à ton blog pour voir si tu en as déjà parlé.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Linux + gVim + Rox-filer = Mon IDE. - Geoffrey</title>
    <link>http://fashion.hosmoz.net/post/2006/11/28/Linux-gVim-Rox-filer-Mon-IDE#c2154</link>
    <guid isPermaLink="false">urn:md5:9799d66b12aeee2df588368dc1cf3393</guid>
    <pubDate>Wed, 29 Nov 2006 10:05:36 +0100</pubDate>
    <dc:creator>Geoffrey</dc:creator>
    
    <description>&lt;p&gt;Bien vu pour l'autoindent, je le rajoute de suite !&lt;/p&gt;


&lt;p&gt;sinon pour phpeclipse, c'est déjà essayé, mais bien essayé ;)&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Linux + gVim + Rox-filer = Mon IDE. - NiKo</title>
    <link>http://fashion.hosmoz.net/post/2006/11/28/Linux-gVim-Rox-filer-Mon-IDE#c2153</link>
    <guid isPermaLink="false">urn:md5:0d915c77109f8e2e592c99826db061f4</guid>
    <pubDate>Wed, 29 Nov 2006 08:00:46 +0100</pubDate>
    <dc:creator>NiKo</dc:creator>
    
    <description>&lt;p&gt;Tiens dans le .vimrc j'aurai rajouté set autoindent.&lt;/p&gt;


&lt;p&gt;Sinon un jour tu essaieras comme moi phpeclipse et convaincu, tu seras. Ou pas.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>ViewHelper de génération d'urls - Matt.Rixx</title>
    <link>http://fashion.hosmoz.net/post/2006/11/24/ViewHelper-de-generation-durls#c2148</link>
    <guid isPermaLink="false">urn:md5:a150dcfa41717b70bbed2b56a7c7e314</guid>
    <pubDate>Mon, 27 Nov 2006 20:06:39 +0100</pubDate>
    <dc:creator>Matt.Rixx</dc:creator>
    
    <description>&lt;p&gt;ah ben oui, suis-je bete&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>ViewHelper de génération d'urls - Geoffrey</title>
    <link>http://fashion.hosmoz.net/post/2006/11/24/ViewHelper-de-generation-durls#c2147</link>
    <guid isPermaLink="false">urn:md5:e1fcfc0ab0afe024c8cf4d66f642e89b</guid>
    <pubDate>Mon, 27 Nov 2006 09:34:37 +0100</pubDate>
    <dc:creator>Geoffrey</dc:creator>
    
    <description>&lt;p&gt;ben non :o c'est justement la puissance de la chose, puisque tu définis le controller et l'action dans les .defaults, ce seront toujours les mêmes qui seront appelés.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>ViewHelper de génération d'urls - Matt.Rixx</title>
    <link>http://fashion.hosmoz.net/post/2006/11/24/ViewHelper-de-generation-durls#c2143</link>
    <guid isPermaLink="false">urn:md5:43e121be1bd68cb790558e0968d62c3e</guid>
    <pubDate>Sun, 26 Nov 2006 23:29:16 +0100</pubDate>
    <dc:creator>Matt.Rixx</dc:creator>
    
    <description>&lt;p&gt;sauf que dans les controllers, faudra faire Annonce:creer() et Announce::create() qui seront exactement identique (donc on peut penser que l'un appellera l'autre, m'enfin bon, c'est pas super pratique, quand meme&lt;/p&gt;</description>
  </item>
      
    <item>
    <title>[ping] Bonnes pratiques PHP - CactusCrew WebDev</title>
    <link>http://fashion.hosmoz.net/post/2006/10/29/Bonnes-pratiques-PHP#c2097</link>
    <guid isPermaLink="false">urn:md5:b02b2497862e9d7844829e7ab059a2af</guid>
    <pubDate>Mon, 06 Nov 2006 10:37:29 +0100</pubDate>
    <dc:creator>CactusCrew WebDev</dc:creator>
    
    <description>&lt;p&gt;&lt;a href="http://blog.cactuscrew.com/60-bonnes-pratiques-php"&gt;Bonnes pratiques PHP&lt;/a&gt;&lt;/p&gt;
    &lt;!-- TB --&gt;

&lt;p&gt;En réponse à Gameplayer, à mon travail, nous avons pris l'habitude d'indiquer le type de nos variables dans le nom de celle ci : * $S_foo = 'bar'; * $I_foo = 10; * $O_foo = new Bar(); * $A_foo = array(); * ......&lt;/p&gt;</description>
  </item>
    
      
    
    <item>
    <title>Howto: Utiliser Zend_Controller_RewriteRouter avec Zend_Config - Jeff</title>
    <link>http://fashion.hosmoz.net/post/2006/10/31/Howto%3A-Utiliser-Zend_Controller_RewriteRouter-avec-Zend_Config#c2096</link>
    <guid isPermaLink="false">urn:md5:16944eb41488ca988980ed5733b257dc</guid>
    <pubDate>Sun, 05 Nov 2006 23:20:34 +0100</pubDate>
    <dc:creator>Jeff</dc:creator>
    
    <description>&lt;p&gt;Petit précision pour la méthode $router-&amp;gt;addConfig(...)&lt;/p&gt;



&lt;p&gt;&lt;a href=&quot;http://framework.zend.com/issues/browse/ZF-284&quot; title=&quot;http://framework.zend.com/issues/browse/ZF-284&quot; rel=&quot;nofollow&quot;&gt;http://framework.zend.com/issues/br...&lt;/a&gt;&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Bonnes pratiques PHP - Geoffrey</title>
    <link>http://fashion.hosmoz.net/post/2006/10/29/Bonnes-pratiques-PHP#c2084</link>
    <guid isPermaLink="false">urn:md5:f8bcf9ae56de73bd11f8fa959adfdce4</guid>
    <pubDate>Mon, 30 Oct 2006 16:39:59 +0100</pubDate>
    <dc:creator>Geoffrey</dc:creator>
    
    <description>&lt;p&gt;C'est une habitude à prendre on va dire, c'est vrai que d'un point de vue &lt;em&gt;lecture&lt;/em&gt;, il semble plus logique de placer la variable à gauche de l'équation, et j'avoue que moi même je ne le fais pas systématiquement, mais ça peut être une source de gain de temps considérable quand on oublie malencontreusement un ou deux signes &lt;em&gt;égal&lt;/em&gt; puisqu'assigner une variable à une constante provoque une erreur fatale :-)&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Bonnes pratiques PHP - giz404</title>
    <link>http://fashion.hosmoz.net/post/2006/10/29/Bonnes-pratiques-PHP#c2083</link>
    <guid isPermaLink="false">urn:md5:66bbe98bef0685fd7dd6147fe55d5a20</guid>
    <pubDate>Mon, 30 Oct 2006 15:14:35 +0100</pubDate>
    <dc:creator>giz404</dc:creator>
    
    <description>&lt;p&gt;Mettre l'opérande après la variable à tester me choque toujours. Enfin côté lisibilité c'est un peu surprenant non ?&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Bonnes pratiques PHP - Geoffrey</title>
    <link>http://fashion.hosmoz.net/post/2006/10/29/Bonnes-pratiques-PHP#c2082</link>
    <guid isPermaLink="false">urn:md5:5a538e36bbe94b78264697ec36e1d499</guid>
    <pubDate>Mon, 30 Oct 2006 14:43:35 +0100</pubDate>
    <dc:creator>Geoffrey</dc:creator>
    
    <description>&lt;p&gt;9069, c'est mon id sur &lt;a href=&quot;http://www.parano.be/&quot; title=&quot;http://www.parano.be/&quot; rel=&quot;nofollow&quot;&gt;http://www.parano.be/&lt;/a&gt; (sur lequel j'ai publié ce petit &amp;quot;exercice&amp;quot; avant de le publier ici).&lt;/p&gt;


&lt;p&gt;Sinon pour la notation &amp;quot;hongroise&amp;quot; (j'ai cru lire quelque part il y a quelques temps que ce n'est pas vraiment ça la notation hongroise), je ne suis pas fan non plus: je pense qu'un code bien pensé n'a pas besoin de ce genre d'artifice pour être compréhensible :-)&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Bonnes pratiques PHP - Ben</title>
    <link>http://fashion.hosmoz.net/post/2006/10/29/Bonnes-pratiques-PHP#c2081</link>
    <guid isPermaLink="false">urn:md5:e0dab0a1abe2baf5ad34abfc46f42b6f</guid>
    <pubDate>Mon, 30 Oct 2006 13:00:42 +0100</pubDate>
    <dc:creator>Ben</dc:creator>
    
    <description>&lt;p&gt;Une remarque, quand je lis le code j'me pose la question, d'où vient le 9069.&lt;br /&gt;
C'est sûr que là c'est qu'un exemple, mais c'est une bonne pratique aussi de ne pas utiliser de valeurs obscures dans son code :)&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Bonnes pratiques PHP - NiKo</title>
    <link>http://fashion.hosmoz.net/post/2006/10/29/Bonnes-pratiques-PHP#c2080</link>
    <guid isPermaLink="false">urn:md5:eaf92e4a803c7ef23b631c3ded339f16</guid>
    <pubDate>Mon, 30 Oct 2006 12:48:00 +0100</pubDate>
    <dc:creator>NiKo</dc:creator>
    
    <description>&lt;p&gt;$mixedResult ? Pouah ! Au pire *pour la lisibilité* tu peux retyper la variable :&lt;/p&gt;


&lt;p&gt;echo (string) $result;&lt;/p&gt;


&lt;p&gt;Mais on atteint un peu les limites de PHP qui n'est pas typé fondamentalement.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Bonnes pratiques PHP - Mère Teresa</title>
    <link>http://fashion.hosmoz.net/post/2006/10/29/Bonnes-pratiques-PHP#c2079</link>
    <guid isPermaLink="false">urn:md5:184bd6b977955375fc7cf57fc14fa2ef</guid>
    <pubDate>Mon, 30 Oct 2006 11:26:45 +0100</pubDate>
    <dc:creator>Mère Teresa</dc:creator>
    
    <description>&lt;p&gt;Les variables étant faiblement typées en PHP, ajouter un préfixe de type peut induire un développeur en erreur, en lui laissant croire que $booVariableName est forcément un booléen.&lt;br /&gt;
D'autant plus que certaines fonctions de PHP renvoient un tableau si ok  et false si pas ok : comment nommer la variable ? $arrOrbooResult ?&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Bonnes pratiques PHP - Gameplayer</title>
    <link>http://fashion.hosmoz.net/post/2006/10/29/Bonnes-pratiques-PHP#c2078</link>
    <guid isPermaLink="false">urn:md5:93dc93e2a031c77ce6793f05b71da664</guid>
    <pubDate>Mon, 30 Oct 2006 11:16:45 +0100</pubDate>
    <dc:creator>Gameplayer</dc:creator>
    
    <description>&lt;p&gt;J'aime assez rajouter au niveau des noms de mes variables une information sur le type :&lt;/p&gt;


&lt;p&gt;$strVariableName ==&amp;gt; chaîne&lt;br /&gt;
$booVariableName ==&amp;gt; booléen&lt;/p&gt;


&lt;p&gt;Après ca peu parfois surcharger les noms quand on commence a utiliser des objets (préfix &amp;quot;obj&amp;quot; ? préfixe dépendant de l'objet ?)&lt;/p&gt;


&lt;p&gt;Vous en pensez quoi ?&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Bonnes pratiques PHP - Sylvio</title>
    <link>http://fashion.hosmoz.net/post/2006/10/29/Bonnes-pratiques-PHP#c2077</link>
    <guid isPermaLink="false">urn:md5:c591a4147a3f0ce7f0fdbf1cbb769a5d</guid>
    <pubDate>Mon, 30 Oct 2006 09:49:34 +0100</pubDate>
    <dc:creator>Sylvio</dc:creator>
    
    <description>&lt;p&gt;Pas mal ce petit exercice.&lt;br /&gt;
Je vous conseille à ce propos l'excellent livre &amp;quot;PHP5 Best practices&amp;quot; (dispo en français).&lt;br /&gt;
Cet exercice peut-être pas mal pour un petit test lors d'un entretien d'embauche.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Bonnes pratiques PHP - Geoffrey</title>
    <link>http://fashion.hosmoz.net/post/2006/10/29/Bonnes-pratiques-PHP#c2076</link>
    <guid isPermaLink="false">urn:md5:9b5f48d7a2093204bb9953328f7894ca</guid>
    <pubDate>Mon, 30 Oct 2006 08:59:45 +0100</pubDate>
    <dc:creator>Geoffrey</dc:creator>
    
    <description>&lt;p&gt;bon ben c'est pas encore aujourd'hui qu'on me convertira aux espaces :p&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Bonnes pratiques PHP - NiKo</title>
    <link>http://fashion.hosmoz.net/post/2006/10/29/Bonnes-pratiques-PHP#c2075</link>
    <guid isPermaLink="false">urn:md5:0fb1cd6c0a72f421f1ee4af1817777a1</guid>
    <pubDate>Mon, 30 Oct 2006 07:15:29 +0100</pubDate>
    <dc:creator>NiKo</dc:creator>
    
    <description>&lt;p&gt;Pour les tabulations, c'est un peu les goûts et les couleurs, mais princiapelement parce que la taille d'une tab par défaut varie d'un soft à l'autre : j'en utilise pas mal de différents (eclipse, notepad++, vim, etc.), et pas toujours chez moi (donc je peux pas toujours toucher à la conf.)&lt;/p&gt;


&lt;p&gt;Les espaces me garantissent un affichage conforme partout. Rien de plus énervant d'ouvrir du code qui a été indenté sous tel soft et qui rend différemment sur celui que tu utilises :|&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Bonnes pratiques PHP - Geoffrey</title>
    <link>http://fashion.hosmoz.net/post/2006/10/29/Bonnes-pratiques-PHP#c2074</link>
    <guid isPermaLink="false">urn:md5:3ad9106a137e0f284eeb2f4eb36bc5b0</guid>
    <pubDate>Sun, 29 Oct 2006 23:29:36 +0100</pubDate>
    <dc:creator>Geoffrey</dc:creator>
    
    <description>&lt;p&gt;Je n'avais pas pensé au 4. de NiKo, mais effectivement, on peut considérer ça comme une bonne pratique :p&lt;/p&gt;


&lt;p&gt;Par contre très perspicace remarque de Hades (mais mal formulée): le test de la constante 9069 en la plaçant a gauche de l'équation permet d'éviter les prises de têtes sur un truc genre:&lt;/p&gt;


&lt;pre&gt;if ($code_author = 9069) {&lt;/pre&gt;


&lt;p&gt;qui renvoient systématiquement true et qui peuvent prendre des heures à débuguer (nottament quand c'est la première fois qu'on tombe dessus).&lt;/p&gt;


&lt;p&gt;Pour le $code_author, on assume qu'il a été déclaré plus haut :-)&lt;/p&gt;


&lt;p&gt;Sinon, je suis curieux de savoir ce pourquoi tu n'es pas fan des tabs NiKo :o (loin de moi l'idée de lancer un troll espaces vs tabs, tout le monde sait que tabs &amp;gt; * hem)&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Bonnes pratiques PHP - Christophe</title>
    <link>http://fashion.hosmoz.net/post/2006/10/29/Bonnes-pratiques-PHP#c2073</link>
    <guid isPermaLink="false">urn:md5:bca73bea5d94dcc76dbbbff89731330d</guid>
    <pubDate>Sun, 29 Oct 2006 22:38:18 +0100</pubDate>
    <dc:creator>Christophe</dc:creator>
    
    <description>&lt;p&gt;NiKo à tout dit.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Bonnes pratiques PHP - NiKo</title>
    <link>http://fashion.hosmoz.net/post/2006/10/29/Bonnes-pratiques-PHP#c2072</link>
    <guid isPermaLink="false">urn:md5:f06998860a26ee6b5f7cd74fe8a9d886</guid>
    <pubDate>Sun, 29 Oct 2006 19:24:05 +0100</pubDate>
    <dc:creator>NiKo</dc:creator>
    
    <description>&lt;p&gt;1. Déclarer ses variables (sauf que là $code_author n'a pas été déclaré ^^)&lt;br /&gt;
2. Tester le typage&lt;br /&gt;
3. Utiliser des noms de variables parlants&lt;br /&gt;
4. Utiliser des noms de variables anglophones&lt;br /&gt;
5. Pas de shorts tags&lt;br /&gt;
6. Indenter son code (perso je suis pas fan des tabulations)&lt;br /&gt;
7. Respecter un standard de codage (genre Pear)&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Bonnes pratiques PHP - Hades_L</title>
    <link>http://fashion.hosmoz.net/post/2006/10/29/Bonnes-pratiques-PHP#c2071</link>
    <guid isPermaLink="false">urn:md5:8829d39797b5fd878c6f7a6437ea4b22</guid>
    <pubDate>Sun, 29 Oct 2006 19:20:24 +0100</pubDate>
    <dc:creator>Hades_L</dc:creator>
    
    <description>&lt;p&gt;utilisation du tag &amp;lt;?php au lieu du short_tag&lt;br /&gt;
Déclaration/initialisation de variable avant de l'utiliser ($code_is_ugly)&lt;br /&gt;
test de l'opérande avant la variable (9069 avant $code_author)&lt;br /&gt;
vérification des types (===)&lt;/p&gt;


&lt;p&gt;J'en vois pas plus :/ (à supposer que j'ai relevé de bonne choses déjà)&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Un forum qu'il est bien: Invision Power Board - MathieuMa</title>
    <link>http://fashion.hosmoz.net/post/2006/10/20/Un-forum-quil-est-bien%3A-Invision-Power-Board#c2066</link>
    <guid isPermaLink="false">urn:md5:dc977e0a1d2d900382ed8a9442e02434</guid>
    <pubDate>Wed, 25 Oct 2006 14:41:04 +0200</pubDate>
    <dc:creator>MathieuMa</dc:creator>
    
    <description>&lt;p&gt;Et là, le chef vient de lire le billet et donc d'avoir la confirmation que tu glandes un max au taf !!!&lt;/p&gt;


&lt;p&gt;Allez au boulot, feignasse !&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Un forum qu'il est bien: Invision Power Board - Christophe</title>
    <link>http://fashion.hosmoz.net/post/2006/10/20/Un-forum-quil-est-bien%3A-Invision-Power-Board#c2062</link>
    <guid isPermaLink="false">urn:md5:089e3f0e95f385f4dfdac8619169dc20</guid>
    <pubDate>Fri, 20 Oct 2006 20:07:42 +0200</pubDate>
    <dc:creator>Christophe</dc:creator>
    
    <description>&lt;p&gt;Invision c'est le bien depuis de nombreuses années.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Une raison de plus de faire des tests unitaires - NiKo</title>
    <link>http://fashion.hosmoz.net/post/2006/10/17/Une-raison-de-plus-de-faire-des-tests-unitaires#c2057</link>
    <guid isPermaLink="false">urn:md5:fad3760ce1198357aaf1e1a99bd025e7</guid>
    <pubDate>Wed, 18 Oct 2006 08:58:57 +0200</pubDate>
    <dc:creator>NiKo</dc:creator>
    
    <description>&lt;p&gt;N'est-ce pas !&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Polymorphisme et PHP - Geoffrey</title>
    <link>http://fashion.hosmoz.net/post/2006/10/13/Polymorphisme-et-PHP#c2056</link>
    <guid isPermaLink="false">urn:md5:a668f17257499a679acd2b15ced84306</guid>
    <pubDate>Fri, 13 Oct 2006 17:27:26 +0200</pubDate>
    <dc:creator>Geoffrey</dc:creator>
    
    <description>&lt;p&gt;j'en pense que t'es encore plus irrécupérable que moi :-)&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Polymorphisme et PHP - Yann (metaLyght.com)</title>
    <link>http://fashion.hosmoz.net/post/2006/10/13/Polymorphisme-et-PHP#c2054</link>
    <guid isPermaLink="false">urn:md5:1d347f7602f0c6a7940d9519f2fd9610</guid>
    <pubDate>Fri, 13 Oct 2006 15:19:02 +0200</pubDate>
    <dc:creator>Yann (metaLyght.com)</dc:creator>
    
    <description>&lt;p&gt;Ah bin ça alors ! C'est sympa cette technique ! Comme d'hab, je garde ça sous le coude... :o)&lt;/p&gt;


&lt;p&gt;Par contre, je pense qu'on peut encore améliorer le système en utilisant la fonction magique __call($name, $arguments).&lt;/p&gt;


&lt;p&gt;On remplace ta fonction doSomething par __call() et en analysant le ou les arguments (qui peuvent être &amp;quot;polymorphés&amp;quot;) du tableau $arguments, on choisit la bonne fonction à exécuter...&lt;/p&gt;


&lt;p&gt;Bon, du coup, on fait du polymorphisme ET de la surcharge mais bon, ça peut être intéressant, non ?&lt;/p&gt;


&lt;p&gt;Z'en pensez quoi ?&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Polymorphisme et PHP - Geoffrey</title>
    <link>http://fashion.hosmoz.net/post/2006/10/13/Polymorphisme-et-PHP#c2049</link>
    <guid isPermaLink="false">urn:md5:8bf67d4ed3b482fb372f83d907ac53f7</guid>
    <pubDate>Fri, 13 Oct 2006 14:03:43 +0200</pubDate>
    <dc:creator>Geoffrey</dc:creator>
    
    <description>&lt;p&gt;ça faisait longtemps que j'avais pas été blogmarké tiens :)&lt;/p&gt;


&lt;p&gt;tiens Thanh, l'ip avec laquelle tu as posté ce commentaire semble etre bloqué par blacklistée par sbl-xbl.spamhaus.org (c'est ce que me dis spamplemousse en tout cas)&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Polymorphisme et PHP - Thanh</title>
    <link>http://fashion.hosmoz.net/post/2006/10/13/Polymorphisme-et-PHP#c2047</link>
    <guid isPermaLink="false">urn:md5:b1f7fa9f4e09dcb793c185477a8043a6</guid>
    <pubDate>Fri, 13 Oct 2006 13:12:09 +0200</pubDate>
    <dc:creator>Thanh</dc:creator>
    
    <description>&lt;p&gt;Je blogmarks.&lt;/p&gt;


&lt;p&gt;(le tag rigolo : ^^)&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Liens du jour - Geoffrey</title>
    <link>http://fashion.hosmoz.net/post/2006/08/30/Liens-du-jour#c1981</link>
    <guid isPermaLink="false">urn:md5:74dc58b3038e4dbaf5b6524f38731f64</guid>
    <pubDate>Wed, 30 Aug 2006 22:38:39 +0200</pubDate>
    <dc:creator>Geoffrey</dc:creator>
    
    <description>&lt;p&gt;Merci c'est gentil mais ça ira ;-)&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Liens du jour - Kaoru</title>
    <link>http://fashion.hosmoz.net/post/2006/08/30/Liens-du-jour#c1980</link>
    <guid isPermaLink="false">urn:md5:9c8da6eb0a2f9a4869e8e1faae85d143</guid>
    <pubDate>Wed, 30 Aug 2006 19:38:21 +0200</pubDate>
    <dc:creator>Kaoru</dc:creator>
    
    <description>&lt;p&gt;Bonjour je cherchais une version non modifiée de votre thème et j'ai vu que vous l'aviez perdu. Si vous voulez je peux vous en envoyer une version un peu modifiée, de façon à ce que vous puissez le recoder&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Zend Framework et les sessions - geoffrey</title>
    <link>http://fashion.hosmoz.net/post/2006/08/12/Zend-Framework-et-les-sessions#c1976</link>
    <guid isPermaLink="false">urn:md5:43a22a126de51f5f0ff21592f148b006</guid>
    <pubDate>Mon, 21 Aug 2006 10:43:20 +0200</pubDate>
    <dc:creator>geoffrey</dc:creator>
    
    <description>&lt;p&gt;Je n'ai pas lu le tuto d'ibm non, mais je vais m'y atteler dès ce soir ;)&lt;/p&gt;


&lt;p&gt;pour Zend_DB, c'est bien PDO_MYSQL qu'il faut utiliser dans la dernière version.&lt;/p&gt;


&lt;p&gt;et pour le pourquoi de mon choix, j'en ferais une explication détaillés plus tard :p&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Zend Framework et les sessions - Thomas</title>
    <link>http://fashion.hosmoz.net/post/2006/08/12/Zend-Framework-et-les-sessions#c1975</link>
    <guid isPermaLink="false">urn:md5:8096aab4642d3c0a060fd81a8a49ba09</guid>
    <pubDate>Sun, 20 Aug 2006 20:34:14 +0200</pubDate>
    <dc:creator>Thomas</dc:creator>
    
    <description>&lt;p&gt;Je reviens !&lt;/p&gt;


&lt;p&gt;Dans la partie 2 du tutoriel d'IBM (que j'ai survolé TRES vite fait) : &lt;a href=&quot;http://www-128.ibm.com/developerworks/opensource/library/os-php-zend1/&quot; title=&quot;http://www-128.ibm.com/developerworks/opensource/library/os-php-zend1/&quot; rel=&quot;nofollow&quot;&gt;http://www-128.ibm.com/developerwor...&lt;/a&gt; ils utilisent les sessions (mais j'ai regardé vraiment vite fait). Tu 'las déjà lu ? (PS : il faut être enregistré pour avoi accès autéléchargement du tuto).&lt;/p&gt;


&lt;p&gt;Une question ! Je vois ce genre de trucs :
$DB = Zend_Db::factory('pdoMysql', $params);&lt;/p&gt;


&lt;p&gt;Mais c'est jamais le même 1er argument utilisé, je suppose qu'avec la dernière version (0.1.5) c'est Pdo_Mysql non ? :)&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Zend Framework et les sessions - Thomas</title>
    <link>http://fashion.hosmoz.net/post/2006/08/12/Zend-Framework-et-les-sessions#c1974</link>
    <guid isPermaLink="false">urn:md5:538fdb07afdf254f30230733d045b55e</guid>
    <pubDate>Sun, 20 Aug 2006 19:45:21 +0200</pubDate>
    <dc:creator>Thomas</dc:creator>
    
    <description>&lt;p&gt;Moi ça m'intéresse de savoir pourquoi tu as décidé d'utiliser le ZendFramework. Il n'est pas stable encore ! Par exemple je m'entraine à m'en servir grâce à des tutos et il sont déjà presque obsolète (bon ok ce mot n'est pas approprié du tout, trop fort) car Zend_InputFilter est devenu Zend_Filter_Input. Ce que je veux dire c'est que lorsque tu voudras mettre à jour le framework Zend dans ton projet il risque d'y avoir pas mal de chose à retoucher ;)&lt;/p&gt;</description>
  </item>
      
    <item>
    <title>[ping] Considérations nocturne sur PHP - The Caribbean Weblog</title>
    <link>http://fashion.hosmoz.net/post/2006/01/28/489-considerations-nocturne-sur-php#c1934</link>
    <guid isPermaLink="false">urn:md5:c4aed6b388651a6812556a79a6865c12</guid>
    <pubDate>Thu, 13 Jul 2006 01:14:10 +0200</pubDate>
    <dc:creator>The Caribbean Weblog</dc:creator>
    
    <description>&lt;p&gt;&lt;a href="http://unmei.domtomconnection.com/index.php/2006/07/12/71-vmod_php-consideration-nocturne-sur-php"&gt;&quot;vmod_php&quot; - Considération nocturne sur php&lt;/a&gt;&lt;/p&gt;
    &lt;!-- TB --&gt;

&lt;p&gt;Pour ajouter à nos considérations nocturnes sur php, je dirai que ça serait *super* cool si le mod_php d'apache gérerait les vhosts dans le php_admin_flag et le php_admin_flag. Comme ça, on pourrait faire quelquechose du genre, sans avoir à......&lt;/p&gt;</description>
  </item>
    
      
    
    <item>
    <title>Zend Framework: le futur de PHP ? - MathieuMa</title>
    <link>http://fashion.hosmoz.net/post/2006/03/14/509-zend-framework-le-futur-de-php#c1889</link>
    <guid isPermaLink="false">urn:md5:6260e835924ac844c45a49635b093ef5</guid>
    <pubDate>Wed, 28 Jun 2006 23:03:04 +0200</pubDate>
    <dc:creator>MathieuMa</dc:creator>
    
    <description>&lt;p&gt;&amp;lt;troll mode&amp;gt;Euh, on m'avait dit qu'un truc qui s'appelle grumf était un super framework ... qu'en est il ?&amp;lt;/troll mode&amp;gt;&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>PEAR::Net_FTP utilise ftp_nb_put - Matt</title>
    <link>http://fashion.hosmoz.net/post/2006/06/13/550-pear-net_ftp-utilise-ftp_nb_put#c1846</link>
    <guid isPermaLink="false">urn:md5:98d9f3490321bc7bd085b241c318570c</guid>
    <pubDate>Tue, 20 Jun 2006 23:42:56 +0000</pubDate>
    <dc:creator>Matt</dc:creator>
    
    <description>&lt;p&gt;&amp;gt; panjy: &amp;quot;[...] mais utiliser 150 lignes de pear au lieu de 10 lignes [...]&amp;quot;&lt;br /&gt;
&lt;br /&gt;
et t'es gentil car tu comptes pas le PEAR.php inclus qui lui doit faire je ne sais combien de Ko.....&lt;br /&gt;
&lt;br /&gt;
Matt&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>PEAR::Net_FTP utilise ftp_nb_put - Mister T</title>
    <link>http://fashion.hosmoz.net/post/2006/06/13/550-pear-net_ftp-utilise-ftp_nb_put#c1879</link>
    <guid isPermaLink="false">urn:md5:89d907593b97de27e0d5473f3d8d7bda</guid>
    <pubDate>Thu, 15 Jun 2006 10:01:26 +0000</pubDate>
    <dc:creator>Mister T</dc:creator>
    
    <description>&lt;p&gt;non... mais aprés pas mal de test hier il s'avère que ça ne fait ça que sur movamp. Je n'ai pas le même problème avec xammp ou d'autres distrib d'Apache (et bien sur pas de problème sur les linux qe j'ai testé: debian, ubuntu, mandriva...)&lt;br /&gt;
&lt;br /&gt;
Donc... bye bye movamp. C'était peut-être qu'un problème de config mais j'ai pas trop envie de perdre du temps à ça.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>PEAR::Net_FTP utilise ftp_nb_put - geoffrey</title>
    <link>http://fashion.hosmoz.net/post/2006/06/13/550-pear-net_ftp-utilise-ftp_nb_put#c1877</link>
    <guid isPermaLink="false">urn:md5:dd6ce65f7c21bc009e9cfbfd2e30960a</guid>
    <pubDate>Thu, 15 Jun 2006 08:18:46 +0000</pubDate>
    <dc:creator>geoffrey</dc:creator>
    
    <description>&lt;p&gt;Et tu as pensé a faire genre &lt;code&gt;var_dump(glob('*.mp3'));&lt;/code&gt; ? Juste par curiosité quoi.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>PEAR::Net_FTP utilise ftp_nb_put - Mister T</title>
    <link>http://fashion.hosmoz.net/post/2006/06/13/550-pear-net_ftp-utilise-ftp_nb_put#c1876</link>
    <guid isPermaLink="false">urn:md5:3442aaff0d91ce002d5e52c4948d72e1</guid>
    <pubDate>Thu, 15 Jun 2006 01:13:05 +0000</pubDate>
    <dc:creator>Mister T</dc:creator>
    
    <description>&lt;p&gt;Dans la série des trucs qui énervent...&lt;br /&gt;
&lt;br /&gt;
Sur tout linux qui se respecte (en l'occurence ubuntu)... count(glob(&amp;quot;*.mp3&amp;quot;)); sur un dossier qui ne contient pas de fichier mp3 renvoit 0. ça parait naturel.&lt;br /&gt;
&lt;br /&gt;
Mais sur windows (movamp) ça me renvoit 1 (yeah, trop logique).&lt;br /&gt;
&lt;br /&gt;
Et hop, un système de moins à tester pour moi :-P&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>PEAR::Net_FTP utilise ftp_nb_put - geoffrey</title>
    <link>http://fashion.hosmoz.net/post/2006/06/13/550-pear-net_ftp-utilise-ftp_nb_put#c1875</link>
    <guid isPermaLink="false">urn:md5:d1a1850321f9a19c506078ffb69a5e30</guid>
    <pubDate>Wed, 14 Jun 2006 23:42:05 +0000</pubDate>
    <dc:creator>geoffrey</dc:creator>
    
    <description>&lt;p&gt;Pour être cohérent :-)&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>PEAR::Net_FTP utilise ftp_nb_put - panjhy</title>
    <link>http://fashion.hosmoz.net/post/2006/06/13/550-pear-net_ftp-utilise-ftp_nb_put#c1874</link>
    <guid isPermaLink="false">urn:md5:e50cf4e3c75d419e4f9c5a78e75f6802</guid>
    <pubDate>Wed, 14 Jun 2006 22:27:26 +0000</pubDate>
    <dc:creator>panjhy</dc:creator>
    
    <description>&lt;p&gt;hum deja pourquoi utiliser Net_FTP... ?&lt;br /&gt;
c'est comme Net_Ping, Net_POP et cie, j'ai jamais compris a quoi ca pouvait servir... je veux bien croire que pear ca peut etre top pratique (pour les faignasses ou les debutants), mais utiliser 150 lignes de pear au lieu de 10 lignes avec des functions natives (ou presque).... dont understand...&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>PEAR::Net_FTP utilise ftp_nb_put - geoffrey</title>
    <link>http://fashion.hosmoz.net/post/2006/06/13/550-pear-net_ftp-utilise-ftp_nb_put#c1873</link>
    <guid isPermaLink="false">urn:md5:9982ce53f42bca8626a477e3b5f065f1</guid>
    <pubDate>Wed, 14 Jun 2006 20:29:35 +0000</pubDate>
    <dc:creator>geoffrey</dc:creator>
    
    <description>&lt;p&gt;Mathieu: reviens me voir quand Nadia t'appellera :)&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>PEAR::Net_FTP utilise ftp_nb_put - MathieuMa</title>
    <link>http://fashion.hosmoz.net/post/2006/06/13/550-pear-net_ftp-utilise-ftp_nb_put#c1872</link>
    <guid isPermaLink="false">urn:md5:9189cf9ec4a24a5633a80dd98a016822</guid>
    <pubDate>Wed, 14 Jun 2006 15:22:20 +0000</pubDate>
    <dc:creator>MathieuMa</dc:creator>
    
    <description>&lt;p&gt;Et pendant ce temps, on n'arrive pas à trouver une lib FTP qui ne casse pas les bombons en essayant d'envoyer des trucs avant que la réponse précédente soit arrivée ...&lt;br /&gt;
&lt;br /&gt;
Oh, bijour Vroum :)&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>PEAR::Net_FTP utilise ftp_nb_put - NiKo</title>
    <link>http://fashion.hosmoz.net/post/2006/06/13/550-pear-net_ftp-utilise-ftp_nb_put#c1871</link>
    <guid isPermaLink="false">urn:md5:a104234ce50df4031e591dea40990ab4</guid>
    <pubDate>Wed, 14 Jun 2006 11:35:20 +0000</pubDate>
    <dc:creator>NiKo</dc:creator>
    
    <description>&lt;p&gt;Le PEAR est à venir. Oui, je sais, très petite forme ce matin :$&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>PEAR::Net_FTP utilise ftp_nb_put - geoffrey</title>
    <link>http://fashion.hosmoz.net/post/2006/06/13/550-pear-net_ftp-utilise-ftp_nb_put#c1870</link>
    <guid isPermaLink="false">urn:md5:8c5bdeaa83152013ca7c745a1c5b2a6b</guid>
    <pubDate>Wed, 14 Jun 2006 10:51:32 +0000</pubDate>
    <dc:creator>geoffrey</dc:creator>
    
    <description>&lt;p&gt;nico: ouais, d'ailleurs je commence a en avoir ras la casquette de PEAR :s&lt;br /&gt;
&lt;br /&gt;
Vroum: bof, franchement, pas le temps, ni l'envie :)&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>PEAR::Net_FTP utilise ftp_nb_put - Vroum</title>
    <link>http://fashion.hosmoz.net/post/2006/06/13/550-pear-net_ftp-utilise-ftp_nb_put#c1868</link>
    <guid isPermaLink="false">urn:md5:e617bb716cde2e49c5cecb5f47ec71de</guid>
    <pubDate>Tue, 13 Jun 2006 16:21:59 +0000</pubDate>
    <dc:creator>Vroum</dc:creator>
    
    <description>&lt;p&gt;ya plus qu'a patcher PEAR&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>PEAR::Net_FTP utilise ftp_nb_put - nico</title>
    <link>http://fashion.hosmoz.net/post/2006/06/13/550-pear-net_ftp-utilise-ftp_nb_put#c1867</link>
    <guid isPermaLink="false">urn:md5:681101d30bf3ac0e0e5731f8e9482c65</guid>
    <pubDate>Tue, 13 Jun 2006 16:20:17 +0000</pubDate>
    <dc:creator>nico</dc:creator>
    
    <description>&lt;p&gt;C'est pas la première fantaisie de PEAR ;)&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>XAMPP c'est bien... - NiKo</title>
    <link>http://fashion.hosmoz.net/post/2006/06/11/548-xampp-c-est-bien#c1859</link>
    <guid isPermaLink="false">urn:md5:d4d838dde74f0d4a5a64fa2bcdf106ba</guid>
    <pubDate>Tue, 13 Jun 2006 11:48:41 +0000</pubDate>
    <dc:creator>NiKo</dc:creator>
    
    <description>&lt;p&gt;Y'a un XAMPP lite : &lt;a href=&quot;http://www.apachefriends.org/en/xampp-windows.html#646&quot; title=&quot;http://www.apachefriends.org/en/xampp-windows.html#646&quot; rel=&quot;nofollow&quot;&gt;www.apachefriends.org/en/...&lt;/a&gt;&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>XAMPP c'est bien... - balluche</title>
    <link>http://fashion.hosmoz.net/post/2006/06/11/548-xampp-c-est-bien#c1850</link>
    <guid isPermaLink="false">urn:md5:42763cb8271dae7958df1820d5c2174a</guid>
    <pubDate>Mon, 12 Jun 2006 10:35:02 +0000</pubDate>
    <dc:creator>balluche</dc:creator>
    
    <description>&lt;p&gt;&amp;gt;il me semble évident que xampp devrait uniquement être dédié aux testing &lt;br /&gt;
&amp;gt;local de sites, non accessible depuis l'extérieur&lt;br /&gt;
&lt;br /&gt;
C'est ce qui est préconisé par XAMPP. Ni plus ni moins. Sur ubuntu, on peut installer le paquetage phpmyadmin qui installe apache2, mysql, phpmyadmin, php en un clic de souris.&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://packages.ubuntu.com/breezy/web/phpmyadmin&quot; title=&quot;http://packages.ubuntu.com/breezy/web/phpmyadmin&quot; rel=&quot;nofollow&quot;&gt;packages.ubuntu.com/breez...&lt;/a&gt;&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>XAMPP c'est bien... - geoffrey</title>
    <link>http://fashion.hosmoz.net/post/2006/06/11/548-xampp-c-est-bien#c1848</link>
    <guid isPermaLink="false">urn:md5:ac917db54cdc88ea6217aed216c5526c</guid>
    <pubDate>Mon, 12 Jun 2006 00:43:55 +0000</pubDate>
    <dc:creator>geoffrey</dc:creator>
    
    <description>&lt;p&gt;Ben c'est le but, mais bon, déjà j'aime pas l'interface de gestion, et puis j'aime pas tous les trucs included dedans, fin voilà quoi, je vais finir avec une install a la main, comme au bon vieux temps.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>XAMPP c'est bien... - Christophe</title>
    <link>http://fashion.hosmoz.net/post/2006/06/11/548-xampp-c-est-bien#c1825</link>
    <guid isPermaLink="false">urn:md5:0dea0c97ebe36783447a9170ffa5622e</guid>
    <pubDate>Sun, 11 Jun 2006 23:41:20 +0000</pubDate>
    <dc:creator>Christophe</dc:creator>
    
    <description>&lt;p&gt;Heureusement que l'on peut 'startapache' seulement par exemple.&lt;br /&gt;
&lt;br /&gt;
C'est largement ''too much'' (et dangereux) pour un serveur en production, et pourtant j'en ai vu (beaucoup) :/&lt;br /&gt;
&lt;br /&gt;
Je vais surement encore sortir une lapalissade, mais (ce message est adressé aux responsables des serveurs cités ci-dessus) il me semble évident que xampp devrait uniquement être dédié aux testing local de sites, non accessible depuis l'extérieur.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>str_multicut, découper une chaine de caractères - Christophe</title>
    <link>http://fashion.hosmoz.net/post/2006/06/07/546-str_multicut-decouper-une-chaine-de-caracteres#c1840</link>
    <guid isPermaLink="false">urn:md5:624a4766b1b99dec96ca140746e6aa86</guid>
    <pubDate>Wed, 07 Jun 2006 14:13:06 +0000</pubDate>
    <dc:creator>Christophe</dc:creator>
    
    <description>&lt;p&gt;Deux en un : (très) utile et 1337.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>str_multicut, découper une chaine de caractères - geoffrey</title>
    <link>http://fashion.hosmoz.net/post/2006/06/07/546-str_multicut-decouper-une-chaine-de-caracteres#c1843</link>
    <guid isPermaLink="false">urn:md5:3c132e3a992bdb818ce46d54780a680f</guid>
    <pubDate>Wed, 07 Jun 2006 11:55:55 +0000</pubDate>
    <dc:creator>geoffrey</dc:creator>
    
    <description>&lt;p&gt;c'est aussi pas mal utile pour parser les dates mal formatée genre &amp;quot;20060607&amp;quot;, un coup de str_multicut($date, 4, 2, 2) et on en parle plus&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>str_multicut, découper une chaine de caractères - NiKo</title>
    <link>http://fashion.hosmoz.net/post/2006/06/07/546-str_multicut-decouper-une-chaine-de-caracteres#c1842</link>
    <guid isPermaLink="false">urn:md5:adb9a71211f9cf751c94c4a6ac6f0e00</guid>
    <pubDate>Wed, 07 Jun 2006 11:19:23 +0000</pubDate>
    <dc:creator>NiKo</dc:creator>
    
    <description>&lt;p&gt;Amusant :)&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>php_sapi_name, pour des includes dynamiques ? - MathieuMa</title>
    <link>http://fashion.hosmoz.net/post/2006/05/29/543-php_sapi_name-pour-des-includes-dynamiques#c1838</link>
    <guid isPermaLink="false">urn:md5:76a0e67bc5d02e32d83237ffe024f042</guid>
    <pubDate>Fri, 02 Jun 2006 15:18:17 +0000</pubDate>
    <dc:creator>MathieuMa</dc:creator>
    
    <description>&lt;p&gt;Oui bon, t'étais pas au bureau à 3h du mat hier toi !!!&lt;br /&gt;
&lt;br /&gt;
* attend l'explication *&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>php_sapi_name, pour des includes dynamiques ? - geoffrey</title>
    <link>http://fashion.hosmoz.net/post/2006/05/29/543-php_sapi_name-pour-des-includes-dynamiques#c1832</link>
    <guid isPermaLink="false">urn:md5:a2bb43add46b7e3e61a7f92bf931421c</guid>
    <pubDate>Fri, 02 Jun 2006 09:33:50 +0000</pubDate>
    <dc:creator>geoffrey</dc:creator>
    
    <description>&lt;p&gt;Le but c'est d'avoir un prepend commun a tous les sapi (dans lequel on se connecte a une db par exemple) qui inclut des prepend spécifiques au sapi courant (si on est executé via apache, on set des headers spécifiques, si on est en cli, on conf des libs spécifiques, etc)&lt;br /&gt;
&lt;br /&gt;
jte montrerai quand t'arrivera au bureau :p&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>php_sapi_name, pour des includes dynamiques ? - MathieuMa</title>
    <link>http://fashion.hosmoz.net/post/2006/05/29/543-php_sapi_name-pour-des-includes-dynamiques#c1828</link>
    <guid isPermaLink="false">urn:md5:b34bffc95c7cec3994d97f2a38229d27</guid>
    <pubDate>Thu, 01 Jun 2006 17:49:36 +0000</pubDate>
    <dc:creator>MathieuMa</dc:creator>
    
    <description>&lt;p&gt;Rien capté, c quoi le but ? :D&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Surligner des mots sans se fouler - NiKo</title>
    <link>http://fashion.hosmoz.net/post/2006/05/23/540-surligner-des-mots-sans-se-fouler#c1814</link>
    <guid isPermaLink="false">urn:md5:d2fbb4abe5f3bb7b14b3859b4fdb4f8e</guid>
    <pubDate>Fri, 26 May 2006 20:24:00 +0000</pubDate>
    <dc:creator>NiKo</dc:creator>
    
    <description>&lt;p&gt;Ouah trop fort la màj ! Merci :p&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Surligner des mots sans se fouler - NiKo</title>
    <link>http://fashion.hosmoz.net/post/2006/05/23/540-surligner-des-mots-sans-se-fouler#c1813</link>
    <guid isPermaLink="false">urn:md5:7be56c71b9457bf82b7412be93d29172</guid>
    <pubDate>Fri, 26 May 2006 18:00:16 +0000</pubDate>
    <dc:creator>NiKo</dc:creator>
    
    <description>&lt;p&gt;Et elle est où la phpdoc ?&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Surligner des mots sans se fouler - geoffrey</title>
    <link>http://fashion.hosmoz.net/post/2006/05/23/540-surligner-des-mots-sans-se-fouler#c1812</link>
    <guid isPermaLink="false">urn:md5:8ba57ce70a8e97dff75e237ce5124de4</guid>
    <pubDate>Wed, 24 May 2006 09:37:36 +0000</pubDate>
    <dc:creator>geoffrey</dc:creator>
    
    <description>&lt;p&gt;cam: putain batard t'attends que jsois parti pour me taxer mes muffins :(&lt;br /&gt;
&lt;br /&gt;
Thanh: c'est le but de l'argument $format en fait :) mais c'est vrai qu'une classe par défaut ce serait pas superflux&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Surligner des mots sans se fouler - Thanh</title>
    <link>http://fashion.hosmoz.net/post/2006/05/23/540-surligner-des-mots-sans-se-fouler#c1811</link>
    <guid isPermaLink="false">urn:md5:985d372e47c47595c4ba236c90bfe20a</guid>
    <pubDate>Wed, 24 May 2006 03:00:03 +0000</pubDate>
    <dc:creator>Thanh</dc:creator>
    
    <description>&lt;p&gt;On pourrait aussi mettre une classe sur un span, histoire de pouvoir personnaliser le highlight :)&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Surligner des mots sans se fouler - cam</title>
    <link>http://fashion.hosmoz.net/post/2006/05/23/540-surligner-des-mots-sans-se-fouler#c1810</link>
    <guid isPermaLink="false">urn:md5:63c55004ab3ebd457897ba32ef53f1e9</guid>
    <pubDate>Tue, 23 May 2006 19:00:29 +0000</pubDate>
    <dc:creator>cam</dc:creator>
    
    <description>&lt;p&gt;Hmmmm, mais il est tout pourri ce billet ....&lt;br /&gt;
ca te coutera un muffin &lt;br /&gt;
thks !&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Ajouter une ligne à la fin d'un array dans une boucle - Sorgue</title>
    <link>http://fashion.hosmoz.net/post/2006/02/01/491-ajouter-une-ligne-a-la-fin-d-un-array-dans-une-boucle#c1699</link>
    <guid isPermaLink="false">urn:md5:ad89b05f4c90cbbc35991742032da63f</guid>
    <pubDate>Fri, 14 Apr 2006 16:47:50 +0000</pubDate>
    <dc:creator>Sorgue</dc:creator>
    
    <description>&lt;p&gt;encore plus clair sans les commentaires inutile que t'as rajouté .. 0&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Zend Framework: le futur de PHP ? - Matt.Rixx</title>
    <link>http://fashion.hosmoz.net/post/2006/03/14/509-zend-framework-le-futur-de-php#c1659</link>
    <guid isPermaLink="false">urn:md5:5e5bc3c0109b93b4830f2d071639c4a4</guid>
    <pubDate>Mon, 20 Mar 2006 09:25:53 +0000</pubDate>
    <dc:creator>Matt.Rixx</dc:creator>
    
    <description>&lt;p&gt;J'vais tester Symfony moi...&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Zend Framework: le futur de PHP ? - geoffrey</title>
    <link>http://fashion.hosmoz.net/post/2006/03/14/509-zend-framework-le-futur-de-php#c1658</link>
    <guid isPermaLink="false">urn:md5:5f3857c431c60ab568fb28059cc2fda1</guid>
    <pubDate>Mon, 20 Mar 2006 09:24:36 +0000</pubDate>
    <dc:creator>geoffrey</dc:creator>
    
    <description>&lt;p&gt;En fait je voulais plutot dire &amp;quot;rien qui n'ai émergé comme le Zend Framework le fait actuellement&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
ce que je veux dire, c'est que ZF, tout le monde en parle, un peu comme RoR, alors que les autres sont restés au status de plus ou moins anonymes&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Zend Framework: le futur de PHP ? - NiKo</title>
    <link>http://fashion.hosmoz.net/post/2006/03/14/509-zend-framework-le-futur-de-php#c1654</link>
    <guid isPermaLink="false">urn:md5:a2498b30fc82a46fab12d599351f3379</guid>
    <pubDate>Sat, 18 Mar 2006 15:15:06 +0000</pubDate>
    <dc:creator>NiKo</dc:creator>
    
    <description>&lt;p&gt;Je suis pas trop d'accord quand tu dis que rien de probant n'a encore vu le jour en php ; symfony est quand même vachement bien parti il me semble... Sans compter Seagull côté php4.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Zend Framework: le futur de PHP ? - geoffrey</title>
    <link>http://fashion.hosmoz.net/post/2006/03/14/509-zend-framework-le-futur-de-php#c1677</link>
    <guid isPermaLink="false">urn:md5:fed302445531bfe6c0f092dbc42b74f8</guid>
    <pubDate>Tue, 14 Mar 2006 16:33:58 +0000</pubDate>
    <dc:creator>geoffrey</dc:creator>
    
    <description>&lt;p&gt;Barjak ! j'ai encore 7 hikaru no go a toi chez moi !&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Zend Framework: le futur de PHP ? - Matt.Rixx</title>
    <link>http://fashion.hosmoz.net/post/2006/03/14/509-zend-framework-le-futur-de-php#c1676</link>
    <guid isPermaLink="false">urn:md5:0461e3177549ea03b6447d93f79cdb28</guid>
    <pubDate>Tue, 14 Mar 2006 15:38:09 +0000</pubDate>
    <dc:creator>Matt.Rixx</dc:creator>
    
    <description>&lt;p&gt;Hum... c'est pas plutot une (des !) Bibliothèque(s) PEAR, plutot qu'un framework ?&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Zend Framework: le futur de PHP ? - Barjak</title>
    <link>http://fashion.hosmoz.net/post/2006/03/14/509-zend-framework-le-futur-de-php#c1675</link>
    <guid isPermaLink="false">urn:md5:8dcd24a40683bb628de0d05b59fdae1b</guid>
    <pubDate>Tue, 14 Mar 2006 15:29:52 +0000</pubDate>
    <dc:creator>Barjak</dc:creator>
    
    <description>&lt;p&gt;Et moi qui pensait que c'était GRUMF, le futur de PHP ! J'suis déçu :)&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Zend Framework: le futur de PHP ? - Jerry</title>
    <link>http://fashion.hosmoz.net/post/2006/03/14/509-zend-framework-le-futur-de-php#c1674</link>
    <guid isPermaLink="false">urn:md5:b3784e411d447f04b377483d74f8406a</guid>
    <pubDate>Tue, 14 Mar 2006 13:11:37 +0000</pubDate>
    <dc:creator>Jerry</dc:creator>
    
    <description>&lt;p&gt;En effet, le post est sympatique. Seulement, je pense que Zend ne tente qu'à mettre un nouveau framework de plus sur le marché. &lt;br /&gt;
Espérons toutefois qu'il subisse la meme évolution que ses concurents, tel PEAR.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Zend Framework: le futur de PHP ? - Thibs</title>
    <link>http://fashion.hosmoz.net/post/2006/03/14/509-zend-framework-le-futur-de-php#c1673</link>
    <guid isPermaLink="false">urn:md5:411afbe4d5286c48954782526fc1c399</guid>
    <pubDate>Tue, 14 Mar 2006 09:43:44 +0000</pubDate>
    <dc:creator>Thibs</dc:creator>
    
    <description>&lt;p&gt;GG pour le post :)&lt;br /&gt;
Ca me donne envie d'y regarder d'un peu plus pret.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Ajouter une ligne à la fin d'un array dans une boucle - Matt.Rixx</title>
    <link>http://fashion.hosmoz.net/post/2006/02/01/491-ajouter-une-ligne-a-la-fin-d-un-array-dans-une-boucle#c1560</link>
    <guid isPermaLink="false">urn:md5:fab53010365cc8b402504c14cc2d1b83</guid>
    <pubDate>Wed, 01 Feb 2006 17:13:35 +0000</pubDate>
    <dc:creator>Matt.Rixx</dc:creator>
    
    <description>&lt;p&gt;Respect&amp;nbsp;!&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Considérations nocturne sur PHP - Matt.Rixx</title>
    <link>http://fashion.hosmoz.net/post/2006/01/28/489-considerations-nocturne-sur-php#c1544</link>
    <guid isPermaLink="false">urn:md5:e418ad4f3561e1424234b0cede1e2ad9</guid>
    <pubDate>Sat, 28 Jan 2006 09:49:11 +0000</pubDate>
    <dc:creator>Matt.Rixx</dc:creator>
    
    <description>&lt;p&gt;et t'arriverais pas a faire que -&amp;gt; devienne . pour les objets? :)&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Considérations nocturne sur PHP - Christophe</title>
    <link>http://fashion.hosmoz.net/post/2006/01/28/489-considerations-nocturne-sur-php#c1543</link>
    <guid isPermaLink="false">urn:md5:5e28fdc04142d64dbb5fca03a10694cc</guid>
    <pubDate>Sat, 28 Jan 2006 03:56:16 +0000</pubDate>
    <dc:creator>Christophe</dc:creator>
    
    <description>&lt;p&gt;(heureusement que je suis là moi)&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Faire du CLI en PHP - solo</title>
    <link>http://fashion.hosmoz.net/post/2005/03/05/325-faire-du-cli-en-php#c1202</link>
    <guid isPermaLink="false">urn:md5:bfd476acd11495a7f144643d347af3a3</guid>
    <pubDate>Thu, 08 Sep 2005 10:13:03 +0000</pubDate>
    <dc:creator>solo</dc:creator>
    
    <description>&lt;p&gt;@Bill,&lt;/p&gt;


&lt;p&gt;C'est surprenant et vraiment bien fait ton appli :)&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Faire du CLI en PHP - bill</title>
    <link>http://fashion.hosmoz.net/post/2005/03/05/325-faire-du-cli-en-php#c911</link>
    <guid isPermaLink="false">urn:md5:671e7133a9f733209d986ee8ece1ff08</guid>
    <pubDate>Thu, 28 Apr 2005 14:37:28 +0000</pubDate>
    <dc:creator>bill</dc:creator>
    
    <description>&lt;p&gt;Yeah, bien sympatique, je n'avais jamais fait ça alors que c'est trop pratique, surtout quand on connait mieux php que le hawk, le sed, etc
Bien vu et très instructif :D
Juste pour rire, j'ai fais un petit CLI, en PHP (le contraire quoi&amp;nbsp;! ^^)
Essayez le !!! http://tragicule.free.fr/?rep=.//sources&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Faire du CLI en PHP - Matt</title>
    <link>http://fashion.hosmoz.net/post/2005/03/05/325-faire-du-cli-en-php#c837</link>
    <guid isPermaLink="false">urn:md5:62ca5f28ef8d05865c8294e7f633f039</guid>
    <pubDate>Mon, 14 Mar 2005 16:32:01 +0000</pubDate>
    <dc:creator>Matt</dc:creator>
    
    <description>&lt;p&gt;A noter l'existence de getopt() (PHP 4 &amp;gt;= 4.3.0, PHP 5) qui permet de récupérer aisément les arguments passés en ligne de commande. Voir http://php.net/getopt&lt;/p&gt;


&lt;p&gt;Sinon oui en effet, pour un nul comme moi dans les scripts &quot;classiques&quot;, je me fais tout via PHP et c'est bien pratique :)&lt;/p&gt;


&lt;p&gt;Matt&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Faire du CLI en PHP - maelo</title>
    <link>http://fashion.hosmoz.net/post/2005/03/05/325-faire-du-cli-en-php#c822</link>
    <guid isPermaLink="false">urn:md5:232c9c644df7b44e296fe343987d3744</guid>
    <pubDate>Mon, 07 Mar 2005 11:56:56 +0000</pubDate>
    <dc:creator>maelo</dc:creator>
    
    <description>&lt;p&gt;Yo fatty,&lt;/p&gt;

&lt;p&gt;est ce que un de vous deux pourrais m'envoyer la plaquette (fichier info) de proformatique svp ?&lt;/p&gt;


&lt;p&gt;merci bisou&lt;/p&gt;


&lt;p&gt;gromaelo&lt;/p&gt;</description>
  </item>
      
</channel>
</rss>