Welcome Guest, Not a member yet? Register   Sign In
Help Required! Stored Procedures and MySQL Functions in CI.
#5

[eluser]TheFuzzy0ne[/eluser]
Are you sure your stored procedure is working correctly?

You can enable the [url="http://ellislab.com/codeigniter/user-guide/general/profiling.html"]profiler[/url] with:
Code:
$this->output->enable_profiler(TRUE); // Either at the top of your controller method, or in your constructor.

and that will show you what queries are being made.


Messages In This Thread
Help Required! Stored Procedures and MySQL Functions in CI. - by El Forum - 05-10-2013, 04:22 AM



Theme © iAndrew 2016 - Forum software by © MyBB