2012-03-28から1日間の記事一覧

CakePHP2.1でMySQL接続

php

ちょっとハマッたのでメモ。 CakePHPのセット $ chmod -R 777 app/tmp/ $ vi app/Config/core.php Configure::write('Security.salt', 'new Security.salt');$ vi app/Config/core.php Configure::write('Security.cipherSeed', 'new Security.cipherSeed');…