Add a new view to a custom Joomla component
问题 I'm trying to add a new view to my custom component. I've followed this post but the instructions are not quite clear to me. This is what I did: I copied the structure of my other view (called plandetails) So now I have: site controllers helpers language models views controller.php billingdetails.php //new controller plandetails.php //previous controller plandetails //previous view tmpl default.php metadata.xml view.html.php billingdetails //new view tmpl default.php view.html.php I changed