Symfony Pagination Partial
Posted by: Timothy in PHP, Partials, Symfony, tags: RAD, Symfony, symfony partialThe majority of the sites which I work on incorporate some pagination. Therefore I thought it was time to create a partial for the templates. This is the very first version. I have included a link to the file at the bottom. I’m in the process of setting up a public SVN repro so please bare with me.


































Entries (RSS)
May 26th, 2008 at 5:54 am - Edit
It’s a good idea in order to avoid code duplication through the symfony project. But please change the ugly <? by <?php because short tags can be disabeled in certain php.ini configuration file
June 17th, 2008 at 6:43 pm - Edit
I have changed <? to <?php but between the tags contain only a brief how to.