Hi just getting my teeth into cakephp and I am enjoying how easy it is to use. Problem being I can't help thinking that I am not planning out my apps properly, could some one explain to me the whole process and software they use before they even start building with cakephp.
We use Codeigniter and I think CI is easier to use. CakePhp is a framework with MVC so...Just plan the different "views" you'd have and organize your methods in your model files. The controller is pretty much the brain of the whole system. To start, I usually start with the controller, then the view, and then the model.