天天看點

SonataEasyExtendsBundle功能包:安裝

To begin, add the dependent bundles:

首先,添加功能包依賴:

Next, be sure to enable the new bundles in your application kernel:

接下來,在您的應用程式核心啟用該功能包:

<?php

// app/appkernel.php

public function registerBundles(){

   return array(

       // ...

       newSonata\EasyExtendsBundle\SonataEasyExtendsBundle(),

   );

}

本文轉自 firehare 51CTO部落格,原文連結:http://blog.51cto.com/firehare/1397159,如需轉載請自行聯系原作者