I have a defined route that displays a dynamic page: page_show: url:/:domain_slug/:slug class:sfPropelRoute
I am using Symfony 1.2.9 for a project, and I need to use AJAX to do file uplaod. I have not found a way of doing this yet - despite days of googling.
Well, imagine that we have a register form of a class Customer and we only ask three fields (name,surname,email) and after, when this user logged first time we want to complete this information.
So I am new to symfony and am trying to make a is-a relationship between several tables. I have a media table that has a id field that is the primary key. I then except to have 2 or more additional ta
The following two statements should be identical, yet the commented out statement does not work. Can anyone explain ?
I want understand what the widget can I use to generate such html: <input name=\"users[]\" value=\"Robert\" type=\"checkbox\"> Robert
i have problems inserting multiple records in symfony what happens is the 2nd up to the last records just updates the first record
My problem is very simple, yet I feel lost while looking at it ... I am currently working on a Symfony project located on an SVN repository.
Can anyone tell me how can I define and use a specific layou开发者_开发技巧t for a model (not a template)? I would like to do this for my custom 404 error page.As Peter Bailey commented above, your la
I have a Page object whose uniqueness comes from its PageDomain. The schema is configured such that the page table contains a page_domain_id field to create the relationship. To show a page, I have an