Archive for June, 2007

A PHP gotcha within Symfony

Friday, June 22nd, 2007

There’s an interesting aspect about using functions within partials, which I’ve written about before - the existence of functions and the dangers of redeclaring them. The problem here is using partial-specific functions within partials. We’ve had an instance where we needed a function to solve a recursive problem when displaying data within the partial (a complex […]

Followup: Creating rich GUIs with Javascript in Symfony

Wednesday, June 13th, 2007

Well, I’ve written up a short summary of ideas relating to handling Javascript files in relation to requests, not it’s time to evaluate them. First thing I’ve noticed with the different ways of injecting Javascript into the response is the order by which the files are loaded, the problem being dependency. If you’re using a library […]