From: WipeOut <wip...@ly...> - 2003-10-03 11:45:54
|
Tjardick van der Kraan wrote: >Ok sorry for the mssing threading, but i messed up my procmail rules on this >list so i lost my own mail and wipe out's reply so just pasting it in there >to fake it all :) > No problem.. :) >Ok well ive been using PHP AdoDB quite alot, and while still early in the >project it might be good to take a look at that now before to many sql stuff >is allready written and needs to be redone. > > Yes I think thats a good suggestion, I have used other apps that made use of ADODB and it worked quite well.. Somthing else we should look at is standardising some sort of interface structure and module navigation.. ( I think Jamie said he is working on this already) Having a standard page structure will make the whole app more user friendly and will reduce effort because we could simply create header and footer includes just adding entries for new modules and menu items.. My suggestion would be to have a "tabbed" structure accross the top to get into the various modules, and then either a row of "sub-tabs" for items relating to that module or a secondary menu down the left side.. This structure may also help when we get to a point of implimenting access controls, different users or groups of users would have access to particular modules only.. but thats getting a little ahead of ourselves now.. :) Thoughts? Later.. |