# 後端

Chamilo 2.0 後端建置於 Symfony 6.4，搭配 Doctrine ORM 和 API Platform。

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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.chamilo.org/2.x-zh-tw/kai-fa-zhe-zhi-nan/developer-guide/backend.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
