You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yak-pro does not work on .php files which contains html code.
For instance, if you create some contract classes and call it in view pages (in sense of MVC model), it means that you are not able to obfuscate contract (event if the code does not contain any intelligence...) otherwise the view will not works as it contains html code and the functions are not renamed in it.
Could it be possible to manage also the php code available between html sources ?
I've never had a problem with this. You can tell it not to obfuscate things in the conf. This would probably be class variables.
If I need to obfuscate a utility I create one big php file by combining the sources; (in no includes or libs) and then you can obfuscate the entire thing. With externals you'll have to not obfuscate external variables.
Yak-pro does not work on .php files which contains html code.
For instance, if you create some contract classes and call it in view pages (in sense of MVC model), it means that you are not able to obfuscate contract (event if the code does not contain any intelligence...) otherwise the view will not works as it contains html code and the functions are not renamed in it.
Could it be possible to manage also the php code available between html sources ?
The text was updated successfully, but these errors were encountered: