symfony-1.4
How to format time in yaml in symfony
I\'m using symfony 1.4 doctrine. I have an output in my database/browser that looks something like this:[详细]
2023-03-30 13:54 分类:问答Symfony ReCaptcha multi translations
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:[详细]
2023-03-30 12:25 分类:问答Delete doesn't work in backend
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.[详细]
2023-03-30 10:52 分类:问答Symfony get submitted values in Form class
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:[详细]
2023-03-30 04:20 分类:问答Symfony sfWidgetFormChoice default disabled value
The widget looks like this: $this->widgetSchema[\'tara\'] = new sfWidg开发者_开发技巧etFormChoice(array([详细]
2023-03-30 03:25 分类:问答How to refer to BaseUsers.class.php in action?
If i will refer to UsersTable.class.php in action i use Doctrine::getTable(\'Users\')->getCity($test);[详细]
2023-03-29 21:15 分类:问答show different views for different users with different permissions
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[详细]
2023-03-29 20:58 分类:问答how to update the existing record once the user clicks on something?
I\'m using symfony 1.4 doctrine and I was having a problem on my project. How to update a existing record in symfony?[详细]
2023-03-29 09:40 分类:问答Naming Generated Functions in Propel
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[详细]
2023-03-29 04:21 分类:问答getTitle() in News.class.php in Symfony
i have table News: id| title| b开发者_如何学编程ody 1| title1 | body1 2| title2 | body2 etc. I have[详细]
2023-03-29 03:41 分类:问答