Yesterday I started making the application. The spec was filled out in generic terms and a good deal of specifics but when I started trying to decide controllers and views I decided it was best to start working on the code. The functional part of the site was described so I’m able to move forward and not miss any steps.
Right now I’ve got the login logout portion of the site done – including the redirects for the site when a viewer isn’t suppose to see things. I am also checking that the default credentials get reset so it’s more hacker proof. I still have to do the actual changing of the credentials, that’s my next step.
This is the third or forth time I’ve been using CodeIgniter as a starting point. I think it’s much easier for me to use than CakePHP was. But CakePHP was what got me interested in PHP frameworks. But I like CodeIgniter better right now – simpler for my tastes and needs