顯示具有 Framework 標籤的文章。 顯示所有文章
顯示具有 Framework 標籤的文章。 顯示所有文章

2010年1月22日 星期五

Image Extension, Convert Kohana Image Library to Yii

Provides methods for the dynamic manipulation of images. Various image formats such as JPEG, PNG, and GIF can be resized, cropped, rotated and sharpened.

http://www.yiiframework.com/extension/image/

How to add more information to Yii::app()->user

在 Yii 中,一般情況會用
$id=Yii::app()->user->id; // 取得 username

第一次在 view 裡面使用時,覺得很怪異,我要 id 怎麼取到 username (LoginID)...

以下文件說明
1) 如何把 id 取代成 table 的 id 欄位 (sequence id)
2) 如何增加 user 的欄位,如 lastLoginTime

http://www.yiiframework.com/doc/cookbook/6/

2010年1月21日 星期四

Yii extension:從 mwb file 產生 model

mwbmodelcommand  

http://www.yiiframework.com/extension/mwbmodelcommand/

php.ini 需載入 zip extension,不然會出現以下錯誤

Warning: simplexml_load_file(): I/O warning : failed to load external entity "zip://db.mwb#document.mwb.xml" in ...commands\shell\mwbModelCommand.php on line 78

2010年1月20日 星期三

DooPHP Sitemap Generator tool

可以用來快速產生 route table 及 controller




DooPHP Sitemap Generator tool from Leng Sheng Hong on Vimeo.