Originally Posted by asifnayem [Only registered and activated users can see links. Click Here To Register...]
Here an simple description of what php oop can' do .. i can't tell you more because i'm still learning on that :D
So . php oop its gonna make your codding very,very light and easy to manage .. because an php oop class can be used on manny scripts on different tasks is adaptable so for example to make an ease off ussage you could use it verry simple such as
While you gonna still learning you gonna think that its more like some' simple functions defined , but believe me that its more than just a simple function because an' oop class can use lot of functions defined in his content , as you can see in the upper example $myoop->task is a called function so you can execute a whole script just with 3 - 4 lines as simple as that :pPHP Code:<?php
$myoop= new oopclass();
$myoop->task('commands here','and something else');
?>
So go for OOP ...![]()
[Only registered and activated users can see links. Click Here To Register...]
here is a beginner tutorial for youenjoy reading it !
Cheers !



6Likes
LinkBack URL
About LinkBacks
Reply With Quote
Here an simple description of what php oop can' do .. i can't tell you more because i'm still learning on that :D
enjoy reading it !
And a hundred percent reason to remember the name!


oreilly OOP e-book for a clear understanding, it's very helpful 


Bookmarks