loader functions
- loadhelper - include once myportal helper functions
- loadthelper - include once templates helper functions
- loadclasses - load class by its class name
loadhelper('helpers',..)
include once myportal helper functions from /myportal/helpers/,
helper name equals /myportal/helpers/{helper name}.php
loadhelper('furl','file');
loadthelper('helpers',..)
include once templates functions from /template/helpers/,
helper name equals /template/helpers/{helper name}.php
loadthelper('your custom functions file name');
loadclasses($c)
include once class from /myportal/libraries/$classname.class.php
function is already called by spl autoloader







