PHP code example of madj2k / t3-core-extended
1. Go to this page and download the library: Download madj2k/t3-core-extended library . Choose the download type require .
2. Extract the ZIP file and open the index.php.
3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
madj2k / t3-core-extended example snippets
routeEnhancers:
RkwAuthors:
type: Extbase
namespace: 'tx_rkwauthors_rkwauthorsdetail'
routes:
- routePath: '/rkw-author/{author}'
_controller: 'Authors::show'
- routePath: '/rkw-authorform/{author}'
_controller: 'Authors::contactFormSend'
defaultController: 'Authors::show'
aspects:
author:
type: PersistedSlugifiedPatternMapper
tableName: 'tx_rkwauthors_domain_model_authors'
routeFieldPattern: '^(.*)-(?P<uid>\d+)$'
routeFieldResult: '{first_name|sanitized}-{last_name|sanitized}-{uid}'
$csvImporter->setUniqueSelectColumns(['fe_users' => ['address', 'email']]);
$csvImporter->setIncludeColumns(
[
'fe_users' => [
'pid'
],
'fe_groups' => [
'pid', 'newly_
dataset>
<pages>
<uid>1</uid>
<pid>0</pid>
<title>Rootpage</title>
<doktype>1</doktype>
<perms_everybody>15</perms_everybody>
</pages>
</dataset>
$this->importDataSet(self::FIXTURE_PATH . '/Database/Global.xml');
$this->setUpFrontendRootPage(
1,
[
'EXT:core_extended/Configuration/TypoScript/setup.txt',
self::FIXTURE_PATH . '/Frontend/Configuration/Rootpage.typoscript',
],
['example.com' => self::FIXTURE_PATH . '/Frontend/Configuration/config.yaml']
);
FrontendSimulatorUtility::simulateFrontendEnvironment(1);