DooPHP Sitemap Generator Tool Demo
This is a demo showing you how to use DooPHP sitemap generator tools to generate routes as well as Controller classes.
More »This is a demo showing you how to use DooPHP sitemap generator tools to generate routes as well as Controller classes.
More »This tutorial will guide you through all the steps required to get started using DooPHP through the creation of a simple To Do List Application. The tutorial is split into a number of sections and you will need to read the guide from the begining in order to understand whats going on.
The first thing we need to do is to create a new controller which will handel registration tasks. For this we will create a new Controller with the name RegistrationController and this will handel all aspects of registration. Right now this will consist of a single action – Signup. Therefore we must create a new file public_html\protected\controller\RegistrationController.php and the contents of this file will be:
More »