Fast PHP Framework

Installs: 70

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/boltphpframework/bolt

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

This package is auto-updated.

Last update: 2025-09-28 01:28:17 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