Quantcast
Channel: Joomla! Forum - community, help and support
Viewing all articles
Browse latest Browse all 2381

Joomla! 4.x Coding • Re: How to fix error 00 Call to a member function get() on null ($listOrder)

$
0
0
Joomla derives list view name by pluralizing the item view. If you stick with core MVC, that would be the convention to follow. But alternatively you can declare the list view name in your controller:

Code:

class FaqcontentitemController extends FormController {    protected $view_list = 'faqcontent';}

Statistics: Posted by SharkyKZ — Sat Mar 30, 2024 9:44 am



Viewing all articles
Browse latest Browse all 2381

Trending Articles