cooldude832 Posted July 13, 2007 Share Posted July 13, 2007 I've never worked with classes and i see a lot of people using them. What's the draw for them? Are that php 4 useable? And if so whats a good tutorial on them? Link to comment https://forums.phpfreaks.com/topic/59748-php-class-whats-the-draw/ Share on other sites More sharing options...
trq Posted July 13, 2007 Share Posted July 13, 2007 What's the draw for them? I guess you meen 'whats the point'? They can make code allot more modular and reusable as well as making it easier to impliment common design patterns. Are that php 4 useable? Yeah... php4 has decent support. Though once you've delved into them a bit further you will soon want to move to php5. Sheesh... I meen php6 is just on the horizon. And if so whats a good tutorial on them? There is a great two part introduction into classes and OOP written by one of our forum recommended users and posted on the main site. You might also want to read the introduction to object orientated programming for php4 on that same page. Link to comment https://forums.phpfreaks.com/topic/59748-php-class-whats-the-draw/#findComment-296965 Share on other sites More sharing options...
cooldude832 Posted July 13, 2007 Author Share Posted July 13, 2007 yeah my host is still on 4.3 kinda bugging them to move to 5 and they won't let me do it myself Link to comment https://forums.phpfreaks.com/topic/59748-php-class-whats-the-draw/#findComment-296971 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.