Ejemplo n.º 1
0
 /**
  * The constructor of DeleteModel
  */
 public function __construct()
 {
     try {
         DeleteModel::init();
     } catch (Exception $e) {
         echo $e->getMessage();
     }
 }