Forgive me if the question looks silly. I was wondering that, when we develop a project in Codeigniter, we give entire source code of it to user and he/she uses it and is also able to make changes in the code.
Since, sometimes he/she don't understand code, some undesirable changes made by user may cause the application generate error or malfunction. In other words, it can be concluded that I am looking for some kind of encryption technique, that will work just as normal PHP code do but will be in encrypted format.
Is there anything, that enables users to use the application, but won't allow him/her to make changes in the code? And the working of application should also remain intact.