「PHP Programming」の版間の差分

出典: フリー教科書『ウィキブックス(Wikibooks)』
削除された内容 追加された内容
Added page because new navigation template cannot direct to an external page
M Minor adoptions
14 行 14 行
* [[{{BOOKNAME}}/Setup_and_Installation#Linux|Installation on Linux]]
* [[{{BOOKNAME}}/Setup_and_Installation#Linux|Installation on Linux]]
* [[{{BOOKNAME}}/Setup_and_Installation#Mac_OS_X|Installation on Mac OS X]]
* [[{{BOOKNAME}}/Setup_and_Installation#Mac_OS_X|Installation on Mac OS X]]
* [[{{BOOKNAME}}/Uses|Uses of PHP]]
* [[{{BOOKNAME}}/Uses_of_PHP|Uses of PHP]]


Note: Before contributing, check out the [[{{TALKPAGENAME}}|discussion]] page. [[{{TALKPAGENAME}}#The_newline_.22operator.22|How to write your examples]].
Note: Before contributing, check out the [[{{TALKPAGENAME}}|discussion]] page. [[{{TALKPAGENAME}}#The_newline_.22operator.22|How to write your examples]].
22 行 22 行
:This section is about things that are important for any type of PHP development. Useful for a PHP programmer of any level.
:This section is about things that are important for any type of PHP development. Useful for a PHP programmer of any level.


#[[{{BOOKNAME}}/beginner tutorial|Start a PHP Beginner Tutorial]] {{stage|100%|10 Feb 2006}}
# [[{{BOOKNAME}}/Start_a_PHP_Beginner_Tutorial|Start a PHP Beginner Tutorial]] {{stage|100%|10 Feb 2006}}
#[[{{BOOKNAME}}/hello world|Beginning with "Hello World!"]] {{stage|100%|10 Feb 2006}}
# [[{{BOOKNAME}}/Beginning_with "Hello World!"|Beginning with "Hello World!"]] {{stage|100%|10 Feb 2006}}
#[[{{BOOKNAME}}/basics|Nuts and Bolts]] {{stage|75%|14 Jan 2006}}
# [[{{BOOKNAME}}/Nuts_and_Bolts|Nuts and Bolts]] {{stage|75%|14 Jan 2006}}
#[[{{BOOKNAME}}/comments|Commenting and Style]] {{stage|100%|14 Jan 2006}}
# [[{{BOOKNAME}}/Commenting and Style|Commenting and Style]] {{stage|100%|14 Jan 2006}}
#[[{{BOOKNAME}}/arrays|Arrays]] {{stage|75%|10 Feb 2006}}
# [[{{BOOKNAME}}/Arrays|Arrays]] {{stage|75%|10 Feb 2006}}
#Control structures
#Control structures
##[[{{BOOKNAME}}/if structure|The if Structure]] {{stage|75%|19 Mar 2009}}
## [[{{BOOKNAME}}/The_if_Structure|The if Structure]] {{stage|75%|19 Mar 2009}}
##[[{{BOOKNAME}}/switch structure|The switch Structure]] {{stage|75%|14 Jan 2006}}
## [[{{BOOKNAME}}/The_switch_Structure|The switch Structure]] {{stage|75%|14 Jan 2006}}
##[[{{BOOKNAME}}/while loop|The while Loop]] {{stage|75%|14 Jan 2006}}
## [[{{BOOKNAME}}/The_while_Loop|The while Loop]] {{stage|75%|14 Jan 2006}}
##[[{{BOOKNAME}}/do while loop|The do while Loop]] {{stage|50%|14 Jan 2006}}
## [[{{BOOKNAME}}/The_do_while_Loop|The do while Loop]] {{stage|50%|14 Jan 2006}}
##[[{{BOOKNAME}}/for loop|The for Loop]] {{stage|50%|14 Jan 2006}}
## [[{{BOOKNAME}}/The_for_Loop|The for Loop]] {{stage|50%|14 Jan 2006}}
##[[{{BOOKNAME}}/foreach loop|The foreach Loop]] {{stage|75%|14 Jan 2006}}
## [[{{BOOKNAME}}/The_foreach_Loop|The foreach Loop]] {{stage|75%|14 Jan 2006}}
#[[{{BOOKNAME}}/functions|Functions]] {{stage|75%|10 Feb 2006}}
# [[{{BOOKNAME}}/Functions|Functions]] {{stage|75%|10 Feb 2006}}
#[[{{BOOKNAME}}/Files|Files]] {{stage|100%|12 Feb 2008}}
# [[{{BOOKNAME}}/Files|Files]] {{stage|100%|12 Feb 2008}}
#[[{{BOOKNAME}}/mail|Mailing]] {{stage|50%|14 Jan 2006}}
# [[{{BOOKNAME}}/Mailing|Mailing]] {{stage|50%|14 Jan 2006}}
#[[{{BOOKNAME}}/cookies|Cookies]] {{stage|75%|14 Jan 2006}}
# [[{{BOOKNAME}}/Cookies|Cookies]] {{stage|75%|14 Jan 2006}}
#[[{{BOOKNAME}}/sessions|Sessions]] {{stage|75%|2008-05-07}}
# [[{{BOOKNAME}}/Sessions|Sessions]] {{stage|75%|2008-05-07}}
#Databases
#Databases
##[[{{BOOKNAME}}/mysql|MySQL]] {{stage|75%|14 Jan 2006}}
## [[{{BOOKNAME}}/MySQL|MySQL]] {{stage|75%|14 Jan 2006}}
##[[{{BOOKNAME}}/PostgreSQL|PostgreSQL]] {{stage|25%|18 Apr 2009}}
## [[{{BOOKNAME}}/PostgreSQL|PostgreSQL]] {{stage|25%|18 Apr 2009}}
##[[{{BOOKNAME}}/pdo|PHP Data Objects]] {{stage|00%|18 Dec 2006}}
## [[{{BOOKNAME}}/PHP_Data_Objects|PHP Data Objects]] {{stage|00%|18 Dec 2006}}
#[[{{BOOKNAME}}/integration_methods|Integration Methods (HTML Forms, etc.)]] {{stage|75%|14 Jan 2006}}
# [[{{BOOKNAME}}/Integration_Methods_(HTML_Forms,_etc.)|Integration Methods (HTML Forms, etc.)]] {{stage|75%|14 Jan 2006}}


=== Advanced PHP ===
=== Advanced PHP ===
49 行 49 行


====Data Structures====
====Data Structures====
#[[{{BOOKNAME}}/Data_Structures|Data Structures]]
# [[{{BOOKNAME}}/Data_Structures|Data Structures]]


====Object Oriented Programming (OOP)====
====Object Oriented Programming (OOP)====
#[[{{BOOKNAME}}/Classes|Classes]]
# [[{{BOOKNAME}}/Classes|Classes]]
#[[{{BOOKNAME}}/Special_Methods|Special Methods]]
# [[{{BOOKNAME}}/Special_Methods|Special Methods]]
#[[{{BOOKNAME}}/Overriding_Overloading|Over riding and Over loading]]
# [[{{BOOKNAME}}/Overriding_and_Overloading|Overriding and Overloading]]
#[[{{BOOKNAME}}/Inheritance|Class Extensions (Inheritance)]]
# [[{{BOOKNAME}}/Class_Extensions_(Inheritance)|Class Extensions (Inheritance)]]
#[[{{BOOKNAME}}/SSH Class| The SSH Class]]
# [[{{BOOKNAME}}/The_SSH_Class|The SSH Class]]


==== Templating ====
==== Templating ====
#[[{{BOOKNAME}}/whytemplating| Why Templating]]
# [[{{BOOKNAME}}/Why_Templating|Why Templating]]
#[[{{BOOKNAME}}/template| Templates]]
# [[{{BOOKNAME}}/Templates|Templates]]
#[[{{BOOKNAME}}/caching| Caching]]
# [[{{BOOKNAME}}/Caching|Caching]]
#[[{{BOOKNAME}}/smarty| SMARTY templating system]]
# [[{{BOOKNAME}}/SMARTY_templating_system|SMARTY templating system]]
#[[{{BOOKNAME}}/prado| PRADO Component Framework]]
# [[{{BOOKNAME}}/PRADO_Component_Framework|PRADO Component Framework]]
#[[{{BOOKNAME}}/Flat Frog| Flat Frog templating system]] {{stage|25%|23 march 2006}}
# [[{{BOOKNAME}}/Flat_Frog_templating_system|Flat Frog templating system]] {{stage|25%|23 march 2006}}
#[[{{BOOKNAME}}/XSL| XSL]]
# [[{{BOOKNAME}}/XSL|XSL]]


==== Libraries ====
==== Libraries ====
[[{{BOOKNAME}}/PEAR|PHP PEAR]]
# [[{{BOOKNAME}}/PHP_PEAR|PHP PEAR]]
#[http://www.w3schools.com/php/ PHP5 Functions]
# [http://www.w3schools.com/php/ PHP5 Functions]


==== Frameworks ====
==== Frameworks ====
*[http://www.cakephp.org/ CakePHP]
* [http://www.cakephp.org/ CakePHP]
*[http://codeigniter.com/ CodeIgniter]
* [http://codeigniter.com/ CodeIgniter]
*[http://www.drupal.org/ Drupal]
* [http://www.drupal.org/ Drupal]
*[http://kohanaframework.org/ Kohana]
* [http://kohanaframework.org/ Kohana]
*[http://www.laravel.com/ Laravel]
* [http://www.laravel.com/ Laravel]
*[http://nette.org/ Nette]
* [http://nette.org/ Nette]
*[http://www.qcodo.com/ Qcodo]
* [http://www.qcodo.com/ Qcodo]
*[http://www.silverstripe.com/ Silverstripe]
* [http://www.silverstripe.com/ Silverstripe]
*[http://www.solarphp.com/ Solar]
* [http://www.solarphp.com/ Solar]
*[http://www.symfony-project.org/ Symfony]
* [http://www.symfony-project.org/ Symfony]
*[http://www.yiiframework.com/ Yii]
* [http://www.yiiframework.com/ Yii]
*[http://framework.zend.com/ Zend Framework]
* [http://framework.zend.com/ Zend Framework]


==== Security ====
==== Security ====
#[[{{BOOKNAME}}/Register Globals| Configuration: Register Globals]]
# [[{{BOOKNAME}}/Configuration:_Register_Globals|Configuration: Register Globals]]
#[[{{BOOKNAME}}/SQL Injection| SQL Injection Attacks]]
# [[{{BOOKNAME}}/SQL Injection| SQL Injection Attacks]]
#[[{{BOOKNAME}}/Cross Site Scripting| Cross Site Scripting Attacks]]
# [[{{BOOKNAME}}/Cross Site Scripting| Cross Site Scripting Attacks]]
#[[{{BOOKNAME}}/User login systems|Building a secure user login system]]
# [[{{BOOKNAME}}/User login systems|Building a secure user login system]]


''See also the [[{{BOOKNAME}}/sessions#Avoiding Session Fixation|section on avoiding session fixation]] in the [[{{BOOKNAME}}/sessions|Sessions chapter]].''
''See also the [[{{BOOKNAME}}/sessions#Avoiding Session Fixation|section on avoiding session fixation]] in the [[{{BOOKNAME}}/sessions|Sessions chapter]].''


==== Command-Line Interface (CLI) ====
==== Command-Line Interface (CLI) ====
#[[{{BOOKNAME}}/CLI| PHP CLI]]
# [[{{BOOKNAME}}/CLI| PHP CLI]]
#[[{{BOOKNAME}}/CLI/PHP-GTK| PHP-GTK]]
# [[{{BOOKNAME}}/CLI/PHP-GTK| PHP-GTK]]
#[[{{BOOKNAME}}/CLI/Daemonization| Daemonization]]
# [[{{BOOKNAME}}/CLI/Daemonization| Daemonization]]


==Appendices==
==Appendices==
*[[/Code Snippets/]]
* [[/Code Snippets/]]
*[[/Coding Standards/]]
* [[/Coding Standards/]]
*[[/Alternative Hungarian Notation/]]
* [[/Alternative Hungarian Notation/]]
*[[/Editors/]]
* [[/Editors/]]
*[[/Resources/]]
* [[/Resources/]]
*[[/Contributors/]]
* [[/Contributors/]]


{{Subjects|PHP scripting language}}
{{Subjects|PHP scripting language}}

2015年1月20日 (火) 13:08時点における版

PHP is a scripting language designed to fill the gap between SSI (Server Side Includes) and Perl, intended for the Web environment. Its principal application is the implementation of Web pages having dynamic content. PHP has gained quite a following in recent times, and it is one of the frontrunners in the Open Source software movement. Its popularity derives from its C-like syntax, and its simplicity. The newest version of PHP is 5.5 and it is heavily recommended to always use the newest version for better security, performance and of course features.

If you've ever been to a website that prompts you to login, you've probably encountered a server-side scripting language. Due to its market saturation, this means you've probably come across PHP. PHP was designed by Rasmus Lerdorf to display his resume online and to collect data from his visitors.

Basically, PHP allows a static webpage to become dynamic. "PHP" is an acronym that stands for "PHP: Hypertext Preprocessor". The word "Preprocessor" means that PHP makes changes before the HTML page is created. This enables developers to create powerful applications that can publish a blog, remotely control hardware, or run a powerful website such as Wikipedia or Wikibooks. Of course, to accomplish something such as this, you need a database application such as MySQL.

Before you embark on the wonderful journey of Server Side Processing, it is recommended that you have a basic understanding of the HyperText Markup Language (HTML). But PHP can also be used to build GUI-driven applications for example by using PHP-GTK.

Setup and Installation

Note: Before contributing, check out the discussion page. How to write your examples.

Learning the Language

The Basics

This section is about things that are important for any type of PHP development. Useful for a PHP programmer of any level.
  1. Start a PHP Beginner Tutorial テンプレート:Stage
  2. Beginning with "Hello World!" テンプレート:Stage
  3. Nuts and Bolts テンプレート:Stage
  4. Commenting and Style テンプレート:Stage
  5. Arrays テンプレート:Stage
  6. Control structures
    1. The if Structure テンプレート:Stage
    2. The switch Structure テンプレート:Stage
    3. The while Loop テンプレート:Stage
    4. The do while Loop テンプレート:Stage
    5. The for Loop テンプレート:Stage
    6. The foreach Loop テンプレート:Stage
  7. Functions テンプレート:Stage
  8. Files テンプレート:Stage
  9. Mailing テンプレート:Stage
  10. Cookies テンプレート:Stage
  11. Sessions テンプレート:Stage
  12. Databases
    1. MySQL テンプレート:Stage
    2. PostgreSQL テンプレート:Stage
    3. PHP Data Objects テンプレート:Stage
  13. Integration Methods (HTML Forms, etc.) テンプレート:Stage

Advanced PHP

Advanced PHP includes high level programming and PHP techniques designed to make PHP even more useful and powerful.

Data Structures

  1. Data Structures

Object Oriented Programming (OOP)

  1. Classes
  2. Special Methods
  3. Overriding and Overloading
  4. Class Extensions (Inheritance)
  5. The SSH Class

Templating

  1. Why Templating
  2. Templates
  3. Caching
  4. SMARTY templating system
  5. PRADO Component Framework
  6. Flat Frog templating system テンプレート:Stage
  7. XSL

Libraries

  1. PHP PEAR
  2. PHP5 Functions

Frameworks

Security

  1. Configuration: Register Globals
  2. SQL Injection Attacks
  3. Cross Site Scripting Attacks
  4. Building a secure user login system

See also the section on avoiding session fixation in the Sessions chapter.

Command-Line Interface (CLI)

  1. PHP CLI
  2. PHP-GTK
  3. Daemonization

Appendices

テンプレート:Alphabetical テンプレート:Status ja:PHP