Assign File Extension to pages in Symfony
Assign file extension (*.php, *.html) of your choice in symfony framework
Assign file extension (*.php, *.html) of your choice in symfony framework
For adding any template page in symfony, add your template to apps/appName/modules/urModule/templates/ dir. Name it like listSuccess.php. Now for accessing this page from browser, you need to associate this page from an action. Define an action for this page. As you named your page like listSuccess.php, you need to create an action (method) in your [...]
Symfony Framework is riding on popularity chart. Yahoo has used symfony for their bookmark project.
Symfony framework is very helpful in development of big web 2.0 websites. It provides various facilities:
* simple templating and helpers* cache management* smart URLs (Search Engine Friendly)* scaffolding* multilingualism and I18N support* object model and MVC separation* Ajax support* enterprise [...]