I am trying to implement a very simple search function with PHP in symfony. Basically I have a form that posts a query and I want to retrieve the items in the database that match the query.
http://localhost/frontend_dev.php/1 Why is the above request redirected to frontend_dev.php instead of index.php?
I\'m using Symfony 1.4 and wondering whether it\'s possible to achieve the following: <a href=\"#\"><span>Text</span></a>
I have a table CREATE TABLE `sob_tags_articles` ( `tag_id` int(11) NOT NULL, `article_id` int(11) NOT NULL,
I am using Symfony 1.31 for a brand new project. I have just created a module in the backend app, using the admin generator. To my suprise, it seems no theme ((At all) has been applied to the pages. A
I have way too many modules in my application.Currently m开发者_JAVA百科y modules are namespaced, but what I\'d like to do is have a directory structure so I can get rid of this redundant and annoying
I want to generate test data for a fixture file. I wnat to generate the test data instead of having to type in hundreds of records.
I have several models with translations. When I load $this->tour = $th开发者_StackOverflowis->getRoute()->getObject();
In my schema, a user is related to their questions. I want to display all questions asked by a user. I also want this page to be paginated using sfDoctrinePager which requires a Doctrine_Query as a
Yesterday Facebook launched HipHop, a sourcecode-converter from php to c++. The set of php funct开发者_如何学Goions and constructions is more limited than in standard php.