I am working this throuh.
But I try to build it up from scratch bit by bit.
What i did now is.
I first installed a really basic component as descriped in the first chapter of this tutorial.
Then i used modified
- the helloworld.php component
- i created the controller.php component with an empty class in it.
- then i made the view.html.php
- and the tmpl/default.php
I always use http://localhost/appartement/index.php?option=com_helloworld in my browser, to test the output.
But I ask myself
- can I go on like this, without reinstalling the component, because in the tutorial after every chapter, they reinstall a zip file.
I don't like this way of working, because if I wan't to write code myself I do it little bit by little bit.
But I wonder if by doings so, some information maybe will not be written to the system tables.