Fast PHP Framework

dev-master 2021-12-27 17:16 UTC

This package is auto-updated.

Last update: 2024-03-27 21:46:16 UTC


README

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 = '

Hello World

'; $content .= 'Hello ' . $this->request->params->get('name'); $this->response->content->set($content); echo $this->response->content->get(); }

https://github.com/nikic/FastRoute