Hi there,
I had a question and I can’t seem to find any solution for it… I was recently working on a module and it is actually working fine, but in the moment I have something like this
Code:
‘oxarticlelist’ => ‘x_module/core/x_module_articlelist’,
‘start’ => ‘x_module/views/x_module_content’,
‘alist’ => ‘x_module/views/x_module_content’,
‘details’ => ‘x_module/views/x_module_content’,
‘tag’ => ‘x_module/views/x_module_content’,
‘search’ => ‘x_module/views/x_module_content’,
‘compare’ => ‘x_module/views/x_module_content’,
‘manufacturerlist’ => ‘x_module/views/x_module_content’,
as you can see I have extended almost most all page classes, I would like to simplify that, like extending one class…