Posts Tagged ‘symfony’

thumbnail

Custom symfony filters to filter model relations

For an application I was looking for a way to add filters in the generated admin application. We’de like to filter clients based on the articles or orders they have.  Lets take a look at the (simplified) schema: Account: columns: id:             { type: integer, primary: true, autoincrement: true, notnull: [...]

  • Share/Bookmark
thumbnail

Symfony: Multiple embedded forms in a specific layout

First of all I want to state that I’m quite new to the Symfony Framework and that my English does not compare with a native, but hey, I’ll do my best. At the moment I’m working on my first Symfony application what will be a toto for the upcoming World Championship soccer. A quite challenging [...]

  • Share/Bookmark