-
Notifications
You must be signed in to change notification settings - Fork 30
016. Adding Ordering and Filter
Now, we want to create a view on the front end.
Newly created files
administrator/components/com_foos/forms/filter_foos.xml
administrator/components/com_foos/sql/updates/mysql/1.16.0.sql
Modified files
administrator/components/com_foos/Model/FooModel.php
administrator/components/com_foos/Model/FoosModel.php
administrator/components/com_foos/View/Foos/HtmlView.php
administrator/components/com_foos/foos.xml
administrator/components/com_foos/forms/foo.xml
administrator/components/com_foos/language/en-GB/en-GB.com_foos.ini
administrator/components/com_foos/tmpl/foos/default.php
administrator/components/com_foos/tmpl/foos/modal.php
Click here to see all changes compared to the last chapter.
Now you can zip all files and install them via Joomla Extension Manager. After that you can see a link to your component in the left side menu. Clicking on this link will open the basic backend view.
Now we have . Up to now we have no . We are going to work on this in the next chapter.