/**
  * Delete an existing record - static method: deletePaForumPost()
  *
  *
  * Generated with the DalClassGenerator created by: 
  * Zoran Hron <*****@*****.**> 
  *
  * @param id
  * @result void
  **/
 public static function deletePaForumPost($id)
 {
     // object self instance
     $instance = new self();
     // call dynamic method
     $instance->delete_PaForumPost($id);
 }