symfony-1.4
Format date in the indexSuccess.php
I want to format the created_at field date from the original for something like 03.May.2011 to be shown in the indexSuccess.php and in the showSuccess.php[详细]
2023-03-31 12:57 分类:问答include modules for other modules
I have: modules: News action: execute开发者_Python百科Index executeEdit etc. templates: _editPlus.php IndexSuccess.php[详细]
2023-03-31 05:21 分类:问答Two forms in one module
I would like to modify two forms in one page. I generated a module with Doctrine. I have: public function executeEdit(sfWebRequest $request)[详细]
2023-03-31 05:01 分类:问答Can't get Symfony to show images
I\'m using WAMP, Windows 7 and Symfony 1.4 and my web pages don\'t show any images unless they\'re in the CSS. At first I thought it was from the path that I wrote in the pages, but it\'s not. My[详细]
2023-03-31 04:27 分类:问答how get in NameForm.class.php own value?
In template i add own input hidden? <form action ....> 开发者_开发百科 <input type=\"hidden\" name=\"hidd\" id=\"hidd\" value=\"test\">[详细]
2023-03-31 01:05 分类:问答Symfony 1.4 on server
i make my apps in Symfony 1.4 on localhost. He开发者_如何转开发re is OK, but if i upload all files in www server then if i open:[详细]
2023-03-30 20:40 分类:问答Can I make csDoctrineActAsSortablePlugin not unique?
I am using symfony 1.4, doctrine and the csDoctrineAc开发者_如何学PythontAsSortablePlugin for sorting. But I only need it in subform, so that the uniqueness of the position is disturbing. Is there by[详细]
2023-03-30 20:18 分类:问答Symfony - form localization
I\'ve started localizing my Symfony project but when I tried to use the __() function inside actions.class.php it came up with an error: Call to undefined function __(). The texts I have inside action[详细]
2023-03-30 20:16 分类:问答create thumbnail with Symfony or PHP
i use sfThumbnailPlugin for Symfony 1.4. I have problem... For example: i set: $thumbnail = new sfThumbnail(80, 100);[详细]
2023-03-30 16:39 分类:问答Aligning the label fields symfony
I\'m using symfony 1.4 doctrine. Is it possible to align the labels using symfony? I have here a format of a auto generated form and I get this format(assume this is a form and \"============\" is a t[详细]
2023-03-30 14:27 分类:问答