PHP
でコード ショートカットを作成する方法を知りたいだけです。
//for get user id
Phpfox::getUserId();
//when user most be logged in
Phpfox::isUser(true);
//or user must be admin for do this action
Phpfox::isAdmin(true);
//or this for insert query
Phpfox::getLib('database')->query("")
//so i can get user id easy with this simple code
$userid = Phpfox::getUserId();
これらはショートカットですよね?
いくつかのコードを実行し、関数呼び出しのようなものを返す
ため、どうすればこのようなものを作成できますか? 何かを得るためにそれを呼び出すために...