myPortal CMS - the web design community
  • MyPortal 2.0
  • download
  • demo
  • manual
  • editor
  • faq
  • blog
  • forum

free account: Click here
Username: Password:

Manual

loader functions

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

Try myPortal 2: