Admin Bundle

SonataAdminBundle is split into 4 bundles (SonataAdminBundle は 4 つのバンドルにわかれています):

  • SonataAdminBundle: contains core libraries and services 【コアライブラリとサービスを含んでいます】
  • SonataDoctrineORMAdminBundle: integrates Doctrine ORM project with the core admin bundle 【Doctrine ORM プロジェクトをコアAdminバンドルに統合します】
  • SonataDoctrineMongoDBAdminBundle: integrates MongoDB with the core admin bundle (early stage) 【MongoDB をコアAdminバンドルに統合します (初期段階)】
  • SonataDoctrinePhpcrAdminBundle: integrates PHPCR with the core admin bundle (early stage) 【PHPCR をコアAdminバンドルに統合します (初期段階)】

The demo website can be found in http://demo.sonata-project.org/admin/dashboard (admin as user and password). 【こちらでデモサイトが見れます。ユーザーとパスワードはadminです】

Table Of Contents

Next topic

1. Installation

This Page