Link to home
Start Free TrialLog in
Avatar of rgb192
rgb192Flag for United States of America

asked on

Is this old book a good book for php oop beginners?

http://www.amazon.com/PHP-Object-Oriented-Solutions-David-Powers/dp/1430210117/ref=pd_bxgy_b_img_y

This book was written in 2008.  After object oriented beginners tutorial, I am reading about
spl for changing dates.  Is spl used anymore?

I ignore the parts about php6

What you’ll learn
PHP features, such as the Standard PHP Library (SPL), that are poorly documented or ignored by existing books
How to develop classes of their own
OOP in easy-to-understand language without getting bogged down in dense theory
Solid foundations for developers wishing to delve more deeply into OOP
How to leverage the strengths of OOP as a means for creating reusable code that can be used successfully within a procedural context
How to code for both PHP 5 and 6

Open in new window

Avatar of Ray Paseur
Ray Paseur
Flag of United States of America image

SPL gets used, but it is not exactly mainstream.  I've found it useful for directory iterating.  The Powers book is probably OK.  I would also recommend Welling/Thompson.  They have an update coming soon, but its publication date has been pushed back a few times.  Any book about PHP that is nearly six years old has got to have some pieces missing.
Avatar of rgb192

ASKER

I bought the book you suggested later realizing that it is 2008 4th edition because

They have an update coming soon, but its publication date has been pushed back a few times.  Any book about PHP that is nearly six years old has got to have some pieces missing.


I may not read that book because it is 2008.

Should I buy and read this book you also suggested in another question: september 2012
http://www.amazon.com/PHP-Advanced-Object-Oriented-Programming-QuickPro/dp/0321832183/


I want to learn object oriented programming and use php as a language I am familiar with.

I do not want to just learn advanced php.
ASKER CERTIFIED SOLUTION
Avatar of Ray Paseur
Ray Paseur
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of rgb192

ASKER

https://www.google.com/#q=php+object+oriented+programming&tbm=shop


This question may be difficult for you because the answer may change every year when the books get old.
Avatar of rgb192

ASKER

sorry, I wrote the last comment before I read your last comment.
In fact the answer does change every year!  My first work with PHP was PHP3.
Avatar of rgb192

ASKER

Okay larry ulman book now

and 5th edition of other book upon arrival

thanks