2017 © Pedro Peláez
 

library bolt

Fast PHP Framework

image

boltphpframework/bolt

Fast PHP Framework

  • Friday, May 11, 2018
  • by boltphp
  • Repository
  • 0 Watchers
  • 0 Stars
  • 45 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

BoltPHP

Fast PHP Framework, (*1)

How to use Cache : https://github.com/PHPSocialNetwork/phpfastcache/tree/final/docs/examples, (*2)

http://propelorm.org/blog/2010/02/16/propel-query-by-example.html, (*3)

http://propelorm.org/documentation/reference/model-criteria.html, (*4)

public function home(){ $content = ', (*5)

Hello World

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

https://github.com/nikic/FastRoute, (*7)

The Versions