Esempio n. 1
0
 public function cntArtsByAuthor($u_id)
 {
     $dao = new Dao_ArtsModel();
     return $dao->cntArtsByAuthor($u_id);
 }