tmihalik / phtuning
Phalcon Tuning
v1.0
2017-06-14 12:31 UTC
Requires
- php: >=5.5
- ext-phalcon: >=2.0.0
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-08-25 12:11:41 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