Welcome Guest, Not a member yet? Register   Sign In
Question about controller[SOLVED]
#2

[eluser]pistolPete[/eluser]
User guide:

Quote:In some cases you may want certain functions hidden from public access. To make a function private, simply add an underscore as the name prefix and it will not be served via a URL request. For example, if you were to have a function like this:

Code:
function _utility()
{
  // some code
}


Messages In This Thread
Question about controller[SOLVED] - by El Forum - 09-05-2009, 01:29 AM
Question about controller[SOLVED] - by El Forum - 09-05-2009, 01:46 AM
Question about controller[SOLVED] - by El Forum - 09-05-2009, 01:52 AM
Question about controller[SOLVED] - by El Forum - 09-05-2009, 03:17 AM



Theme © iAndrew 2016 - Forum software by © MyBB