Skip to content

Instantly share code, notes, and snippets.

View exotec's full-sized avatar

Alexander Weber exotec

View GitHub Profile
@exotec
exotec / robots.txt
Created May 21, 2019 09:34 — forked from oliverthiele/robots.txt
robots.txt for TYPO3
User-agent: *
# Only allow URLs generated with RealURL
Disallow: /*?id=*
Disallow: /*&id=*
# L=0 is the default language
Disallow: /*?L=0*
Disallow: /*&L=0*
@exotec
exotec / MyModel.php
Created June 14, 2018 23:46 — forked from iamandrewluca/MyModel.php
typo3 extbase categories
<?php
/**
* categories
*
* \TYPO3\CMS\Extbase\Persistence\ObjectStorage<\TYPO3\CMS\Extbase\Domain\Model\Category>
* @lazy
*/
protected $categories;
/**
* MyModel constructor.