Im trying to integrate a content filtering API. My plan was to use pre/post validators but I\'ve lost may way somehow.
I\'m using sfDoctrineGuardPlugin and I\'m coming across a small issue. I have several \'user types\', i.e. Admins, Managers, Account Holder.
I have a populated list, and I want to utilize a custom function to shorten row names which are too long to display. The rows from the list are generated from an object passed from the action/controll
I use Symfony 1.4.11. I added search to my project, like in Jobeet tutorial. But I need to also make advanced search. For example, the user can іудусе \"county\" and \"category\". I make form an
Let\'s say we have an Article model and a Comment model. Article: columns: body: text Comment: columns: article_id: integer
I have several symfony apps (different vhosts) with the same skin, i.e. layout.php. I have one instance of the layout.php and asset files \"someplace,\" and I symlink them into each app.
I have used form widgets for my user registration which has sales or customer radio buttons If customer button is checked means i have to insert into registration table and one more table also. So i w
I\'ve generated an admin section with Propel on syfmony. When I have added an item I wish it to redirect back to th开发者_运维问答e list, and not to an edit view.
In a Symfony 1.4 view, why do some variables get output escaped, and others do not? I have escaping_strategy = true, and escaping_method = ESC_SPECIALCHARS.
I have a form, with 2 fields, that are select lists. I need to se开发者_高级运维lect an option from select_list_1 that then populates select_list_2