Symfony doctrine pager for two tables 14

Symfony doctrine pager for two tables
TweetA while ago I wanted to display contents of two tables in one pager. Records from the second table should be displayed after records from the first one and combine on one page if necessary. This was the case when i needed to display at first the subcategories of a given category and then the ...

Symfony tutorial: How to make a gallery for admin-module 62

Symfony tutorial: How to make a gallery for admin-module
Tweet A while ago I’ve read this cool article by Will Linssen on sortable list in jQuery and this inspired me to take it to the next level which is Symfony. This is a tutorial how to make a for example product gallery in Symfony backend admin modules. For this I’m using Symfony 1.4, sfJqueryReloadedPlugin ...

How to optimize frontend in Symfony (CSS & JavaScript) 2

How to optimize frontend in Symfony (CSS & JavaScript)
Tweet What ? If you’re looking forward to optimize the frontend in your Symfony project or to introduce different CSS or JavaScript versions to each language in your application there’s a nice plugin that will help you with that. It’s called sfMinifyTSPlugin and it integrates Google’s minify library so you know it’s good stuff .

Why Symfony Is The Best Framework To Start ? 16

Why Symfony Is The Best Framework To Start ?
Tweet I thought I might put in a few good words for Symfony to all of you wandering which PHP framework to choose. Because there’s a whole bunch out there some of them worth mentioning are f.e. CakePHP, Zend and Symfony.

Symfony tutorial: rich date pickers with sfFormExtraPlugin 22

Symfony tutorial: rich date pickers with sfFormExtraPlugin
Tweet UPDATE: Please note this was written with jQuery 1.3.2 and jQueryUI 1.7.2. For solutions to problems with newer versions of both please see the comments section below. Step 1: We will be working with sfFormExtraPlugin and sfWidgetFormJQueryDate, so first of all you need to install the sfFromExtraPlugin itself: ./symfony plugin:install sfFormExtraPlugin