Thread: Classes in PHP
View Single Post
  #11 (permalink)  
Old Oct 11th, 2007, 16:52
alexgeek's Avatar
alexgeek alexgeek is offline
Technical Administrator

SuperMember
Join Date: Jul 2007
Location: Webforumz 24/7
Age: 15
Posts: 3,790
Blog Entries: 9
Thanks: 0
Thanked 2 Times in 2 Posts
Re: Classes in PHP

Quote:
Originally Posted by parms View Post
I will summarise what I am doing and how I intend to do it. Then would be nice to have a few pointers on where to consider applying classes.
Make an organized library.
You can either have all your classes is one file,
or have them in different files and include a file called library which includes all the individual files.
Hope that makes sense.
Reply With Quote