Welcome Guest, Not a member yet? Register   Sign In
Private Functions
#1

[eluser]Unknown[/eluser]
I am creating a couple of forms in one of my controllers and would like it so that colorBox can call them but you cannot access them by typing the address into the address bar. How can this be done?

I have tried...
Code:
private function _foo()
{
   my code here;
}

but that isn't cutting the mustard. Sadly, I know why it isn't working and that is because colorBox is calling the page using a standard html link and a class reference. Surely there is a way to accomplish what I am trying to do though. Any help is appreciated.




Theme © iAndrew 2016 - Forum software by © MyBB