Пример #1
0
 public function five_minute_tasks()
 {
     \Controller_Survey_Lead::checkLeads();
     Adam::check_no_contacts();
     Adam::get_first_payment_date();
     // Adam::get_first_payment_date(null, 'RESOLVE');
 }
 public function action_index()
 {
     Controller_Survey_Lead::checkLeads();
     $this->template->title = 'Survey lead » Index';
     $this->template->content = View::forge('survey/lead/index');
 }