由於ThinkPHP先前的版本自訂函式庫與目前3.2.3版本自訂函式庫的方式不一致,會報錯
:(
Call to undefined function HomeControllershow()
錯誤位置Home
FILE: Dtestined function HomeControllershow()
錯誤位置Home
FILE: Dtestined function HomeControllershow()
FILE: Dtest: php LINE: 11
ThinkPHP3.2.3 { Fast & Simple OOP PHP Framework } -- [ WE CAN DO IT JUST THINK ]我自訂的函數為:
<?php function show() { echo "hello world<br/>"; }
定義路徑為:Common/Common/function.php而不是common.php和functions.php
。
結果:
以上就介紹了ThinkPHP323自訂函數庫,包括了方面的內容,希望對PHP教程有興趣的朋友有所幫助。