I am using Codeigniter, for example in Model, I defined a function as
function foo(arg1,arg2,arg3){ // do something here }
and I call it fro