php Programming Glossary: time_up
yii model search with daterange for time stamp http://stackoverflow.com/questions/9578629/yii-model-search-with-daterange-for-time-stamp search criteria new CDbCriteria criteria condition time_up BETWEEN UNIX_TIMESTAMP ' this time_up_from' AND UNIX_TIMESTAMP.. criteria condition time_up BETWEEN UNIX_TIMESTAMP ' this time_up_from' AND UNIX_TIMESTAMP ' this time_up_to' criteria compare.. ' this time_up_from' AND UNIX_TIMESTAMP ' this time_up_to' criteria compare 'proc_id' this proc_id criteria compare..
|