PHP Programming...
App., ready-to-use solutions and complete resources
PHP is one of the most popular Web/Object-oriented programming languages
Fond of Code PHP is one of Fond of Code's complementary resources website. It is exclusively dedicated to this technology and its ecosystem.
Here, you will find ready-to-use solutions (some are free), complete and numerous resources libraries, but also professional App.

Topics
Namespaces
Namespace has a key role. It avoids possible collisions in PHP programming field.
...
Read MoreInheritance
In the programming fields, inheritance means that a class or an object may inherit the properties of another (parent) class or object.
...
Read MoreAbstract Classes/Methods
Using PHP, you will be able to create abstract classes. These classes cannot be instantiated...
Read More