tmihalik / phtuning
Phalcon Tuning
Installs: 13
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/tmihalik/phtuning
Requires
- php: >=5.5
- ext-phalcon: >=2.0.0
This package is auto-updated.
Last update: 2025-10-25 10:21:00 UTC
README
Autoloading from the Phtuning
$loader = new Phalcon\Loader(); $loader->registerNamespaces(array( 'Phalcon' => '/path/to/phtuning/Library/Phalcon/' )); $loader->register();
QueryBuilder
- Phalcon\Db\Query\Builder - Query builder for raw SQL