|
Posted by lawrence k on 11/08/07 04:36
On Nov 7, 9:11 am, firewood...@yahoo.com wrote:
> I need some help in furthering my education in OOP. I have developed
> a set of PHP scripts that I use in a fairly sophisticated database
> driven website, but I am not proud of the rather amateurish
> programming that I used to create the functionality. Although I use
> classes and objects to organize my data and their related functions,
> it seems to be only marginally better than plain procedural
> programming. For example, I do not use inheritance, much less
> polymorphism.
Since you're posting to a PHP forum, I'm going to assume you've an
interest in scripting languages. So I would say you should study Ruby.
It's an elegant scripting language, and more fully OOP than PHP. If
you're focused on web related work, then study Ruby on Rails, which
is a framework for developing web site. It's a very intelligent,
elegant framework, with a graceful language that allows a high level
of abstraction.
[Back to original message]
|