コード例 #1
0
ファイル: Db.php プロジェクト: sb15/legacy-library
 public function save($placeInfo)
 {
     try {
         $this->_db->insert('place_sandbox', array('content' => serialize($placeInfo), 'create_time' => Utils_Date::getDate()));
     } catch (Exception $e) {
     }
 }
コード例 #2
0
ファイル: WebCore.php プロジェクト: sb15/legacy-library
 public static function getDate($now = null)
 {
     Utils_Date::getDate($now);
 }