예제 #1
0
파일: App.php 프로젝트: Hildy/cerb5
 function doResetCriteria()
 {
     parent::doResetCriteria();
     $this->params = array(SearchFields_FeedbackEntry::LOG_DATE => new DevblocksSearchCriteria(SearchFields_FeedbackEntry::LOG_DATE, DevblocksSearchCriteria::OPER_BETWEEN, array('-1 month', 'now')));
 }
예제 #2
0
파일: App.php 프로젝트: Hildy/cerb5
 function doResetCriteria()
 {
     parent::doResetCriteria();
     $this->params = array();
 }
예제 #3
0
 function doResetCriteria()
 {
     parent::doResetCriteria();
     //		$this->params = array(
     //			SearchFields_WorkerEvent::NUM_NONSPAM => new DevblocksSearchCriteria(SearchFields_WorkerEvent::NUM_NONSPAM,'>',0),
     //		);
 }
예제 #4
0
파일: App.php 프로젝트: rmiddle/cerb4
 function doResetCriteria()
 {
     parent::doResetCriteria();
     $this->params = array(SearchFields_ForumsThread::IS_CLOSED => new DevblocksSearchCriteria(SearchFields_ForumsThread::IS_CLOSED, '=', 0));
 }
예제 #5
0
파일: App.php 프로젝트: jsjohnst/cerb4
 function doResetCriteria()
 {
     parent::doResetCriteria();
     $this->params = array(SearchFields_RssExpItem::IS_READ => new DevblocksSearchCriteria(SearchFields_RssExpItem::IS_READ, DevblocksSearchCriteria::OPER_EQ, 0));
 }
예제 #6
0
파일: App.php 프로젝트: joegeck/cerb4
 function doResetCriteria()
 {
     parent::doResetCriteria();
     $this->params = array(SearchFields_CallEntry::IS_CLOSED => new DevblocksSearchCriteria(SearchFields_CallEntry::IS_CLOSED, DevblocksSearchCriteria::OPER_EQ, 0));
 }
예제 #7
0
 function doResetCriteria()
 {
     parent::doResetCriteria();
     $this->params = array(SearchFields_Task::IS_COMPLETED => new DevblocksSearchCriteria(SearchFields_Task::IS_COMPLETED, '=', 0));
 }