find(array('select' => 'sid,hiredate,nature', 'asArray' => TRUE)); // // Doo::loadModel('holidaystaff'); // $thistime = time(); // foreach($stafflist as $k => $v){ // if(!empty($v['hiredate'])){ // if($thistime > strtotime("+ 1 year", strtotime($v['hiredate']))){ // $yearnum = 5; // }else{ // $yearnum = 0; // } // }else{ // $yearnum = 0; // } // $hstaff = new HStaff(); // $hstaff->uid = $v['sid']; // $hstaff->yearnum = $yearnum; // $hstaff->insert(); // } // exit; // } } ?>