I read the demo code for building up the online shop, the code comes from Practical CakePHP. I found there are some spots the book did not mention. I read the cake view tutorial and summerized some convention below for quick reference:
CakePHP view files are written in plain PHP and ...
