コード例 #1
0
ファイル: _ide_helper.php プロジェクト: clubttt/SuccessModel4
 /**
  * Get the current PDO connection used for reading.
  *
  * @return \PDO 
  * @static 
  */
 public static function getReadPdo()
 {
     //Method inherited from \Illuminate\Database\Connection
     return \Vinelab\NeoEloquent\Connection::getReadPdo();
 }