<?
    
class PunBB {
        
// 0 = array of ids
        // 1 = array of objects
        
private $returntype 0;

        public function 
__construct ()
        {
            
// get all data from the db
            // but where will teh db connection be defined?
        
}
        public function 
__destruct () {}

        public function 
getCategorys ()
        {
            
// get from db
            
:wq


        
}


    }
?>