/**
  * Retrieve an existing record - static method: getPaForum()
  *
  *
  * Generated with the DalClassGenerator created by:
  * Zoran Hron <*****@*****.**>
  *
  * @param id
  * @param fetchmode = DB_FETCHMODE_OBJECT
  * @result object: PaForum
  **/
 public static function getPaForum($id, $fetchmode = DB_FETCHMODE_OBJECT)
 {
     // object self instance
     $instance = new self();
     // call dynamic method
     return $instance->get_PaForum($id, $fetchmode);
 }