Pickles Framework v2.1.19 API Document

pickles
in package

pickles2 entry and controller class

このクラスは、Pickles 2 のエントリースクリプト(通常は .px_execute.php)から呼び出され、インスタンス化されます。 $px (class picklesFramework2\px)を生成し、実行し、標準出力してスクリプトを終了するまでの一連の処理を、すべてコンストラクタの中で実行します。

Tags
author

Tomoya Koyanagi tomk79@gmail.com

Table of Contents

__construct()  : mixed
Constructor

Methods

__construct()

Constructor

public __construct(string $path_homedir) : mixed
Parameters
$path_homedir : string

Pickles のホームディレクトリのパス

Return values
mixed

Search results