I have an ajax navigation system in my app. Each ajax link is of class ajax and the page it needs to load is saved in an aurl attribute, for example:
I have: modules: News action: execute开发者_Python百科Index executeEdit etc. templates: _editPlus.php IndexSuccess.php
I would like to modify two forms in one page. I generated a module with Doctrine. I have: public function executeEdit(sfWebRequest $request)
I have created a task in Symfony 1.4 that loads in some CSV files into a table - very simple -> protected function execute($arguments = array(), $options = array())
In template i add own input hidden? <form action ....> 开发者_开发百科 <input type=\"hidden\" name=\"hidd\" id=\"hidd\" value=\"test\">
I need some help working with some relations in a small symfony application. I have the following structure:
I\'m using MySQL given from A2Hosting. There I can create users and add them to databases. And i hosted my php codes inside web folder in symfony php structure. I dont want to use any symfony commands
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:
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
i use sfThumbnailPlugin for Symfony 1.4. I have problem... For example: i set: $thumbnail = new sfThumbnail(80, 100);