Archive

Posts Tagged ‘framework’

PHP MySql and a framework to start off

May 28th, 2009 No comments

As projects get more and more time demanding I now find it more cost effective to plan and plan, sit down think and think again before changing my mind on how things should work. I’ve done many php mysql websites in my time and most of them require some kind of authenication for the admin, editor and user but I always put these in when it get to that part in when the projects documentation gets to it. Now I take time and read through the projects documentation and scribble down all the parts that could be expanded by the client afterwards. This is why now I tend to build the app back to front with all the athentication and report gathering coming first, no graphics, no styles nothing. Doing all the if’s and but’s before hand seems to start off a good framework.