Cakephp planning the app

Discussion in 'PHP' started by jamessy, Apr 12, 2010.

  1. #1
    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.
     
    jamessy, Apr 12, 2010 IP
  2. swagly

    swagly Greenhorn

    Messages:
    30
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #2
    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.
     
    swagly, Apr 13, 2010 IP