Re: exit() after redirect

2006-09-22 Thread MrRio
I think the exit(); is very important and everyone should use it unless they know why they want code to execute afterwards. You can get nasty bugs, especially in authorisation, e.g. - Someone guesses the url: /articles/delete/3 - The auth component redirects the user to a login page. - And then

Re: newbie: Obfuscating a CakePhp project

2006-09-02 Thread MrRio
You could try Zend Guard. Make sure you only obfuscate you app/ folder. The source for everything in the cake/ directory must be provided as-is. Not sure how it works and never used it tho. --~--~-~--~~~---~--~~ You received this message because you are