|
@@ -9,7 +9,7 @@ class MobileGetCommand extends CConsoleCommand{
|
|
if($key == count($month)-1){
|
|
if($key == count($month)-1){
|
|
break;
|
|
break;
|
|
}
|
|
}
|
|
- $$value = array();
|
|
|
|
|
|
+ $value = array();
|
|
$start_time = strtotime($value);
|
|
$start_time = strtotime($value);
|
|
$end_time = strtotime($month[$key+1]);
|
|
$end_time = strtotime($month[$key+1]);
|
|
$criteria = new EMongoCriteria();
|
|
$criteria = new EMongoCriteria();
|