Da bekomm ich das: PHP Fatal error: Class 'Test\Test\Domain\Model\TYPO3\CMS\Extbase\DomainObject\AbstractEntity' not found in C:\xampp\htdocs\typo3\typo3conf\ext\test\Classes\Domain\Model\Customer.php on line 16
die Customer.php sieht so aus <?php namespace Test\Test\Domain\Model; /** * Description of Customer * * @author Felix */ class Customer extends TYPO3\CMS\Extbase\DomainObject\AbstractEntity { public function __construct($name) { } public function getName() { return 'Sebastian Kurfürst'; } } ?> _______________________________________________ TYPO3-german mailing list TYPO3-german@lists.typo3.org http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german