Zend Framework をMAMPで

php.iniに追加
include_path = “.:/Users/imac/Public/htdocs/attob.com.com/ZendFramework-1.12.0/library/”
.htaccessに追加
RewriteEngine on
RewriteBase /
RewriteRule !\.(js|ico|gif|jpg|png|pdf|css|swf|php|html|htm)$ index.php
php.ini に追加
テストをしてみる
localhost/index.php
require_once ‘Zend/Version.php’;
echo Zend_Version::VERSION;
バージョン情報が出力されればOK

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です