tmihalik/phtuning

v1.0 2017-06-14 12:31 UTC

This package is auto-updated.

Last update: 2024-08-25 07:59:30 UTC


README

Autoloading from the Phtuning

$loader = new Phalcon\Loader();

$loader->registerNamespaces(array(
    'Phalcon' => '/path/to/phtuning/Library/Phalcon/'
));

$loader->register();

QueryBuilder