適当な使い方しか書いてあるページしかなかったのでメモ Zend Frameworkでは認証処理にZend_Authコンポーネントを使う こいつは判定だけしてくれるだけで特に何か動きの制御をやってくれるわけではない この辺はZend_Aclと同様・・・ こういう思想で作られてるからほかのフレームワークとかライブラリと組み合わせやすいし見通しいいよね 認証処理 お手軽ではないけど実用的にはユーザー情報はほぼDBに入っている場合が多いので、DBを使った認証をやってみる require_once 'Zend/Db.php'; require_once 'Zend/Auth/Adapter/DbTable.php'; //DBの接続情報 $params = array('host' => 'localhost', 'username' => 'hoge', 'password' => 'piy
Zend_Acl / Zend_Auth example scenario by Simon Mundy Hi there all After submitting the initial example of how Zend_Auth and Zend_Acl could be implemented Gavin pointed out areas that weren't really addressed in my proof of concept and it could potentially confuse newcomers to the way MVC is utilised. I'd like to clarify that post to a) Address those concerns and b) see if there's any constructive
Zend Framework:テンプレートエンジンをSmartyにするのサンプルに、認証が必要なページを追加してみます。 Zend_Aclを使って、ページへのアクセスが可能かチェックします。 認証は、Zend_Authを使ってみます。 前提 今回のサンプルは、データベースを使用します。 データベースは、MySQL5以降です。 また、PDOを使用していますので、PDO_MYSQLがPHPに組み込まれている必要があります。 PHP5.2.3をソースからインストールする場合のconfigureの例です。 --with-pdo-mysqlを指定して、PDOを組み込んでいます。 # ./configure \\ --with-apxs2 \\ --with-mysql=/usr/mysql \\ --with-config-file-path=/etc/php \\ --enable-mb
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く