Changes between Version 141 and Version 142 of members/GRIP-UQAM
- Timestamp:
- May 16, 2016, 2:20:33 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
members/GRIP-UQAM
v141 v142 1249 1249 |---------------- 1250 1250 {{{#!td 1251 //Does not exist// 1251 //Does not exist: cf// **addCollection** 1252 {{{#!js 1253 $collection = new RouteCollection(); 1254 $routing = $loader->import( 1255 "@SonataAdminBundle/Resources/config/sonata_admin.xml" 1256 ); 1257 $routing->setPrefix('/admin'); 1258 $collection->addCollection($routing); 1259 }}} 1252 1260 }}} 1253 1261 {{{#!td