[TYPO3-ect] No juice out of apple...
R. van Twisk
typo3 at rvt.dds.nl
Fri Mar 2 14:48:36 CET 2007
Hey Guys,
for a little hobby project I decided no to use the classic way, but
using MVC with lib/div.
I feel it's best to use some pattern, then no pattern at all and I think
it's good
that during a 'beer' conversation in a pub about MVC I also know what
everybody is talking
about.
So I have this installation of typo3 4.0.4 with the latest version of
lib/div and TV installed.
When I add apples to my page, and insert the static template I don't get
any juice from it.
I did these tests:
1) Added this to my setup.txt to check if it was included (OK)
page.1 = TEXT
page.1.value = Where is my juice?
2) Then I add this to tx_apples_controllers_example (Not OK)
class tx_apples_controllers_example extends tx_lib_controller{
function exampleAction() {
print 'Where is my juice?;
...........
........
So it looks like that exampleAction is not called at all.
What could be the reason for that, did I miss anything in tha installation?
thanks for the help,
Ries
More information about the TYPO3-team-extension-coordination
mailing list