Esempio n. 1
0
 /**
  * Instantiate teh current timestamp expression.
  */
 public function __construct()
 {
     parent::__construct('CURRENT_TIMESTAMP');
 }
Esempio n. 2
0
 /**
  * Instantiate teh current timestamp expression.
  */
 public function __construct()
 {
     parent::__construct('CURRENT_DATE');
 }