Fast PHP Framework
How to use Cache : https://github.com/PHPSocialNetwork/phpfastcache/tree/final/docs/examples
http://propelorm.org/blog/2010/02/16/propel-query-by-example.html
http://propelorm.org/documentation/reference/model-criteria.html
public function home(){ $content = '
'; $content .= 'Hello ' . $this->request->params->get('name'); $this->response->content->set($content); echo $this->response->content->get(); }