I\'m migrating a site to Symfony2.The site has tables where the primary key integer has a name, following the convention of table name + \"id\".E.g. Table \"Node\" has primary key \"nodeid\".
I have contact form, subject should have minimum 5 chars but when I write in this field one char and submit form, I see no errors, why, what is wrong?
I\'m trying to change the default locale of my application. Things I\'ve tried so far: set intl.default_locale to \'et_EE\'
If you use a database to store users you could save user info as shown below: (from the Symfony security book.)
I\'d like to have Symfony configuration files as XML files. I know, there are many code examples in the symfony-book but not all configurations-types are shown.
How to realize complex access rights asserts for model ? I have a models: class Unit { ... } class Order {
We are building a new site using Symfony2, and Assetic looks very promising f开发者_如何学Pythonor resource management, in particular for combining and processing all js/css files together automatical
I need to hide some links in template, if route or path is not allowed for logged user. Something like this:
I\'m working on a large Symfony2 app that has the following bundles (all under the same vendor name): Login, Register, Blog, Forum. The official docs say that forum related entities belong in the Foru
I\'m using Symfony2 to develop a application that is to be translatable. The application has Assetic enabled to minify and combine *.js and *.css files. However, I have a jQuery plugin I wrote, that h