localhost/joomla/index.php?option=com_helloworld&view=tops
Just for an example, say I have a shop that sells clothing, and I want to categorize the different types:
- Tops
- Shirts
- Business
- Casual
- Dress
- Collared
- Casual
- Tshirts
- Shirts
- Pullovers
- Hoodies
- site/src/Views/tops/shirts/business/casual/HtmlView.php
- site/src/Views/tops/shirts/business/dress/HtmlView.php
- site/src/Views/tops/shirts/collared/HtmlView.php
- site/src/Views/tops/shirts/casual/HtmlView.php
- site/src/Views/tops/pullovers/HtmlView.php
- site/src/Views/tops/hoodies/HtmlView.php
- site/tmpl/Views/tops/shirts/business/casual/default.php
- site/tmpl/Views/tops/shirts/business/dress/default.php
- site/tmpl/Views/tops/shirts/collared/default.php
- site/tmpl/Views/tops/shirts/casual/default.php
- site/tmpl/Views/tops/pullovers/default.php
- site/tmpl/Views/tops/hoodies/default.php