Hi,
I am developing an application in cakePHP which has two sets of methods : 1) Methods which are called from the mobile phone to process payments 2) Methods which handle the website logic.
Now, the problem is that both the methods handling the mobile calls and the website logic are present in the same controller. This has made my code very difficult to manage.
Does anyone have any suggestions on how I can separate my code.
Thanks a lot