PHP Polymorphism in PHP – Info PHP Jul 25, 2018 Introduction Polymorphism is derived from two Greek words. Poly (meaning many) and morph (meaning forms). Polymorphism is one of the PHP Object…
PHP Class and Object Function in PHP – Info PHP Jul 25, 2018 Introduction In this article I will discuss the "get_declare_classes()" and "get_class_method()" functions in PHP. These functions are for classes…
PHP Create Favicon in PHP – Info PHP Jul 25, 2018 Introduction In this article I will explain Favicons in PHP. In this article I will use a small and powerful script for creating Dynamic Favicons…
PHP Contact Us Form in PHP – Info PHP Jul 25, 2018 Introduction In this article I show how to create a "Contact Us" form in PHP. This form is very simple and anyone can use this to help understand…
PHP Calculate How Many Days in A Month Using PHP – Info PHP Jul 25, 2018 Introduction In this article I explain the "cal_days_in_month()" function in PHP. This function returns the number of the days in a month for the…
PHP Scope Resolution Operator In PHP – Info PHP Jul 25, 2018 Introduction This article explains the scope resolution operator in OOP using PHP5. The scope resolution operator, or in less complicated terms, the…
PHP Introduce Type Hinting In PHP5 – Info PHP Jul 25, 2018 Introduction This article explains type hinting using PHP5. PHP5 introduces type hinting. Functions square measure are currently able to force…
PHP Zend Framework2 In PHP – Info PHP Jul 25, 2018 Installation This article explains the Zend Framework 2 installation using the Wamp Server in PHP. The Zend Framework 2 installation is very simple…
PHP Generator in PHP – Info PHP Jul 25, 2018 Introduction This article explains Generators in PHP. Generators provide simple iterations without the overhead or complexity of implementing a…
PHP Object References In PHP – Info PHP Jul 25, 2018 Introduction This article explains Object References in PHP. Object references were introduced in PHP5 and one of the important featrures of PHP5 OOP…