コード例 #1
0
 /**
  * Instantiate teh current timestamp expression.
  */
 public function __construct()
 {
     parent::__construct('CURRENT_TIMESTAMP');
 }
コード例 #2
0
ファイル: CurrentDate.php プロジェクト: GemsTracker/MUtil
 /**
  * Instantiate teh current timestamp expression.
  */
 public function __construct()
 {
     parent::__construct('CURRENT_DATE');
 }