dbxapp
4.1.3
CMS, Shop, Workflows und modulare Geschäftsanwendungen
dbxapp.de
Portal
Start
Anwender
Entwickler
KI-Bereiche
Loading...
Searching...
No Matches
seed_dbxapp_merch.php
Go to the documentation of this file.
1
<?php
2
declare(strict_types=1);
3
4
$root
= dirname(__DIR__, 4);
5
require_once
$root
.
'/dbx/include/dbxApi.php'
;
6
7
$repo
=
dbx
()->get_include_obj(
'dbxShopRepository'
,
'dbxShop'
);
8
$repo
->seedDemoProducts();
9
10
echo
"dbxShop demo data updated via dbxShopRepository.\n"
;
$root
$root
Definition
db_access_boundary_test.php:3
dbx
DBX schema administration.
$repo
$repo
Definition
payment_claim_policy_test.php:5
dbx
modules
dbxShop
tools
seed_dbxapp_merch.php
Generated by
1.17.0