i generated admin in Symfony 1,4. I have there DoctrineChoice. I would like set this list select in action.class.php.
id| name 1| aaa 2| bbb 3| ccc 4| ccc 5| aaa 6| ccc 7| ccc 8| aaa 9| bbb 10| ccc 11| aaa i would like become: name | count
I\'m currently developing a small app, which is basically a form to capture data. I\'m having a small problem though, with the form validation.
I\'m experiencing a problem with symfony\'s session values handling. Basically, the problem is this, I have a action filter activated that takes the values of the module and action executed and stor
In a Symfony project, I have the following php code inside a YML file.I was hoping this code would read another yml file and modify the content based upon its value.However, sfYaml::load is returning
I\'m just getting started with Symfony. I\'m using Git/github as a way of managing my project. I\'ve set up two ignores for log and cache which is fine.
I have a Symfony task that generates some files calls exec to a jar and then parses the output. The jar runs fine from the command line, the task runs fine from the command line.
I am very new to Symfony 1.4 and basically know just how to creat开发者_开发问答e basic actions/templates.I have install the sfDoctrineGuard and the sfForkedDoctrineApplyPlugin which provides for user
I have a shared hosting account in which I want to install my symfony 1.4 and deploy and application. I bumped into some issues because of theinability to change the apache config on the production se
I use symfony with doctrine. So I use this tutorial (google cache). So I have category and subcategory I make next :