Download List

Projeto Descrição

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

System Requirements

System requirement is not defined

Liberado: 2007-01-03 20:25
syl 0.7.0 (1 files Esconder)

Release Notes

No Release Notes

Changelog

;-----------------------
; VERSION: 0.7.0
;-----------------------

・設定ファイル(actions.xml)の要素名をいくつか追加・変更

include/framework/SyL_Config.php
include/framework/Config/*
・設定ファイルのキャッシュを追加

include/framework/SyL_Layout.php
include/framework/Layout/*
・レイアウト構成を設定機能追加(ビュークラスからレイアウトクラスに変更)

include/framework/SyL_DataManager.php
・ビューに渡すパラメータをアクション以外からセットできるように変更
・アクション実行後、アクションオブジェクトの値を取得後、破棄するように変更

example/examples/*
・サンプルプログラムにセッション処理例追加