parent::__construct(__CLASS__);
// Set prefix to "Web"
- $this->setClassPrefix('Web');
+ $this->setClassPrefix('web');
}
/**
parent::__construct(__CLASS__);
// Set prefix to "Console"
- $this->setClassPrefix('Console');
+ $this->setClassPrefix('console');
}
/**
parent::__construct(__CLASS__);
// Set prefix to "Web"
- $this->setClassPrefix('Web');
+ $this->setClassPrefix('web');
}
/**
parent::__construct(__CLASS__);
// Set prefix to "Console"
- $this->setClassPrefix('Console');
+ $this->setClassPrefix('console');
}
/**
parent::__construct(__CLASS__);
// Set prefix to 'Html'
- $this->setClassPrefix('Html');
+ $this->setClassPrefix('html');
}
/**
parent::__construct(__CLASS__);
// Set prefix to 'Image'
- $this->setClassPrefix('Image');
+ $this->setClassPrefix('8mage');
}
/**
+++ /dev/null
-Deny from all