bitrix-orm
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseBitrix D7 ORM
Bitrix D7 ORM
Baseline: main 23.0+. Features newer than baseline are marked Since.
Progressive disclosure: open only the rule files that match the task. Do not read every .
rules/*.md基准版本:main 23.0+。晚于基准版本的功能会标记为Since。
渐进式查阅:仅打开与任务匹配的规则文件。无需阅读所有文件。
rules/*.mdHow to use
使用方法
- Identify the layer the task touches.
- Open the matching below.
rules/*.md - Prefer framework-native Bitrix patterns over custom abstractions.
- 确定任务涉及的层级。
- 打开下方匹配的文件。
rules/*.md - 优先使用Bitrix框架原生模式,而非自定义抽象实现。
Choose a rule file
选择规则文件
When to read rules/tablet-map.md
rules/tablet-map.md何时阅读rules/tablet-map.md
rules/tablet-map.mdRead () when the task involves:
rules/tablet-map.mdTablet map- Naming: vs
DataManager*Table - Tablet Skeleton
- Field Types
- Relations
- User Fields (UF)
当任务涉及以下内容时,阅读():
rules/tablet-map.mdTablet map- 命名规范:与
DataManager的选择*Table - 数据表框架
- 字段类型
- 关联关系
- 用户字段(UF)
When to read rules/reading.md
rules/reading.md何时阅读rules/reading.md
rules/reading.mdRead () when the task involves:
rules/reading.mdReading / filters- Reading Data
- Collections and Annotations
当任务涉及以下内容时,阅读():
rules/reading.md读取/过滤器- 数据读取
- 集合与注解
When to read rules/writing.md
rules/writing.md何时阅读rules/writing.md
rules/writing.mdRead () when the task involves:
rules/writing.mdWriting / batch / upsert- Writing
当任务涉及以下内容时,阅读():
rules/writing.md写入/批量操作/更新插入- 数据写入
When to read rules/events-cache-security.md
rules/events-cache-security.md何时阅读rules/events-cache-security.md
rules/events-cache-security.mdRead () when the task involves:
rules/events-cache-security.mdEvents, cache, security- Events
- Caching
- Security: User Input in Queries
- Checklist
当任务涉及以下内容时,阅读():
rules/events-cache-security.md事件、缓存、安全- 事件
- 缓存
- 安全:查询中的用户输入
- 检查清单
Checklist
检查清单
- Opened only the rule file(s) needed for this task.
- Followed DI / / security canons from
/local/.AGENTS.md
- 仅打开了任务所需的规则文件。
- 遵循了中的依赖注入(DI)/
AGENTS.md目录规范/安全准则。/local/