dbXapp
2.0
RAD, CMS, Module und Runtime-IDE fuer dbXapp
Toggle main menu visibility
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"
;
$repo
$repo
Definition
generate_dbxapp_merch_mockups.php:268
$root
$root
Definition
generate_dbxapp_merch_mockups.php:4
dbx
DBX schema administration.
dbx
modules
dbxShop
tools
seed_dbxapp_merch.php
Generated by
1.17.0