0
私はこのポストCreating a login form in CodeIgniter based on Ion Auth libraryを読んできましたが、イオン認証でメソッドを呼び出す方法についてはまだまだ質問があります。イオン認証、メソッドの呼び出し?
ドキュメントの状態:
NOTE: Methods available in the model are called through the controller using PHP5 magic. You should never use ion_auth_model->method() in your applications.
しかし、次に例を示します。私は私のautoload.phpにIon_authライブラリを自動的にロードした場合
が$this->ion_auth->login($identity, $password, $remember);
、正確にどのように私はメソッドを呼び出していますか?
Hmドキュメントからこれらの2行をコピーして貼り付けたところです。 – redconservatory
ああ待って、何を意味するのか分かりますので、ion_auth_model-> login()を実行してはいけませんが、$ this-> ion_auth-> login()はOKですか?ダー。 – redconservatory