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