Changes between Version 123 and Version 124 of members/GRIP-UQAM
- Timestamp:
- May 6, 2016, 5:16:59 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
members/GRIP-UQAM
v123 v124 1030 1030 == Java Programming == 1031 1031 * https://packages.debian.org/fr/libunixsocket 1032 == Javascript Programming == 1032 == Javascript Programming (Client Side) == 1033 === Tree viewing === 1034 * https://vuejs.org/examples/tree-view.html 1035 === Frameworks === 1036 * [https://vuejs.org/guide/overview.html Vue.js] 1037 ==== Comparisons ==== 1038 * https://vuejs.org/guide/comparison.html 1039 == Javascript Programming (Server Side) == 1033 1040 * [DebianPackage:node-express], [DebianPackage:node-], https://qa.debian.org/developer.php?login=pkg-javascript-devel@lists.alioth.debian.org 1034 1041 == PHP Security Programming == … … 1052 1059 == Libraries == 1053 1060 * https://packagist.org/packages/behat/transliterator 1054 == Doctrine == 1061 == [https://packagist.org/packages/doctrine/orm doctrine/orm] == 1062 === Doctrine Console === 1063 * http://docs.doctrine-project.org/projects/doctrine-orm/en/latest/reference/tools.html 1064 * https://sonata-project.org/bundles/admin/2-3/doc/getting_started/creating_an_admin.html 1065 {{{#!sh 1066 $ php app/console doctrine:generate:entity --entity="AppBundle:Category" --fields="name:string(255)" --no-interaction 1067 $ php app/console doctrine:generate:entity --entity="AppBundle:BlogPost" --fields="title:string(255) body:text draft:boolean" --no-interaction 1068 }}} 1055 1069 === Relations === 1056 1070 * //Les relations entre entités avec Doctrine2// [https://openclassrooms.com/courses/developpez-votre-site-web-avec-le-framework-symfony2/les-relations-entre-entites-avec-doctrine2 OpenClassrooms] … … 1158 1172 * https://symfony.com/doc/current/bundles/SensioFrameworkExtraBundle/index.html#installation 1159 1173 * Included in [https://packagist.org/packages/symfony/framework-standard-edition symfony/framework-standard-edition] 1160 * doctrine/doctrine-bundle[https://symfony.com/doc/current/book/doctrine.html DoctrineBundle] - Adds support for the Doctrine ORM1161 * doctrine/ormhas to be required if needed1174 * [https://packagist.org/packages/doctrine/doctrine-bundle doctrine/doctrine-bundle] [https://symfony.com/doc/current/book/doctrine.html DoctrineBundle] - Adds support for the Doctrine ORM 1175 * [https://packagist.org/packages/doctrine/orm doctrine/orm] has to be required if needed 1162 1176 * Extensions: 1163 1177 * https://symfony.com/doc/master/bundles/StofDoctrineExtensionsBundle/index.html