<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet title="XSL formatting" type="text/xsl" href="http://mirmodynamics.com/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/"
  xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
  <title>Mirmo Dynamics - Tag - pattern  - Comments</title>
  <link>http://mirmodynamics.com/</link>
  <atom:link href="http://mirmodynamics.com/feed/tag/pattern/rss2/comments" rel="self" type="application/rss+xml"/>
  <description>Rien de grand ne se fit jamais sans enthousiasme.</description>
  <language>en</language>
  <pubDate>Tue, 18 Nov 2008 12:26:30 +0100</pubDate>
  <copyright>2003-2008 &amp;copy; Geoffrey Bachelet</copyright>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Dotclear</generator>
  
    
    
    <item>
    <title>Zend Framework Pagination reloaded - apoca</title>
    <link>http://mirmodynamics.com/post/2007/07/31/Zend-Framework-Pagination-reloaded#c8069</link>
    <guid isPermaLink="false">urn:md5:f28ab2f88cad7aaed234f6e5b5e4d210</guid>
    <pubDate>Thu, 14 Aug 2008 01:01:10 +0200</pubDate>
    <dc:creator>apoca</dc:creator>
    
    <description>&lt;p&gt;I try with 1.5 and does not work... If someone have a pagination component working in version 1.5 say something in this blog... :)&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Zend Framework Pagination reloaded - idleboy</title>
    <link>http://mirmodynamics.com/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>Zend Framework Pagination reloaded - Geoffrey</title>
    <link>http://mirmodynamics.com/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://mirmodynamics.com/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>Extending Zend_Controller_Router_Route: the singleton problem. - Geoffrey</title>
    <link>http://mirmodynamics.com/post/2007/11/05/Extending-Zend_Controller_Router_Route%3A-the-singleton-problem#c7364</link>
    <guid isPermaLink="false">urn:md5:4f62b17608a234907b1b8c6e13baca57</guid>
    <pubDate>Mon, 17 Dec 2007 13:30:24 +0100</pubDate>
    <dc:creator>Geoffrey</dc:creator>
    
    <description>&lt;p&gt;Kaloyan: well that would work for sure, but that is actually not the point of this article :-) This issue will (hopefuly) be solved with php 5.3 and late static binding, which will allow for such a behavior via the static keyword. (see JMF's comment)&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Extending Zend_Controller_Router_Route: the singleton problem. - Kaloyan</title>
    <link>http://mirmodynamics.com/post/2007/11/05/Extending-Zend_Controller_Router_Route%3A-the-singleton-problem#c7355</link>
    <guid isPermaLink="false">urn:md5:d6c386674e8745eb51df8692976cb640</guid>
    <pubDate>Sat, 15 Dec 2007 15:51:06 +0100</pubDate>
    <dc:creator>Kaloyan</dc:creator>
    
    <description>&lt;p&gt;Can't we just change the getInstance() method with a factory() method instead ? We will place this factory() in the parent abstract class, so all &amp;quot;routes&amp;quot; should be generated from it. This factory method will keep one instance per class, so when asked twice or more times for an instance of a class previously loaded, it will return the one it has stored.&lt;/p&gt;


&lt;p&gt;To do this, we got to have a common abstract class that all routes will extend. In this abstract class we will place this factory() method like this:&lt;/p&gt;


&lt;p&gt;Zend_Controller_Router_Route_Abstract::factory('Xend_Controller_Router_Route_Modified');&lt;/p&gt;


&lt;p&gt;What do you think ?&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Extending Zend_Controller_Router_Route: the singleton problem. - Geoffrey</title>
    <link>http://mirmodynamics.com/post/2007/11/05/Extending-Zend_Controller_Router_Route%3A-the-singleton-problem#c7296</link>
    <guid isPermaLink="false">urn:md5:79d12db1bb155cedb9290421a71b42ea</guid>
    <pubDate>Tue, 20 Nov 2007 11:09:14 +0100</pubDate>
    <dc:creator>Geoffrey</dc:creator>
    
    <description>&lt;p&gt;oh good news :-)&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Extending Zend_Controller_Router_Route: the singleton problem. - JMF</title>
    <link>http://mirmodynamics.com/post/2007/11/05/Extending-Zend_Controller_Router_Route%3A-the-singleton-problem#c7293</link>
    <guid isPermaLink="false">urn:md5:68d86c0226b1583dda3e402b36e43327</guid>
    <pubDate>Mon, 19 Nov 2007 22:26:14 +0100</pubDate>
    <dc:creator>JMF</dc:creator>
    
    <description>&lt;p&gt;This will be possible in PHP 5.3 with the Late Static Binding (cf. &lt;a href=&quot;http://ds-o.com/archives/53-Late-Static-Binding-in-PHP.html&quot; title=&quot;http://ds-o.com/archives/53-Late-Static-Binding-in-PHP.html&quot; rel=&quot;nofollow&quot;&gt;http://ds-o.com/archives/53-Late-St...&lt;/a&gt;)&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Extending Zend_Controller_Router_Route: the singleton problem. - Jani</title>
    <link>http://mirmodynamics.com/post/2007/11/05/Extending-Zend_Controller_Router_Route%3A-the-singleton-problem#c7260</link>
    <guid isPermaLink="false">urn:md5:3f66718d02bde17e433a08769d2a89b3</guid>
    <pubDate>Sat, 10 Nov 2007 20:15:42 +0100</pubDate>
    <dc:creator>Jani</dc:creator>
    
    <description>&lt;p&gt;Rather than doing that, perhaps you should just define the route to use in the bootstrap with setRoute. That has worked pretty well for me.&lt;/p&gt;


&lt;p&gt;Something along the lines of...&lt;br /&gt;
Zend_Controller_Front::getInstance()-&amp;gt;getRouter()-&amp;gt;setRoute('default', new Route_Win());&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Zend Framework Pagination reloaded - Geoffrey</title>
    <link>http://mirmodynamics.com/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://mirmodynamics.com/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://mirmodynamics.com/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://mirmodynamics.com/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://mirmodynamics.com/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://mirmodynamics.com/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>
      
</channel>
</rss>