Sponsorised links
This month
October 2009
Integrating symfony and Zend Framework (PHPBarcelona 2009)
The talk of Stefan about Integrating symfony and Zend Framework, during the PHPBarcelona Conference 2009
Plugins | sfLessPhpPlugin | 1.0.1 | symfony | Web PHP Framework
sfLessPhpPlugin is a plugin for symfony applications which parses .less files through LESS and outputs CSS files.
Sensio Labs books
The website of Sensio Labs books, where Sensio references all the books published by the company or contributors.
NetBeans for PHP : weblog
The work for supporting for Symfony PHP Framework in NetBeans 6.8 is finished. This should make Netbeans the default editor for PHP developers, far before Eclipse.
As for me, I'll stick to Textmate :)
Sponsorised links
September 2009
Symfony Templating - Simple yet powerful templating framework
The Symfony Templating component provides all the tools needed to build any kind of template system.
August 2009
Plugins | uvmcSolrSearchPlugin | symfony | Web PHP Framework
Symfony Solr search plugin, which binds the Solr indexation / removal / search to Symfony events, and thus easily brings Solr search into Symfony projects. The (de-)indexation process could however be improved by overriding the save/delete model methods.
July 2009
Symfony 1.2 admin generator - Graffletopia
Some stencils of Symfony 1.2 admin generator, which allow to draw wireframes using sf1.2 ui design elements.
June 2009
sfManagedCachePlugin | Recoursive
The very point of caching is that it's faster and less resource intensive to deliver cached data than creating it on the fly. With existing cache solutions, when the cached data expires, it has to be refreshed while the user waits. In environments that rely heavily on caching, such behavior has the potential to create thread pileups and other cascading failure scenarios.
This plugin introduces a cache manager : when an expired âge is called, then it is directly served from the cache, and then the cache gets asynchronously refreshed.
