Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
答えが見つからなかった単純な PHP の問題。
「__construct()」から関数を呼び出すことはできますか?
たとえば、ここで My_Controller ソリューションを使用するとします。より高度な認証がある場合のように、以下に独自の関数を追加した場合、構造から呼び出すことができますか?
はい、フォーマットを使用して$this->myNewFunction();
$this->myNewFunction();