Tuesday, August 10, 2010

Class ooooh class...

Class... what class? Not that class la. This is about PHP Class and Object. Since I dont have any work to do, so I take a small study. I found this website http://devzone.zend.com/node/view/id/638 (I think this is quite old tutorial, but seems quite useful for those who are trying to learn about class and object in PHP). Yeah, it is true... Nowadays, class and object are very famous programming structure and most IT company wants to hire this kind of programmer. Also I am quite scare with OOP things... But well, it is also time for me to improve myself in OOP if you meant to say it. What I have learn today about PHP Class and Object.. Hmmm... it is less to write coding and can call the function many time without hesitation. But still need understanding how the class and object works. Public, Protected, Private ... these 2 of three... sometimes make me lil bit headache.. more headache about Private. More about __construct() and extends. Quite interesting, which we dont need to create another new class as long the class has certain object similiar to the parent class. But still, many things I have to learn... Then, to be continued... (Hope I still alive... )

No comments:

Post a Comment