Updates

Latest Tweet



What's New?

Check out for latest innovation, a computer based training video collection


Like this Page

Php Developer's Dictionary Review by Chad

A List of Functions, Objects, Properties, and Methods

Most of this book is the VERY BASIC description of operators, functions, constants, objects, properties, and methods and that's about it.

It breaks them down into categories (string manipulation, database, etc) and then has a SHORT description of what they do and what arguements need to be passed to them, etc. Other than that, there isn't much else there.

[..].

One of the main problems I have with this book (and others like it) is that you have to know the name of the function or object to use it. If I want to know how to use mysql_connect, then that's no problem. However, if I want to know how to yank the two left most characters out of a string, I guess I'm going to be browsing every function in the string section until I find it.

This book just takes the wrong approach. If I had all of that stuff memorized, then I probably wouldn't need the book. However, since I don't have it memorized, it's rather hard to find it in the book since I don't know the name of it.

Would have gave it 3 stars except it basically does meet the criteria that it is advertised under, so I can't knock it for that. So, for being a categorized list of the PHP language then it's great (although, how hard can that be. I wonder if I too can print out the PHP.net documentation and get it published).