让我们说四张桌子。
$ products,$ attributes,$ tags,$ categories
我正在尝试加入所有这些来创建一个流畅的api,如下所示。
```
[
{
"products": {
product_name: "Shiny Shoes", <<<<---- Currently i can get one table to work.
product_description: "These Are Shiny Shoes",
"attributes": {
attributes_name: null,
attributes_description: null
}
}
```
我无法加入所有四张桌子,我尝试了一切,但仍然无法工作。