Snippets

Create an account or login to be able to add, comment and rate snippets.

Navigation

Snippets by user Dustin Whittle Snippets by user Dustin Whittle

Get page title inside of template

$title = sfContext::getInstance()->getResponse()->getTitle();
by Dustin Whittle on 2006-05-22, tagged metadata 
(3 comments)

Fetch database connection

$connection = sfContext::getInstance()->getDatabaseConnection('propel');
by Dustin Whittle on 2006-05-22, tagged creole  database  propel 
(2 comments)