| Current Path : /var/www/cesa.co.za/php/includes/ |
| Current File : /var/www/cesa.co.za/php/includes/CCESetup.php |
<?php
/*
* Contact otto@igotafrica.com for details
*/
/**
* Description of CCESetup
*
* @author otto
*/
class CCESetup extends BaseTableClass {
public function getSetup() {
return $this->sqlf->getRow("SELECT * FROM CCESetup");
}
}