Class Alo
The global framework class
Methods summary
public static
|
|
public static
string|boolean
|
#
loadConfig( string $path, boolean $return_path = false )
Loads a configuration file based on environment: from DIR_SYS/config during setup & DIR_APP/config during production/development |
Magic methods summary
Constants summary
string |
SESS_MYSQL
|
'SQLSession' |
#
Defines a session type as SQL |
string |
SESS_MEMCACHED
|
'MemcachedSession' |
#
Defines a session type as Memcached |
Properties summary
public static
|
$sftp |
#
SFTP connection manager |
public static
|
$profiler |
#
Code profiler |
public static
|
$file |
#
File manager |
public static
|
#
Email manager |
|
public static
|
$curl |
#
Object-oriented cURL wrapper |
public static
|
$cron |
#
Crontab manager |
public static
|
$form_validator |
#
HTML form validator |
public static
|
$db |
#
Database connection |
public static
|
$cache |
#
Cache instance |
public static
|
$session |
#
The session handler |
public static
|
$controller |
#
The loaded controller |
public static
|
$router |
#
The routing class |
public static
|
$service |
#
Windows service handler |
public static
|
$downloader |
#
Download manager |