Tips on code organization
Posted: Mon May 28, 2012 5:01 pm
Developing my most complex php script so far.
As the number of files and code get larger the question of how to organize them comes up
so far i have 4 folders
1) user manageent folder - logins/logouts
2) the core processes folder
3) the design folder (Views)
4) classes
I am not looking for any specific tip..but rather any thing that you have learned over the years with experience as to what works best.
Things like:
what should be placedin the root folder and what goes into separate folder ?
and anything related to this.
thanks
As the number of files and code get larger the question of how to organize them comes up
so far i have 4 folders
1) user manageent folder - logins/logouts
2) the core processes folder
3) the design folder (Views)
4) classes
I am not looking for any specific tip..but rather any thing that you have learned over the years with experience as to what works best.
Things like:
what should be placedin the root folder and what goes into separate folder ?
and anything related to this.
thanks