摘要:
基础查询model 类 <?php namespace app\models; use MongoDB\BSON\Regex; use MongoDB\BSON\UTCDateTime; use yii\mongodb\ActiveRecord; /** * Class PlatformPayOri 阅读全文
摘要:
// 以 YII框架为例: C 层代码 public function actionIndex() { //php的时间是以秒算。js的时间以毫秒算 date_default_timezone_set("Asia/Hong_Kong");//地区 //配置每天的活动时间段 $starttimestr 阅读全文