Difference between revisions of "PHP"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) (Web application framework) |
Karl Jones (Talk | contribs) (frameworks) |
||
Line 4: | Line 4: | ||
PHP is not limited to web development: it can also be used as a general-purpose programming language. | PHP is not limited to web development: it can also be used as a general-purpose programming language. | ||
+ | |||
+ | == Frameworks == | ||
+ | |||
+ | Many frameworks are available for PHP. Some which interest me include: | ||
+ | |||
+ | * [[CakePHP]] | ||
+ | * [[CodeIgniter]] | ||
+ | * [[Zend Framework]] | ||
+ | * [[Symfony]] | ||
+ | * [[Lithium (PHP framework)]] | ||
+ | * [[Slim (PHP)]] | ||
+ | |||
+ | See [https://en.wikipedia.org/wiki/Comparison_of_web_application_frameworks#PHP Comparison of web application frameworks]. | ||
== External links == | == External links == | ||
* [https://en.wikipedia.org/wiki/PHP PHP] @ Wikipedia | * [https://en.wikipedia.org/wiki/PHP PHP] @ Wikipedia |
Revision as of 05:26, 8 June 2015
PHP is a server-side scripting language designed for web development.
PHP code can be simply mixed with HTML code, or it can be used in combination with various templating engines and web application frameworks.
PHP is not limited to web development: it can also be used as a general-purpose programming language.
Frameworks
Many frameworks are available for PHP. Some which interest me include:
See Comparison of web application frameworks.
External links
- PHP @ Wikipedia