> For the complete documentation index, see [llms.txt](https://docs.chamilo.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chamilo.org/3.x/zh-tw/kai-fa-zhe-zhi-nan/developer-guide/backend.md).

# 後端

Chamilo 3.0 後端建置於 Symfony 7.4，並搭配 Doctrine ORM 與 API Platform。

* [**Symfony 架構**](/3.x/zh-tw/kai-fa-zhe-zhi-nan/developer-guide/backend/symfony-architecture.md) — Bundles、服務，以及整體後端結構
* [**實體與 Doctrine**](/3.x/zh-tw/kai-fa-zhe-zhi-nan/developer-guide/backend/entities-and-doctrine.md) — Doctrine 實體類別及其關聯方式
* [**資源系統**](/3.x/zh-tw/kai-fa-zhe-zhi-nan/developer-guide/backend/resource-system.md) — ResourceNode/ResourceFile 抽象（關鍵架構概念）
* [**控制器**](/3.x/zh-tw/kai-fa-zhe-zhi-nan/developer-guide/backend/controllers.md) — 控制器組織與路由模式
* [**事件與監聽器**](/3.x/zh-tw/kai-fa-zhe-zhi-nan/developer-guide/backend/events-and-listeners.md) — Chamilo 如何使用 Symfony 事件系統
* [**設定系統**](/3.x/zh-tw/kai-fa-zhe-zhi-nan/developer-guide/backend/settings-system.md) — `src/CoreBundle/Settings/` 中的設定 schema，以及平台組態如何運作
