A Silex BoilerPlate View the Project on GitHub lyrixx/Silex-Kitchen-Edition Download ZIP File Download TAR Ball View On GitHub Silex - Kitchen Edition This project is a sample base for your silex applications. It already embed : HTML5 boilerplate (http://html5boilerplate.com/) Twitter Bootrap with form integration (http://twitter.github.com/bootstrap/) version 2 Few extensions : Assetics Doctrine
追記 DB接続時にcharset=utf8を指定 bindValueで暗黙の型変換されないように変更 Pimpleをサービスロケータとして使う場合の注意点を追加 テンプレートとしてフラットなPHPからTwigで書いた場合を追加 前提 スクリプト、ファイル、DBの文字コードはすべてUTF-8で統一です。 また、最初に以下のMySQLのテーブルがあることを前提として記事を書いています。 Database: MySQL user: myuser password: mypassword CREATE TABLE `blog_db`.`post` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `title` varchar(255) NOT NULL, `body` text NOT NULL, `date` date NOT NULL, PRI
I want to be honest with you. PHP is not my favorite scripting language. Not at all. But every here and then, a new project comes around which keeps me in front of my computer for hours, rediscovering the joy (yes, joy) of writing PHP code. And one of those projects is Silex, a PHP 5.3 micro-framework, developed by Fabien Potencier and Igor Wiedler. With Silex, you can build (smaller) web applicat
2 つめのエクステンション。 GitHub - heavenshell/php-silex-zf-db: Silex Zend_Db extension Zend_Db を簡単に使えるようにした。 以下サンプル。 <?php require_once 'silex.phar'; require_once dirname(__DIR__) . '/src/Zf1/DbExtension.php'; $zendpath = getenv('ZF_PATH'); $app = new Silex\Application(); $app->register(new \Zf1\DbExtension(), array( 'zend.class_path' => $zendpath, 'zend.db.adapter' => 'Pdo_Sqlite', 'zend.db.options' => arr
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く
{{#tags}}- {{label}}
{{/tags}}