PHP Object Oriented Ref


4.0 ( 8390 ratings )
Utilidades Referencia
Desarrollador Kenneth Wallace
0.99 USD

PHP Object Oriented Reference shows code syntax and concepts of writing object oriented PHP applications. This application can be used by people learning object oriented PHP and also by experienced users as a quick reference. All of the code samples use PHP 5 features and syntax. Also included is an example of using a PHP class to query, insert and update a MySQL database. All of the data is contained within the application, no internet connection is required.

This application contains the following categories:
Getting Started
Definitions
Access Specifiers
Class Basics
Constructors
Inheritance
Interfaces
Abstraction
Overloading
Static
Final
Magic Methods
Misc
Database Class Example

Each detail sheet contains Syntax, Description and Example sections. Sample code is supplied for each detail sheet.