recommend a PHP5 ebook that mainly focused on it's OOP

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
cuongvt
Forum Newbie
Posts: 11
Joined: Fri Aug 11, 2006 1:31 am

recommend a PHP5 ebook that mainly focused on it's OOP

Post by cuongvt »

Could you guide recommend a PHP5 ebook that mainly focused on it's OOP with beginning and intermidiatte skill level?
Tnx u very much
User avatar
aaronhall
DevNet Resident
Posts: 1040
Joined: Tue Aug 13, 2002 5:10 pm
Location: Back in Phoenix, missing the microbrews
Contact:

Post by aaronhall »

Power PHP 5 Programming by Andi Gutmans, et al, is a good introduction to PHP5's new oop features. If you're unfamiliar with the oop paradigm, this might not be a good book for you, but it covers the features pretty thoroughly, along with some web-app specific design patterns. It's a free PDF download, but also available in print.

http://www.google.com/search?q=php+5+power+programming
cuongvt
Forum Newbie
Posts: 11
Joined: Fri Aug 11, 2006 1:31 am

Post by cuongvt »

Cool thanks for quick response :D
>If you're unfamiliar with the oop paradigm, this might not be a good book for you
No, I've read a lot PHP ebooks but they almost focused on DB driven web apps etc, and touched only
little about PHP5's OOP.
May I ask you more that in a lot of PHP ebooks, only the one you give me is mainly focused on OOP of it?
any other?

- And one more, could you give me usefull resources on Internet about seriously explaining in detail
with code examples of PHP5 OOP from novice to professional level.

Once again, thanks you
User avatar
aaronhall
DevNet Resident
Posts: 1040
Joined: Tue Aug 13, 2002 5:10 pm
Location: Back in Phoenix, missing the microbrews
Contact:

Post by aaronhall »

All I can tell you is that Google is your friend. There are trillions (gazilliions?) of resources on the internets. Amazon.com has user-submitted book reviews that are usually very good.
User avatar
stakes
Forum Commoner
Posts: 48
Joined: Tue Jun 12, 2007 12:05 pm

Post by stakes »

I like the book

Object Oriented PHP Concepts Techniques and Code

google it.

It's pretty much novice to more advanced.
jmut
Forum Regular
Posts: 945
Joined: Tue Jul 05, 2005 3:54 am
Location: Sofia, Bulgaria
Contact:

Post by jmut »

Having said all this
perhaps this will be your next read

http://www.amazon.com/PHP-5-Objects-Pat ... 1590593804
cuongvt
Forum Newbie
Posts: 11
Joined: Fri Aug 11, 2006 1:31 am

Post by cuongvt »

Cool thanks all of you
sobiaiqbal786
Forum Newbie
Posts: 3
Joined: Fri Jun 02, 2017 7:11 am

Re: recommend a PHP5 ebook that mainly focused on it's OOP

Post by sobiaiqbal786 »

The latest version of PHP is PHP 7. So now its time to learn OOP in php 7 instead of PHP5.
This tutorial is about OOP PHP7. It contains all topics of OOP in complete details and it is best for complete beginners.
very very simple and easy to understand lectures.

https://www.udemy.com/oop-object-orient ... 0-DISCOUNT
Post Reply