Skip to content

Instantly share code, notes, and snippets.

@Fi1osof
Created January 9, 2013 14:01
Show Gist options
  • Save Fi1osof/4493311 to your computer and use it in GitHub Desktop.
Save Fi1osof/4493311 to your computer and use it in GitHub Desktop.
load
<?php
$path = $this->getOption('modsociety.core_path', null);
if(!$path){
$path = MODX_CORE_PATH .'components/modsociety/';
}
$path .= 'model/modSociety/';
if(!$this->loadClass('modSociety', $path, false, true)){
$this->log(self::LOG_LEVEL_ERROR, "Could not load class modSociety");
exit;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment