Welcome Guest, Not a member yet? Register   Sign In
where can i put my own function
#2

[eluser]OES[/eluser]
Create a new library for this type of thing.

Ie Common.

Then within yout controller load it like any other.

$this->load->library('common');

Then to use it ie.

$this->common->arraytolower($array,$round)

Hope this helps.


Messages In This Thread
where can i put my own function - by El Forum - 10-30-2008, 02:04 AM
where can i put my own function - by El Forum - 10-30-2008, 02:36 AM
where can i put my own function - by El Forum - 10-30-2008, 03:09 AM
where can i put my own function - by El Forum - 10-30-2008, 03:55 AM



Theme © iAndrew 2016 - Forum software by © MyBB