Archive for the ‘Symfony’ Category

Did you ever wish you could sort by a partial column in the admin generator? Using DbFinder and a few lines of code, it is now possible. The symfony admin generator allows you to select which properties of a model you want to display. You can include foreign key fields, or even a partial field [...]

When it comes to ORMs, it’s all a matter of preference. Is it, really? This post compares side-by-side the code required to perform some simple operations with three OO database requesting API. The purpose is to demonstrate that productivity, and not only style, can vary a lot depending on the ORM you choose. There are [...]

ExtJS and Symfony

29, Aug 2008

Write ExtJS code in php (nowhere near a final version but pretty good so far): sfExtjs2Plugin ExtJS components with the generator.yml file sfExtjsThemePlugin ExtJS GUI Designer plugin: sfExtjsThemeGuiPlugin used with: projectspace.nl

CMS or framework?

29, Aug 2008

This is quite old now but nobody noticed it: http://www.symfony-project.org/blog/2007/07/17/a-simple-cms-for-symfony Also a higly flexible but  slightly difficult sollution: sfDynamicCMSPlugin


top