Jul 20
PHP Study Notes
Category: Web
Add comments
For PHP, I can read it, modify it, but can not write it, after the World Cup, I intend to make a systematic study of PHP.
The reference book is “PHP and MySQL Web Development 4th Edition” written by Luke Welling and Laura Thomson, this book is known as “PHP Bible” .
As usual, the book briefly introduced what is PHP, MySQL, Why use PHP / MySQL, as well as their strengths and so on, quickly scanned.
Followed by What is new in PHP5:
- Better object-oriented support built around a completely new object model
- Exceptions for scalable, maintainable error and exception handling
- built-in SimpleXML for easy handling of XML data
And key features of PHP 5.3 (At the time of writing, PHP 5.2 was the current version) for example, namespaces (very important) and so on.
Directory of PHP Study Notes
- PHP Crash Course
- Storing and Retrieving Data
- Using Arrays
- String Manipulation and Regular Expressions
- Reusing Code and Writing Functions
- Object-Oriented PHP
- Error and Exception Handling
- ……
- To be added
This work, unless otherwise expressly stated, is licensed under a Creative Commons Attribution-Share Alike 3.0 License.
Permanent URL: http://www.peptop.com/web/php-study-notes/
Trackback URL: http://www.peptop.com/web/php-study-notes/trackback/