原创 一個簡單的html問題,怎樣默認選中radio中的某個值

<html> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <title>你好</title> </head> <bod

原创 YII contoller之間的方法調用 redirect

一個contoller CustomerController裏怎麼調用另一個controller裏的action,Acontoller調用SiteContoller的actionShow($id), url顯示上是Customer/ind

原创 截取數組中指定長度做爲新數組array_slice()

array_slice(array,offset,length,preserve) 參數 描述 array 必需。規定輸入的數組。 offset 必需。數值。規定取出元素的開始位置。 如果是正數,則從前往後開始取,如果是負值,從後向前取

原创 Yii Framework中截取字符串(UTF-8)的源碼

Helper.php class Helper { public static function truncate_utf8_string($string, $length, $etc = '...') { $result

原创 使用SVN提示“工作副本已經鎖定”的解決辦法

更新或者提交前執行一下clean up。如果在當前目錄執行該命令後,仍然提示鎖定,就到上一層目錄再執行下...

原创 Yii系列總結:隱藏index.php步驟

1.開啓apache的mod_rewrite模塊      去掉LoadModule rewrite_module modules/mod_rewrite.so前的“#”符號     確保<Directory "..."></Direct