tmihalik/phtuning

Phalcon Tuning

Maintainers

Package info

github.com/tmihalik/phtuning-php

pkg:composer/tmihalik/phtuning

Statistics

Installs: 13

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-02-25 11:04:01 UTC


README

Autoloading from the Phtuning

$loader = new Phalcon\Loader();

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

$loader->register();

QueryBuilder