Presentation is loading. Please wait.

Presentation is loading. Please wait.

PHP Features. Features Clean syntax. Object-oriented fundamentals. An extensible architecture that encourages innovation. Support for both current and.

Similar presentations


Presentation on theme: "PHP Features. Features Clean syntax. Object-oriented fundamentals. An extensible architecture that encourages innovation. Support for both current and."— Presentation transcript:

1 PHP Features

2 Features Clean syntax. Object-oriented fundamentals. An extensible architecture that encourages innovation. Support for both current and upcoming(future) technologies and protocols. Excellent database integration.

3 Simplicity PHP uses a regular and logical syntax, Because it comes with a clearly written manual. It is easy to learn. Within a few hours, We’ll have learned the basics and will be confident. PHP can even access C libraries. It allows programmers to complete specific tasks.

4 Portability A program can work on different platforms. It is an important factor. Cross-platform development has been an important design goal of PHP since PHP 3.0. PHP is available for a wide variety of platforms, including UNIX, Microsoft Windows, Mac OS, and OS/2.

5 PHP code is interpreted and not compiled. PHP scripts written on one platform. It works on any other platform for which an interpreter exists. Developers can code on Windows and deploy on UNIX without any major difficulties.

6 Speed PHP scripts run faster than most other scripting languages. When PHP 4.0 was first released, it raised the performance bar with its completely new parsing engine. PHP 5.0 improves performance through the use of an optimized memory manager, and the use of object.

7 Open Source Its source code is freely available on the Web. Developers can install and use it without paying licensing fees. And they are not investing in expensive hardware or software. PHP reduce the development costs of a software application, without compromising on either reliability or performance.

8 The open-source approach ensures(confirms) faster bug fixes. And It uses for quicker integration of new technologies into the core language.

9 Extensible PHP’s creators built an extensible architecture. It enables(allows) developers to easily add support for new technologies to the language through modular extensions. This extensibility provide PHP fresh and always at the critical edge of new technology. There is an online repository of free PHP classes called PEAR(PHP Extension and Application Repository).

10 PEAR provides a source of reusable, bug-free PHP components.

11 XML and Database Support Web application sources is written from an XML file or a database, PHP has eligible to run that applications. PHP 5.0 comes with an improved MySQL extension. It enables us to take advantage of new features in the MySQL, RDBMS (including sub queries, transactions, and referential integrity). It supports DB2, PostgreSQL, Oracle, mSQL, MS- SQL, Informix, Sybase, and SQLite.


Download ppt "PHP Features. Features Clean syntax. Object-oriented fundamentals. An extensible architecture that encourages innovation. Support for both current and."

Similar presentations


Ads by Google