View Single Post
  #3  
Old 10-02-2008, 10:28 AM
Ajof Ajof is offline
Member
 
Join Date: Jun 2008
Posts: 79
Credits: 7,603
Ajof
Send a message via MSN to Ajof
Default RE: Diversification of Programming - What do you think?

Nice selection there :)

Might I suggest that if you start creating many more scripts, that you use more arrays over variables to keep things more organized and also try and work with classes a lot more as these days the best, most professional scripts (like mybb) take this object orientated approach. This way the code will be cleaner code and provide a better base for building great things on :)

phpBB would be the preferred option over XMB as it is more mainstream and there now lacks a multiforums script in active development for phpBB3. If you could get it to work with databased templates too that would be awsome :) You could probably easily do the same to the triton script by editing their template class to get the template from a database rather then a file.
Reply With Quote