Changes between Version 119 and Version 120 of members/GRIP-UQAM
- Timestamp:
- May 4, 2016, 1:45:10 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
members/GRIP-UQAM
v119 v120 936 936 * https://www.percona.com/blog/2009/03/01/kiss-kiss-kiss/ 937 937 * Book: https://pragprog.com/book/bksqla/sql-antipatterns 938 * Book: //SQL design patterns : the expert guide to SQL programming// [http://www.worldcat.org/title/sql-design-patterns-the-expert-guide-to-sql-programming/oclc/86074635 WorldCat] 938 * //SQL antipatterns : avoiding the pitfalls of database programming// [http://www.worldcat.org/title/sql-antipatterns-avoiding-the-pitfalls-of-database-programming/oclc/886727368 WorldCat][https://pragprog.com/book/bksqla/sql-antipatterns The Pragmatic Bookshelf] 939 * Review [http://shop.oreilly.com/product/9781934356555.do O'Reilly] 940 * //SQL design patterns : the expert guide to SQL programming// [http://www.worldcat.org/title/sql-design-patterns-the-expert-guide-to-sql-programming/oclc/86074635 WorldCat] [http://www.rampant-books.com/book_0601_sql_coding_styles.htm Rampant] 939 941 === Tree or Hierarchical Data === 942 * nested-set, closure-table and materialized-path. 940 943 * //Tree_(data_structure)// [https://en.wikipedia.org/wiki/Tree_(data_structure) Wikipedia] 941 944 * Joe Celkos: //Trees and Hierarchies in SQL for Smarties// [http://www.worldcat.org/title/joe-celkos-trees-and-hierarchies-in-sql-for-smarties/oclc/795963625 WorldCat] [http://aleph.unisg.ch/hsgscan/hm00391779.pdf Table of Content (pdf)] … … 944 947 * //Models for hierarchical data// [http://www.slideshare.net/billkarwin/models-for-hierarchical-data SlideShare] 945 948 * //How to represent a tree structure numerically in SQL Server// [https://yellowpencil.com/blog/how-to-represent-a-tree-structure-numerically-in-sql-server/ yellowpencil] (short HOWTO) 946 * [http://technobytz.com/closure_table_store_hierarchical_data.html closure_table_store_hierarchical_data.html] 947 * FAQ: [https://stackoverflow.com/questions/192220/what-is-the-most-efficient-elegant-way-to-parse-a-flat-table-into-a-tree what-is-the-most-efficient-elegant-way-to-parse-a-flat-table-into-a-tree] 949 * //Closure Table – Store Hierarchical Data Seamlessly | PostgreSQL// [http://technobytz.com/closure_table_store_hierarchical_data.html technobytz] (short HOWTO) 950 * //What is the most efficient/elegant way to parse a flat table into a tree?// [https://stackoverflow.com/questions/192220/what-is-the-most-efficient-elegant-way-to-parse-a-flat-table-into-a-tree stackoverflow] 951 * //Storing hierarchical data: Materialized Path// [https://bojanz.wordpress.com/2014/04/25/storing-hierarchical-data-materialized-path/ Blog] 948 952 === Blobs for documents === 949 953 * FAQ: http://stackoverflow.com/questions/211895/storing-documents-as-blobs-in-a-database-any-disadvantages … … 1119 1123 * doctrine/doctrine-bundle [https://symfony.com/doc/current/book/doctrine.html DoctrineBundle] - Adds support for the Doctrine ORM 1120 1124 * doctrine/orm has to be required if needed 1125 * Extensions: 1126 * https://symfony.com/doc/master/bundles/StofDoctrineExtensionsBundle/index.html 1127 * http://symfony.com/doc/current/cookbook/doctrine/common_extensions.html 1128 * https://packagist.org/packages/stof/doctrine-extensions-bundle 1129 * KNP 1121 1130 * TwigBundle - Adds support for the Twig templating engine 1122 1131 * symfony/security-bundle SecurityBundle - Adds security by integrating Symfony's security component