Download List

Projeto Descrição

Risolutoは「シンプルで軽い」をコンセプトに開発されたPHPフレームワークです。既存のフレームワークは、その言語自体に加え、フレームワーク自体について理解しなければいけないことが多くありますが、Risolutoは、極力「PHPを理解していればつかえる」ように作ら...

System Requirements

System requirement is not defined

Liberado: 2011-06-17 11:24
risoluto 1.3.0 (2 files Esconder)

Release Notes

No Release Notes

Changelog

[risoluto-1.3.0]

<Add>
* Check PHP Version and Settings
* Add 'mail address' column to user administration
* Multi-install ready for flavor
* [risoluto_util.php]<fileOperator()>Add "copy_with_replace"

<Modify>
* [risoluto_util.php]<autoUrlLink()>Change output HTML to XHTML for "other window open" mode
* [risoluto_db.php]<fileSQLExec()>Replace SQL text with $prefix

[risoluto-1.3.0]

<追加>
* PHPのバージョンと設定をチェックするよう追加
* ユーザ管理系機能の入力項目に、メールアドレスを追加
* Flavorのマルチインストール対応
* [risoluto_util.php]fileOperator()に「copy_with_replace」を追加

<変更>
* [risoluto_util.php]autoUrlLink()の別ウィンドウ表示用HTMLを生成するとき、XHTML準拠の物となるよう修正
* [risoluto_db.php]fileSQLExec()で実行するSQL一部を引数$prefixに指定された文字列で置換できるよう修正