Welcome Guest, Not a member yet? Register   Sign In
MySQLi Library with Stored Procedures & Multiple result sets support
#4

[eluser][email protected][/eluser]
My little contribution to the CI:

DB_result.php
Code:
function next_result() { return FALSE; }

mysqli_result.php
Code:
/**
     * Prepare next result
     *
     * @return    bool
     */
    function next_result()
    {
        return mysqli_next_result($this->conn_id);
    }


Messages In This Thread
MySQLi Library with Stored Procedures & Multiple result sets support - by El Forum - 06-27-2009, 08:26 PM



Theme © iAndrew 2016 - Forum software by © MyBB