Ninjakreborn Posted May 26, 2006 Share Posted May 26, 2006 What are the purpose of classes, I have never used them. I always never had a need for them, is there a particular reason why they exist, what are they good for. Link to comment https://forums.phpfreaks.com/topic/10521-php-classes/ Share on other sites More sharing options...
AndyB Posted May 26, 2006 Share Posted May 26, 2006 [a href=\"http://www.phpfreaks.com/tutorials/48/0.php\" target=\"_blank\"]http://www.phpfreaks.com/tutorials/48/0.php[/a] - not too far to go :)Something for everyone - [a href=\"http://www.phpclasses.org/browse/\" target=\"_blank\"]http://www.phpclasses.org/browse/[/a] Link to comment https://forums.phpfreaks.com/topic/10521-php-classes/#findComment-39242 Share on other sites More sharing options...
SharkBait Posted May 26, 2006 Share Posted May 26, 2006 To me.. Classes are commonly reused bits of code :) You can also share classes among people (as long as they are written properly)Thats what I always thought them to be anyway... I need to use them more often. Link to comment https://forums.phpfreaks.com/topic/10521-php-classes/#findComment-39244 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.