lithium\data\source\database\adapter\my_sql\Result::_next PHP Method

_next() protected method

protected _next ( )
    protected function _next()
    {
        return mysql_fetch_row($this->_resource);
    }