umbrella_thing Posted September 19, 2007 Share Posted September 19, 2007 Hi all, I was interested in looking at some php5 classes and objects that are object orientated to get an idea of what other people are doing. But more "real world" examples, more than "class FruitBowl" if you know what I mean by this. Does anyone have any links handy for something like this? Thanks Dane Link to comment https://forums.phpfreaks.com/topic/69977-oop-php-classes/ Share on other sites More sharing options...
trq Posted September 19, 2007 Share Posted September 19, 2007 Just because you use classes does not really mean your using OOP in my opinion. OOP comes about through the use of design patterns implimented with classes and objects. The best way to get your feet wet might be to look at one of the mvc frameworks. Code Igniter is a pretty simple one to get started with. Link to comment https://forums.phpfreaks.com/topic/69977-oop-php-classes/#findComment-351488 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.