neuen Fehler ;-) Ich melde mich ggf. wieder hier...
Gruß, Johannes.
-Ursprüngliche Nachricht-
Von: typo3-german-boun...@lists.typo3.org
[mailto:typo3-german-boun...@lists.typo3.org] Im Auftrag von Thomashabe ich
folgenden Code
Nussbaumer
Gesendet: Samstag, 10. Mai 2014 11:59
An: typo3-
rag von Thomas
> > Nussbaumer
> > Gesendet: Samstag, 10. Mai 2014 11:59
> > An: typo3-german@lists.typo3.org
> > Betreff: Re: [TYPO3-german] Extbase - Cannot redeclare class...
> >
> > Hallo Johannes
> >
> > Verwende im Controller Dependency In
3.org] Im Auftrag von
> Thomas Nussbaumer
> Gesendet: Samstag, 10. Mai 2014 11:59
> An: typo3-german@lists.typo3.org
> Betreff: Re: [TYPO3-german] Extbase - Cannot redeclare class...
>
> Hallo Johannes
>
> Verwende im Controller Depend
Hallo Johannes
Verwende im Controller Dependency Injection:
/**
* @var Tx_ScCruisePlan_Domain_Repository_CruiseRepository
* @inject
*/
protected $cruiseRepository;
public function listAction() {
$this->view->assign('cruises',
$this->$cruiseRepository->findBySelectedCriteria($this->settin
: Freitag, 9. Mai 2014 15:55
> An: 'German TYPO3 Userlist'
> Betreff: [TYPO3-german] Extbase - Cannot redeclare class...
>
> Hallo,
>
> ich schreibe gerade an einer Extension unter TYPO3 / Extbase
> 4.7, habe aber noch wenig Erfahrung in der
> Extension-Programmierun
chris
-Ursprüngliche Nachricht-
Von: typo3-german-boun...@lists.typo3.org
[mailto:typo3-german-boun...@lists.typo3.org] Im Auftrag von JCL - Johannes C.
Laxander
Gesendet: Freitag, 9. Mai 2014 15:55
An: 'German TYPO3 Userlist'
Betreff: [TYPO3-german] Extbase - Cannot redec
Hallo,
ich schreibe gerade an einer Extension unter TYPO3 / Extbase 4.7, habe aber
noch wenig Erfahrung in der Extension-Programmierung und weiß deshalb nicht was
die Ursache für diese Fehlermeldung ist:
Fatal error: Cannot redeclare class Tx_ScCruisePlan_Repository_CruiseRepository
in /.../