qshurick / pro_core
There is no license information available for the latest version (dev-master) of this package.
Project core
dev-master
2014-06-19 16:52 UTC
Requires
- qshurick/pro_log: dev-master
- zendframework/zendframework1: 1.12.x
This package is not auto-updated.
Last update: 2025-03-29 19:07:08 UTC
README
Some core library
application.ini
autoloaderNamespaces[] = "Pro_"
pluginPaths.Pro_Resource_ = "Pro/Resource"
resources.db-plugin.ALIAS = "Some_Application_Db_Plugin"
Ensure in include_path
directory vendor/qshurick/pro_core/library
, e.g.:
set_include_path(implode(PATH_SEPARATOR, array(
realpath(APPLICATION_PATH . '/../library'),
realpath(APPLICATION_PATH . '/../vendor/qshurick/pro_core/library'),
get_include_path(),
)));
require_once APPLICATION_PATH . '/../vendor/autoload.php';