重復定義問題
?Fatal error: Cannot redeclare smarty_funciton_test() (previously declared in C:\wamp\www\mvcstudy\smarty\plugins\function.test.php:3) in C:\wamp\www\mvcstudy\smarty\plugins\function.test.php on line?13
這個是哪出錯了?我是按照老師的步奏敲的代碼
?Fatal error: Cannot redeclare smarty_funciton_test() (previously declared in C:\wamp\www\mvcstudy\smarty\plugins\function.test.php:3) in C:\wamp\www\mvcstudy\smarty\plugins\function.test.php on line?13
這個是哪出錯了?我是按照老師的步奏敲的代碼
2015-05-10
舉報
2015-05-10
意思是 重復定義,已經有了一個 test函數了