PATH:
home
/
letacommog
/
crmleta
/
modules
/
Mobile
/
third-party
/
qCal
<?php /** * Include this file if you want to use the __autoload feature rather than including * all of the files manually. It will automatically register its autoload function * with spl's autoload mechanism. */ require_once 'qCal/Loader.php'; function qCal_Autoloader($name) { // Try to load only concerned class... if (strpos($name, 'qCal') === 0) { qCal_Loader::loadClass($name); } } spl_autoload_register("qCal_Autoloader");
[+]
..
[+]
qCal
[-] README
[edit]
[-] CHANGES
[edit]
[-] autoload.php
[edit]
[-] VERSION
[edit]
[-] LICENSE
[edit]
[-] qCal.php
[edit]