.. ================================================== .. FOR YOUR INFORMATION .. -------------------------------------------------- .. -*- coding: utf-8 -*- with BOM. .. include:: ../../../../../Includes.txt .. _developers_mapping_site_buy_tca: TCA === Copy and paste files and directory ---------------------------------- Copy the TCA files (\*.php) and the directory * from **Configuration/TCA/Overrides** of the :ref:`sample directory ` and paste it * into the directory **Configuration/TCA/Overrides** of your extension. Edit livingBuySite.php ----------------------------- You must setup one value in the copied file livingBuySite.php at * Configuration/TCA/Overrides/livingBuySite.php See the code below .. code:: php ... // Replace the value with your extension key $_extKey = 'immo24'; // Replace the value with your table name $_table = 'livingBuySite'; ... Rename file and folder ---------------------- Rename the copied livingBuySite table and folder to the name of your table.