I\'m using symfony 1.4 doctrine. I have an output in my database/browser that looks something like this:
I use symfony 1.4.11 with doctrin开发者_StackOverflow中文版e. And I use ReCaptcha from sfFormExtraPlugin. I have 3 language in my site. Russian, Ukrainian and English. In form I get current culture:
I have 3 buttons in my indexSuccess in the backend of my project. The show and edit buttons work fine but the delete goes to show.
I need to use a submitted value for sfValidatorDoctrineChoice in a form generated after a model. I tried $this->getValue(\'country\') but it\'s not working:
The widget looks like this: $this->widgetSchema[\'tara\'] = new sfWidg开发者_开发技巧etFormChoice(array(
If i will refer to UsersTable.class.php in action i use Doctrine::getTable(\'Users\')->getCity($test);
i\'m developing a social net like website and i have some trouble in how to manage views for different kind of users. i have several pages that it\'s开发者_如何学编程 content and resulting views depen
I\'m using symfony 1.4 doctrine and I was having a problem on my project. How to update a existing record in symfony?
The ideo of cross-reference tables is introduced in Propel 1.5. This means that an entity can get a list of related items as if it were a one-to-many relation. So in a person-to-groups relationship, a
i have table News: id| title| b开发者_如何学编程ody 1| title1 | body1 2| title2 | body2 etc. I have