JonnoTheDev 19 Posted April 12, 2010 Share Posted April 12, 2010 There have been many posts on this forum in regards to beginners learning Object Oriented Programming in PHP. It is a difficult concept to grasp when you are new to the principles and benefits of this style of programming and can be quite hard to understand from some of the responses you may receive on this forum from more advanced members. So, I stumbled across this website today which has video tutorials that explain the core principles very well. If you are a beginner then you should definately take a look and it should make the subject a lot clearer. http://www.killerphp.com/tutorials/object-oriented-php/ Link to post Share on other sites
TeddyKiller 0 Posted April 12, 2010 Share Posted April 12, 2010 Congratulations! Certainly will help many members, me being one of them. I've drove people nuts with OOP issues.. I think this should be a sticky. (Otherwise it'll end up on like page 100 and nobody will see it) Link to post Share on other sites
oni-kun 1 Posted April 12, 2010 Share Posted April 12, 2010 Do you need help with some code you wrote? Ask here! We'll get you the answers! How about you post this in Misc? Why it is here is beyond me. EDIT: I think this should be a sticky. Has anyone ever read those? Link to post Share on other sites
TeddyKiller 0 Posted April 12, 2010 Share Posted April 12, 2010 The link provided, is actually giving you some answers for those who are having troubles. Like stated, some of the more advanced PHP programmers may be too complicated for beginners to understand. . . . As the OOP topic is part of PHP, for people like me. . I wouldn't quite go into the Misc section for PHP when I could probably find it in the PHP part? P.S Wasn't meant to sound.. angry or anything. Link to post Share on other sites
Mchl 0 Posted April 12, 2010 Share Posted April 12, 2010 How about you post this in Misc? Why it is here is beyond me. You're free to report it to moderators. Link to post Share on other sites
TeddyKiller 0 Posted April 12, 2010 Share Posted April 12, 2010 EDIT: I think this should be a sticky. Has anyone ever read those? I can proudly say I have. Link to post Share on other sites
Daniel0 2 Posted April 12, 2010 Share Posted April 12, 2010 EDIT: I think this should be a sticky. Has anyone ever read those? Just because you have a habit of not reading rules, stickies and other important information doesn't mean nobody else do... Link to post Share on other sites
oni-kun 1 Posted April 12, 2010 Share Posted April 12, 2010 EDIT: I think this should be a sticky. Has anyone ever read those? Just because you have a habit of not reading rules, stickies and other important information doesn't mean nobody else do... Just as the OP has read the subjective description of the forum? I guess not! EDIT: See? It was moved. Maybe I know the rules better than the staff, Huh? No one is worth their salt apparently. Link to post Share on other sites
salathe 40 Posted April 12, 2010 Share Posted April 12, 2010 EDIT: See? It was moved. Maybe I know the rules better than the staff, Huh? No one is worth their salt apparently. The irony is, the person who moved it is not a member of staff. Link to post Share on other sites
oni-kun 1 Posted April 12, 2010 Share Posted April 12, 2010 The irony is, the person who moved it is not a member of staff. Deprecating the working volenteered staff structure further. Link to post Share on other sites
JonnoTheDev 19 Posted April 12, 2010 Author Share Posted April 12, 2010 WTF. The original post is supposed to help, not start a bitching session. Stop please. Link to post Share on other sites
Daniel0 2 Posted April 12, 2010 Share Posted April 12, 2010 The irony is, the person who moved it is not a member of staff. Deprecating the working volenteered staff structure further. Guru and PFR have never been considered staff. Read the stickies... For the record, I still have the same permissions on the forums that I had before. You can consider that a warning. Stop trolling the forums. Link to post Share on other sites
oni-kun 1 Posted April 12, 2010 Share Posted April 12, 2010 For the record, I still have the same permissions on the forums that I had before. You can consider that a warning. Stop trolling the forums. It wasn't right of me to nitpick at people, Yes, It is logically impossible to have a 'perfect', anything. Warning taken. I don't think picking at wrongs and rights will get me anywhere.... Link to post Share on other sites
premiso 28 Posted April 12, 2010 Share Posted April 12, 2010 Thanks for the link Neil, maybe it will help me "Freshen" up on my OOP Link to post Share on other sites
JonnoTheDev 19 Posted April 12, 2010 Author Share Posted April 12, 2010 It's real beginner orientated so just a warning. Link to post Share on other sites
Re321 0 Posted April 13, 2010 Share Posted April 13, 2010 I agree with oni, i seen others post off topic to help and it just removed O_o; Link to post Share on other sites
Daniel0 2 Posted April 14, 2010 Share Posted April 14, 2010 I agree with oni, i seen others post off topic to help and it just removed O_o; Sticky topics in PHP Help are obviously not supposed to be asking for help. That would be pointless. Seeing as no staff member has got around to stickying this yet, I'll just do it. Link to post Share on other sites
j.smith1981 0 Posted July 23, 2010 Share Posted July 23, 2010 I will definately be taking a look at this. I am learning a huge amount, apologies I should have looked at this first rather than starting up a thread. Thanks ever so much for linking this tutorial though! Thanks again, Jez Link to post Share on other sites
SparK_BR 0 Posted June 16, 2011 Share Posted June 16, 2011 OOP in php is now somewhat do-able, I wonder when AOP will be available I was working on an Aspect.class thing and a replacement for require_once to load the proxies and stuff but my boss is really close minded. public function anyway($you){ $this->see($you); } public function __construct(){ $world->addEventListener("Later",array($this,"anyway")); } //Anyway, see you later! Link to post Share on other sites
gregor171 0 Posted October 26, 2011 Share Posted October 26, 2011 From beginner to expert I recommend book: Appres (2008) - Matt Zandstra - PHP Objects, Patterns, and Practice imho: There is no OOP without Patterns Link to post Share on other sites
jonsborn 0 Posted December 15, 2011 Share Posted December 15, 2011 Really, This good site make in PHP Programming Language. Also, PHP is so popular and it is continuously growing is because it offers many advantages. PHP was originally non Object-Oriented but it has been fully upgraded to an Object-Oriented Programming language. Link to post Share on other sites
alvin567 0 Posted June 3, 2012 Share Posted June 3, 2012 TS:This is one of the better concept I have read,too bad w3school school is at the top of the page. http://www.tutorialspoint.com/php/php_object_oriented.htm Link to post Share on other sites
Hall of Famer 3 Posted September 19, 2012 Share Posted September 19, 2012 TS:This is one of the better concept I have read,too bad w3school school is at the top of the page. http://www.tutorialspoint.com/php/php_object_oriented.htm This looks nice, although the document on killerphp.com is probably easier for amateurs to understand. Anyway an intermediate skilled programmer needs to understand all the concepts in the tutorial you posted and apply them nicely in real php applications. Without OOP, a coder is at best a beginner/amateur. So I heard that a new book called Pro PHP MVC would be released by Oct 31st, cant wait to grab one. This is perhaps a good way for intermediate skilled programmers aspiring to improve into advanced programmers. Link to post Share on other sites
KevinM1 208 Posted September 19, 2012 Share Posted September 19, 2012 Without OOP, a coder is at best a beginner/amateur. Bullshit. And, quite frankly, I'm getting tired of you spamming the board with your unfounded "OOP is the bestest" tripe*. Consider this a warning: any further posts that merely cheerlead OOP will be considered trolling and dealt with as such. *Lest you think I don't 'get' OOP, I use it every day, both in PHP and C#. Link to post Share on other sites
premiso 28 Posted September 19, 2012 Share Posted September 19, 2012 STOP POSTING IN THIS THREAD >.< =\ (cap rage) *premiso is now a sad panda! mmm Just for shits n giggles: Link to post Share on other sites
Recommended Posts
Archived
This topic is now archived and is closed to further replies.