Open franzholz opened 11 years ago
Thanks!
Another misspelling:
AbstractModel.php: "this must be set before the costructor is called"
==> constructor
The strings in the example comment should be escaped:
* 'album' => 'JohnDoe\\Myext\\Model\\Album'
instead of * 'album' => 'JohnDoe\Myext\Model\Album'
Hello Dmitry,
I wanted to tell you a mistake in your class description:
https://github.com/dmitryd/typo3-simplemvc/blob/master/Classes/Controller/AbstractController.php
This can be changed by the derieved class by defining
==> derived class See: http://www.dict.cc/?s=derived+class
==> Derived
Regards,
Franz