Archive

Posts Tagged ‘framework’

Assign File Extension to pages in Symfony

Feb 3rd, 2008

Assign file extension (*.php, *.html) of your choice in symfony framework

Add your own pages in Symfony

Feb 3rd, 2008

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 [...]

Install and Learn PHP Symfony Framework

Dec 27th, 2007

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 [...]