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