Can anyone link me to some Symfony resources, they are hard to find. I am having a little trouble understanding how to use it correctly. Like with CodeIgniter to use the security helper you would load
The API gives the code as: public function up() { $this->addColumn(\'table_name\', \'column_name\', \'string\', $options);
I\'m using Symfony 1.4 and Doctrine. Let\'s say I have 2 classes : a Brand and a Product. When I create a new product in the Admin Generator based admin, I\'d like to choose a brand from a dropdown
It seems that in Symfony 1.4 with Doctrine that when generating auto-increment columns (id) it defaults to bigint.This seems like total overkill and I would just like to default it to an integer inste
I have a table CREATE TABLE `sob_tags_articles` ( `tag_id` int(11) NOT NULL, `article_id` int(11) NOT NULL,
In my schema, a user is related to their questions. I want to display all questions asked by a user. I also want this page to be paginated using sfDoctrinePager which requires a Doctrine_Query as a
I\'m trying to output some HTML in an XML template and Symfony\'s escaping method is messing it up. So I tried making a copy of settings.yml in the 开发者_如何学编程module\'s config folder, but it see
All pages of the website I\'m working on will show a signin form. I\'d like to display this form in layout.php so it appears everywhere.
I\'d like to create my own helper but can\'t find any help on Google for Symfony 1.4/Doctrine. I guess it has something to do with creating a myClassHelper.clas开发者_StackOverflow中文版s.php in lib/
I\'m unable to see what I may be doing wrong with the following Symfony 1.4 form validation. Basically, all I just want is for all four conditions to be taken correctly into account (required, min-len