STERFIELD

【symfony2】参考リンク集 & 学習ノート

【symfony2】参考リンク集 & 学習ノート

【symfony2】参考リンク集 & 学習ノート

●リンク集
// symfony1との違い
http://docs.symfony.gr.jp/symfony2/cookbook/symfony1.html

// bundles(plugin)を探すなら
http://knpbundles.com/

// namespace
http://d.hatena.ne.jp/hnw/20101006

http://pear.php.net/manual/ja/standards.naming.php

http://php.net/manual/ja/language.namespaces.importing.php// php5.3でuseの使い方

// autoloader

http://docs.symfony.gr.jp/symfony2/cookbook/tools/autoloader.html

// コーディング規約
http://docs.symfony.gr.jp/symfony2/contributing/code/standards.html

http://docs.symfony.gr.jp/symfony2/contributing/documentation/format.html

// doctrine
http://docs.doctrine-project.org/projects/doctrine-orm/en/2.0.x/reference/dql-doctrine-query-language.html

http://docs.doctrine-project.org/projects/doctrine-orm/en/2.0.x/reference/query-builder.html

http://docs.doctrine-project.org/projects/doctrine-orm/en/2.0.x/reference/association-mapping.html

http://docs.doctrine-project.org/projects/doctrine-orm/en/2.0.x/reference/events.html

http://docs.doctrine-project.org/projects/doctrine-orm/en/2.0.x/reference/basic-mapping.html

http://symfony.com/doc/2.0/reference/configuration/doctrine.html

http://docs.symfony.gr.jp/symfony2/cookbook/doctrine/dbal.html

http://d.hatena.ne.jp/taka512/20110727/1311771377// 10分ぐらいで学べるSymfony2 ~Doctrineテーブル作成編~

// twig
http://twig.sensiolabs.org/documentation

http://symfony.com/doc/current/book/templating.html

http://twig.sensiolabs.org/doc/tags/index.html

http://twig.sensiolabs.org/doc/extensions.html

// standloneなコンポーネントの使い方
/jeff/blog/id/?did=20120307173019jeff

// annotationの書き方
// 下記五つの書き方がある
// @Route()
// @Method()
// @ParamConverter()
// @Template()
// @Cache()
http://symfony.com/doc/current/bundles/SensioFrameworkExtraBundle/index.html

// JMSSecurityExtraBundleを使うと、下記なannotationが使えるようになる
// @Secure()
// @SecureParam()
// @SecureReturn()
// @RunAs()
// @SatisfiesParentSecurityPolicy()
http://symfony.com/doc/current/bundles/JMSSecurityExtraBundle/index.html

// テスト
http://docs.symfony.gr.jp/symfony2/book/testing.html

// validation
http://docs.symfony.gr.jp/symfony2/reference/constraints.html

// form
http://docs.symfony.gr.jp/symfony2/book/forms.html#book-forms-type-reference

http://symfony.com/doc/current/reference/forms/twig_reference.html

// security
http://symfony.com/doc/2.0/reference/configuration/security.html

// cache
http://tomayko.com/writings/things-caches-do

http://www.mnot.net/cache_docs/

http://docs.symfony.gr.jp/symfony2/cookbook/cache/varnish.html

http://tools.ietf.org/html/rfc2616

http://tools.ietf.org/wg/httpbis/

// DIコンテナ
http://fabien.potencier.org/article/11/what-is-dependency-injection

http://d.hatena.ne.jp/chobi_e/20101102/1288677784

// 勉強会
http://manjiro.net/symfony/418_symfony2_study_4

// twigとほかのtemplate engineerの比較
http://fabien.potencier.org/article/34/templating-engines-in-php

http://fabien.potencier.org/article/35/templating-engines-in-php-follow-up

// tutoial
http://docs.symfony.gr.jp/symfony2/osc2011-nagoya-symfony2-tutorial/symfony2-php-framework-development-tutorial.html

// ドキュメント集
http://docs.symfony.gr.jp/

// mongoDB
// bundle=/bundles/DoctrineMongoDBBundle/index
http://www.mongodb.org/

// git
http://docs.symfony.gr.jp/symfony2/cookbook/workflow/new_project_git.html

 

●学習ノート

●おまけ symfony2でのconsoloの使い方

Author Profile

著者近影

スターフィールド編集部

SHARE

合わせて読みたい