Exemple #1
0
 public function r()
 {
     if (rq('log') && Input::has('where.id')) {
         $this->eventFire('r', Input::get('where.id'));
     }
     return parent::r();
 }
Exemple #2
0
 public function r()
 {
     if (Input::get('log')) {
         $this->eventFire('r', rq('id'));
     }
     return parent::r();
 }