示例#1
0
 /**
  * Load up the selected creaditor
  * 
  * @author David Stansfield
  * @public
  * @param $creditorID Creditor ID
  * @return array
  */
 public static function loadCreditor($creditorID = 0)
 {
     $result = array();
     $result = \Creditor_model::loadCreditor($creditorID);
     return $result;
 }