codeofaninja.com
CakePHP Classes and Naming Conventions - CodeOfaNinja
Introduction After installing CakePHP on your server, we now have to learn how to create CakePHP classes and its naming conventions. CakePHP uses Model–view–controller (MVC) software architecture which is really great. If you have no idea what MVC is, I think Wikipedia can give you a great overview. Also, you’re going to get the hang […]
Mike Dalisay