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 Quote 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. Quote Link to comment https://forums.phpfreaks.com/topic/69977-oop-php-classes/#findComment-351488 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.