Hi,
wie kann man Werte aus cc_ Tabellen abholen analog:
wie kann man Werte aus cc_ Tabellen abholen analog:
PHP-Code:
use Contao\PageModel;
// get the page ID
$id = $page->id;
// set the alias
$page->alias = 'index';
// update the record in the database
$page->save();
Kommentar