Downloadliste

Projektbeschreibung

SyLは、PHP(4>=4.3.x or 5)言語による独自DIコンテナをベースとしたフレームワークで、WEBアプリケーションフレームワーク/JavaScript出力フレームワーク/コマンドラインフレームワークの3つで構成されます。

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert

Veröffentlicht: 2007-07-08 13:28
syl 0.12.1 (1 files Verstecken)

Versionsanmerkungen

Keine Versionsanmerkungen

Änderungsprotokoll

;-----------------------
; VERSION: 0.12.1
;-----------------------

include/framework/SyL_Loader.php
・SyLライブラリ用のパス変換追加

include/framework/SyL_Context.php
・テンプレート切り替え用ヘルパメソッド追加
・パス関連処理を少し修正

opt/setupcmd/lib/CreateProject.php
opt/setupcmd/var/skel-templates/defines.xml
・セッションファイルディレクトリ定義
=> {SYL_PROJECT_DIR}/var/session

include/framework/Context/SyL_ContextJs.php
・リクエストメソッド判定メソッド(isGet、isPost)追加

include/lib/DB/SyL_DBDao.php
include/lib/DB/Dao/SyL_DBDaoTable.php
・一覧表示用機能追加

example/examples/*
・バリデーションとフォームのサンプルコード追加

include/framework/Controller/SyL_ControllerJs.php
・グローバルフィルタの設定ファイルが存在しない場合にエラーになっていたバグを修正

include/framework/Filter/SyL_FilterAuth.php
・前バージョンでのメソッド名変更漏れを修正

include/lib/SyL_Form.php
・コールバック関数が上書きされないバグ修正

include/framework/Error/default_error_web.php
・サニタイズ漏れ修正