ellooz,
I know pretty much the basics of php (that leigh thought me in his 20 movies, + 2 applications from dummies) And i tried some things myself, so I think after a while of practicing I'll be up n running my own apps (maybe a lot of practicing ^^)
But what I want to knoo of you guyzzzz is da following (Sorry, i just played GTA IV and ya gotta love Little Jacob):
* What are the best +points according to you in OOP?
* Do you think this is the future?
* Any other advantages in OOP?
* Do you know any good articles about it (and link plz)?
* Best place/movies/books/tutorials to learn it?Dummies i used PHP & Mysql for Dummies to learn OOP 3rd edition it is good and baisc till advanced. =) the internet is also a good source. hope to see your apps * What are the best +points according to you in OOP?
The same as with any language. Encapsulation, code re-use, easier to do code and presentation separation. Just have a read around, places like wikipedia are not a bad starting point... <!-- m --><a class="postlink" href="http://en.wikipedia.org/wiki/Object_oriented">http://en.wikipedia.org/wiki/Object_oriented</a><!-- m -->
* Do you think this is the future?
Yes, I don't know of any new languages of fads that are NOT based on OOP.
* Any other advantages in OOP?
Same question as #1?
* Do you know any good articles about it (and link plz)?
wiki as above
my favourite link; <!-- m --><a class="postlink" href="http://devzone.zend.com/node/view/id/627">http://devzone.zend.com/node/view/id/627</a><!-- m --> - has some OO stuff. see part 7
* Best place/movies/books/tutorials to learn it?
Sorta the same question again... Google around, read as much as you can, try things, then ask questions if you get stuck.Why to use OOP and basic concepts: <!-- m --><a class="postlink" href="http://java.sun.com/docs/books/tutorial/java/concepts/">http://java.sun.com/docs/books/tutorial/java/concepts/</a><!-- m --> (general concepts, not PHP-specific)
The very basics of using objects/classes in PHP: <!-- m --><a class="postlink" href="http://devzone.zend.com/node/view/id/638">http://devzone.zend.com/node/view/id/638</a><!-- m -->
Really making OOP work for you in PHP5: <!-- m --><a class="postlink" href="http://www.apress.com/book/view/9781590599099">http://www.apress.com/book/view/9781590599099</a><!-- m -->
And, of course, always refer to The Manual (<!-- m --><a class="postlink" href="http://us.php.net/manual/en/language.oop5.php">http://us.php.net/manual/en/language.oop5.php</a><!-- m -->) for the most up-to-date and official information.
I know pretty much the basics of php (that leigh thought me in his 20 movies, + 2 applications from dummies) And i tried some things myself, so I think after a while of practicing I'll be up n running my own apps (maybe a lot of practicing ^^)
But what I want to knoo of you guyzzzz is da following (Sorry, i just played GTA IV and ya gotta love Little Jacob):
* What are the best +points according to you in OOP?
* Do you think this is the future?
* Any other advantages in OOP?
* Do you know any good articles about it (and link plz)?
* Best place/movies/books/tutorials to learn it?Dummies i used PHP & Mysql for Dummies to learn OOP 3rd edition it is good and baisc till advanced. =) the internet is also a good source. hope to see your apps * What are the best +points according to you in OOP?
The same as with any language. Encapsulation, code re-use, easier to do code and presentation separation. Just have a read around, places like wikipedia are not a bad starting point... <!-- m --><a class="postlink" href="http://en.wikipedia.org/wiki/Object_oriented">http://en.wikipedia.org/wiki/Object_oriented</a><!-- m -->
* Do you think this is the future?
Yes, I don't know of any new languages of fads that are NOT based on OOP.
* Any other advantages in OOP?
Same question as #1?
* Do you know any good articles about it (and link plz)?
wiki as above
my favourite link; <!-- m --><a class="postlink" href="http://devzone.zend.com/node/view/id/627">http://devzone.zend.com/node/view/id/627</a><!-- m --> - has some OO stuff. see part 7
* Best place/movies/books/tutorials to learn it?
Sorta the same question again... Google around, read as much as you can, try things, then ask questions if you get stuck.Why to use OOP and basic concepts: <!-- m --><a class="postlink" href="http://java.sun.com/docs/books/tutorial/java/concepts/">http://java.sun.com/docs/books/tutorial/java/concepts/</a><!-- m --> (general concepts, not PHP-specific)
The very basics of using objects/classes in PHP: <!-- m --><a class="postlink" href="http://devzone.zend.com/node/view/id/638">http://devzone.zend.com/node/view/id/638</a><!-- m -->
Really making OOP work for you in PHP5: <!-- m --><a class="postlink" href="http://www.apress.com/book/view/9781590599099">http://www.apress.com/book/view/9781590599099</a><!-- m -->
And, of course, always refer to The Manual (<!-- m --><a class="postlink" href="http://us.php.net/manual/en/language.oop5.php">http://us.php.net/manual/en/language.oop5.php</a><!-- m -->) for the most up-to-date and official information.