library phtuning
Phalcon Tuning
tmihalik/phtuning
Phalcon Tuning
- Wednesday, June 14, 2017
- by tmihalik
- Repository
- 2 Watchers
- 1 Stars
- 7 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
Phalcon Tuning
Autoloading from the Phtuning
$loader = new Phalcon\Loader();
$loader->registerNamespaces(array(
'Phalcon' => '/path/to/phtuning/Library/Phalcon/'
));
$loader->register();
QueryBuilder
dev-master
9999999-dev
Phalcon Tuning
Sources
Download
Unlicense
The Requires
-
php >=5.5
-
ext-phalcon >=2.0.0
phalcon