PluginProbe ʕ •ᴥ•ʔ
VikAppointments Services Booking Calendar / 1.2.21
VikAppointments Services Booking Calendar v1.2.21
1.2.21 1.2.20 trunk 1.2.17 1.2.18 1.2.19
vikappointments / site / helpers / libraries / language / tables / optionvar.xml
vikappointments / site / helpers / libraries / language / tables Last commit date
custfield.xml 6 days ago empgroup.xml 6 days ago employee.xml 6 days ago group.xml 6 days ago index.html 6 days ago media.xml 6 days ago option.xml 6 days ago optiongroup.xml 6 days ago optionvar.xml 6 days ago package.xml 6 days ago packgroup.xml 6 days ago payment.xml 6 days ago service.xml 6 days ago statuscode.xml 6 days ago subscription.xml 6 days ago tax.xml 6 days ago taxrule.xml 6 days ago
optionvar.xml
26 lines
1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- define "link" attribute in case the table doesn't follow the standard notation of "_lang_" -->
3 <translation table="#__vikappointments_lang_option_value" id="optionvar">
4
5 <columns>
6
7 <!-- define primary key column -->
8 <column name="id" rule="pk" />
9
10 <!-- omit "link" attribute in case the columns of both the tables have the same name -->
11 <column name="name" rule="content" />
12
13 <!-- define foreign key column to create a relation with translation link -->
14 <!-- define "link" attribute in case the landing table PK is not equals to "id" -->
15 <column name="id_variation" rule="fk" />
16
17 <!-- define foreign key column ro create a relation with a different language table -->
18 <!-- the "link" attribute can be used to recognize the table identifier to which the child belongs -->
19 <column name="id_parent" rule="parent" link="option" />
20
21 <!-- define column used to register the translation language tag -->
22 <column name="tag" rule="language" />
23
24 </columns>
25
26 </translation>