定制 jambagecom/table 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

jambagecom/table

最新稳定版本:v0.14.0

Composer 安装命令:

composer require jambagecom/table

包简介

Table Library for TYPO3 CMS

README 文档

README

What is does

This extension provides methods which extend the call of a database table to use a language overlay table. The SQL queries are generated by the global TCA array. translations of the table are supported without the need to add the query to the language table in your SQL query. The language table is added automatically to SQL queries. Or if a CSV translation file is set, then this file is used to replace the result record.

This extension is used by tt_products.

What is a language overlay table?

In TYPO3 normally all translations of all languages are put into the same database table. This increases the size of database tables. Many table fields do not contain texts and are therefore not translated. So instead of putting everything into one table, a language table is a second database table which only contains the translated fields of the first table. The untranslatable fields are not contained in the second table. This saves much disk space if you support many languages. Categories and other tables are only connected to one record in the first table.

统计信息

  • 总下载量: 2.78k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 2
  • 依赖项目数: 1
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 2
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-2.0-or-later
  • 更新时间: 2019-01-28