Exemplo n.º 1
0
 public function restrictions_list()
 {
     $restrictions = new Restriction();
     $restrictions->order_by('start_time', 'desc');
     $restrictions->get_iterated();
     $this->parser->parse('backend/restrictions/restrictions_list.tpl', array('restrictions' => $restrictions));
 }