Your IP : 216.73.217.79


Current Path : /var/www/cesa.co.za/php/includes/
Upload File :
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");
    }
}