[TYPO3-ect] kickstarter__mvc issues
Jochen Rieger
j.rieger at connecta.ag
Fri Mar 9 18:10:22 CET 2007
Some more:
By the way... I'm testing kickstarter__mvc with TYPO3 4.1 final.
Actually locally on my windows XAMPP with PHP5.
1) The controller classes won't be found because ks creates filenames in
SETUP.TXT as:
class.tx_myext_controllers_something.php
Whereas the files are named without the plural s:
class.tx_myext_controller_something.php
The s only exists in the folder name.
2) configurations/flexform.xml was not created
This leads to no output as by default (seemingly) the switch is inserted
as the plugin. But the switch as far as I could find out needs some
flexform value to decided which controller to use.
Okay, that's it for now. I have to set up my extension now by hand.
After that I hope to find some time to look at the kickstarter__mvc code
and maybe find some fixes for the above issues.
Can others confirm these behaviours on other platforms / with other
versions maybe!?
Cheers,
Jochen
Jochen Rieger schrieb:
> Hi Christian, Elmar & all,
>
> I'm just about to test your nice work around lib/div and the
> kickstarter__mvc. Impressive!
>
> Still have to dig deeper into everything.
>
> It seems that the generated model class is missing a closing bracket at
> the end. Can you confirm this?
>
> Besides, me too (just as Fernando pointed out in the other thread), I'd
> prefer the kickstarter not to create one controller per action but
> rather one method per action in the main controller.
>
> Don't know if that is possible!?
>
> Big respect,
> Jochen
More information about the TYPO3-team-extension-coordination
mailing list