Chapter 7: Improving the Dashboard
232
Figure 7-17
echo anchor(‘welcome/product/’.$list[‘id’],’see details’). “ < br/ > \n”;
echo anchor(‘welcome/cart/’.$list[‘id’],’add to cart’). “\n < /div > ”;
}
? >
< /div >
Your product view should look something like Figure 7 - 17 when you ’ re done.
Revisiting the Sprint Backlog
When you review the sprint backlog, you ’ re pleased to see that all items have been completed, not to
mention an extensive rewrite of how product colors and sizes feature in the application.
- Create a series of admin controllers (in their own folder). DONE.
- Secure those controllers and build a login form on the public side. DONE.
- Create a new model for admin users. DONE.
- Create controllers and views to administer those users. DONE.