Hodo Posted June 21, 2007 Share Posted June 21, 2007 Noob question here. When I do my c++ code I can bury the actual code in a static lib so others can't see it. Does PHP have something like this? Quote Link to comment https://forums.phpfreaks.com/topic/56566-libraries/ Share on other sites More sharing options...
trq Posted June 21, 2007 Share Posted June 21, 2007 You can use classes. Quote Link to comment https://forums.phpfreaks.com/topic/56566-libraries/#findComment-279401 Share on other sites More sharing options...
Hodo Posted June 22, 2007 Author Share Posted June 22, 2007 Use classes... I dont understand that. Someone hires me to do php code, I do it all in classes which are saved in php form. They open the files and there is all my work..yes? Quote Link to comment https://forums.phpfreaks.com/topic/56566-libraries/#findComment-280105 Share on other sites More sharing options...
Wildbug Posted June 22, 2007 Share Posted June 22, 2007 Google search on "PHP code obfuscation" yields: http://blog.php-security.org/archives/14-PHP-Encoders-Protection-where-are-you.html http://www.whenpenguinsattack.com/2006/07/15/protecting-your-php-code/ http://www.raizlabs.com/software/phpobfuscator/ Quote Link to comment https://forums.phpfreaks.com/topic/56566-libraries/#findComment-280188 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.