ezSQL_pdo::select PHP Method

select() public method

******************************************************************** No real equivalent of mySQL select in PDO once again, function included for the sake of consistency
public select ( $dsn = '', $user = '', $password = '', $ssl = [] )
    function select($dsn = '', $user = '', $password = '', $ssl = array())
    {
        return $this->connect($dsn, $user, $password);
    }