Categories
Titel
Old | New | ||
---|---|---|---|
1 | 1 | Categories |
Permalink
Old | New | ||
---|---|---|---|
1 | 1 | categories |
Inhalt
Old | New | ||
---|---|---|---|
1 | 1 | # Categories | |
2 | |||
3 | Categories are groups of products that makes it easier to browse and maintain your products. | ||
4 | |||
5 | ## Entity Object | ||
6 | |||
7 | ```php | ||
8 | $category = new ent_category(); | ||
9 | $category->data['name']['en'] = 'Rubber Ducks'; | ||
10 | $category->save(); | ||
11 | ``` |
Bearbeitet von %benutzer am %datum um %zeit