How to call procedure in kohana 3.1
问题 Kohana is a php framework. this is the documention . how to call procedure in this framework. i have searched and questions about this question. like : insert_id in Kohana 3 this is my code : $conn = Database::instance(); $queryStr = "call sp_createUser('$nick_name','$email','$password','127.0.0.1')"; $query = DB::query(Database::SELECT, $queryStr); $query->execute($conn); but there's some exception.. Database_Exception [ 1312 ]: PROCEDURE sp_createUser can't return a result set in the given