...
Code Block | ||
---|---|---|
| ||
$template->menu('Add To Do', $this->url()->makeUrl('/to-do-list/add')); |
Click on `ADD TO DO`, a not found page will be shown, The next chapter will guide you how to create new controller to handle `Add` process, show input form about to do list task, store item to database. [Next Chapter](add-todo.md)