Welcome Guest, Not a member yet? Register   Sign In
call_function() uses
#1

[eluser]sandeep nami[/eluser]
Hi, i am unable to understand the uses of call_function()
Can any one give some examples of its usage

BTW i have seen the userguide..plz send new examples

thanks in advance
#2

[eluser]mohsin917[/eluser]
It is a custom function call. In model you want to use your function instead of given db functions you can use it. An external feature, just normally calling your own function..

$this->db->call_function('some_function', $param1, $param2, etc..);




Theme © iAndrew 2016 - Forum software by © MyBB