[TYPO3-german] Eigene Typo3 Extension??

Felix Hohlwegler felix.hohlwegler at gmx.de
Sun Nov 16 13:21:20 CET 2014


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';
    }

}

?>


More information about the TYPO3-german mailing list