a,reseller=>r. * * @param string $directory Directory to execute the controller from * @return mixed */ public function directory($directory = NULL) { // If $directory is NULL, we are a getter and see if we need to expand the directory if ($directory === NULL AND $this->_directory) $this->_directory = URL::dir($this->_directory); return parent::directory($directory); } } ?>