dbXapp 2.0
RAD, CMS, Module und Runtime-IDE fuer dbXapp
Loading...
Searching...
No Matches
seed_dbxapp_merch.php
Go to the documentation of this file.
1<?php
2declare(strict_types=1);
3
4$root = dirname(__DIR__, 4);
5require_once $root . '/dbx/include/dbxApi.php';
6
7$repo = dbx()->get_include_obj('dbxShopRepository', 'dbxShop');
8$repo->seedDemoProducts();
9
10echo "dbxShop demo data updated via dbxShopRepository.\n";
DBX schema administration.