Defining the CRUD controller ============================ A crud controller class is just an empty class with no methods. However, you can add new actions or overwrite the default CRUD actions to suit your application. .. note:: The controller declaration is optional, if none is defined, then the ``AdminBundle`` will use the ``CRUDController``. Just create 3 files inside the Controller directory CommentAdminController ~~~~~~~~~~~~~~~~~~~~~~ .. code-block:: php