Entradas

Mostrando las entradas de diciembre, 2017

description of PHP

PHP is a language programming designed to the web, it was created for Rasmus Lerdof in 1995 as open source. at present the main implementation is carried by PHP group. PHP can by used without anything cost for the people, this and it's simple learning helped it's accepted in the informatic world. PHP has evolved over time, going from the used of functions from created web pages dymamic, to used the POO methodology to more efficient manage it's processes. Also has a part that can be executed from the command line from any operating system. the best that php has is its community that has created an infinity of codes and classes that helped to implement easy and fast any basic need that the client has, from the creation of a report in PDF to the generation of bar charts and much more. Saving time in the development of a web application. this also allows an orderly management of the files although to be aplication big. Other of the qualities of PHP is the possibility ...