Difference between revisions of "PHP"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) (PHP header) |
Karl Jones (Talk | contribs) (Fix) |
||
Line 25: | Line 25: | ||
* [https://en.wikipedia.org/wiki/Comparison_of_web_application_frameworks#PHP Comparison of web application frameworks] | * [https://en.wikipedia.org/wiki/Comparison_of_web_application_frameworks#PHP Comparison of web application frameworks] | ||
− | == See also | + | == See also == |
* [[PHP header]] | * [[PHP header]] |
Revision as of 13:43, 29 July 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:
- PHP REST API Frameworks by David Sadowski
- 18 Minimal Web Frameworks for PHP by Alex
- Best available PHP RESTful Micro Frameworks by Gajotres
- Comparison of PHP Micro-frameworks by Xiangyu
- Comparison of web application frameworks
See also
External links
- PHP @ Wikipedia
- PHP: the Right Way