PHP Object Oriented Programming in Eclipse IDE
Loading...
16,273
Uploader Comments (ConnorAlves)
Top Comments
-
You totally dont get the point off OOP
-
Hey Connor, make some more of this with constructors and extends asap..
gracias
Loading...
It's nice that you're trying, but this wasn't that good... you don't explain really explain things, you just do that. What's public? Why public? Why not private, protected, static? What's private, protected, static? And naming functions, variables and classes the same way is more than confusing.
Not hating, just saying what I think... anyway, thanks for the tut, appreciated.
miXn 1 year ago
@miXn This was really meant to be just a beginning, basic OOP tutorial -- not for explaining every little thing. Not to mention, this was in 2008 and I really didn't know as much as I do now. Thanks for the feedback.
ConnorAlves 1 year ago
@ConnorAlves I see, but still, don't you think this is exactly why you SHOULD be explaining it a bit more? :) Since it's a beginning, basic OOP tut...
Are you planning on doing more tuts soon? I was searching for good, more advanced tuts (OOP), but came up with nothing.
miXn 1 year ago
@miXn Honestly, learning about private, protected, and static variables are not the most important things for a bare-bones basic OOP tutorial in my mind. And no, I am not planning on doing any PHP tutorials soon. I now mostly only do Ruby on Rails, and Objective-C (iPhone) development nowadays.
ConnorAlves 1 year ago
@ConnorAlves RoR, really cool. Read 2 books about Ruby (without Rails), so getting to know more about RoR would be cool. Maybe a tut, or should I better stop hoping? ;)
miXn 1 year ago
@miXn I have done 1 or 2 RoR tuts lately, one of which uses the basic "devise" authentication system with Ryan Bates' "nifty-generators" system. If you haven't used RoR before, it's a nice example of how to get up and running with a nice authentication system and basic layout in just a few minutes -- it also shows basic RoR concepts such as "rake db:migrate".
ConnorAlves 1 year ago