Keyword

K2 Extra Field Database Table

More
13 years 9 months ago #91751 by BN
K2 Extra Field Database Table was created by BN
Does anyone know where the file for where jos_k2_extra_fields and jos_k2_items are being called? I'm trying to figure out how those two tables are being joined together.

 

 

the "value" in the jos_k2_extra_fields database table is being joined by jos_k2_items->extra_fields which calls something that looks like this

 

[{"id":"1","value":" screen size"},{"id":"2","value":"1resolution"},{"id":"3","value":"memory"},{"id":"4","value":"speed"}]

 

is there a way i can clean that up? make it more organize using a different table and then relating that to jos_k2_item->value?

 

id      specifications

1       screen size

2       resolution

3       memory

4       speed

 

 

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum