2010年2月23日 星期二
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/
http://www.yiiframework.com/extension/image/
How to add more information to Yii::app()->user
在 Yii 中,一般情況會用
第一次在 view 裡面使用時,覺得很怪異,我要 id 怎麼取到 username (LoginID)...
以下文件說明
1) 如何把 id 取代成 table 的 id 欄位 (sequence id)
2) 如何增加 user 的欄位,如 lastLoginTime
http://www.yiiframework.com/doc/cookbook/6/
$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日 星期三
訂閱:
文章 (Atom)