single page controller issue
Permalink
i have a dashboard page in a package.
called 'add_gallery' it is located in 'single_pages/dashboard/shadow_gallery/add_gallery.php'
its controller is located in 'controllers/dashboard/shadow_gallery/add_gallery.php'
in the controller i put on top this code:
class DashboardAddGalleryController extends Controller {
am i doing something wrong? its not working.
does anyone have any idea?
thanks a lot.
called 'add_gallery' it is located in 'single_pages/dashboard/shadow_gallery/add_gallery.php'
its controller is located in 'controllers/dashboard/shadow_gallery/add_gallery.php'
in the controller i put on top this code:
class DashboardAddGalleryController extends Controller {
am i doing something wrong? its not working.
does anyone have any idea?
thanks a lot.
Follow this:
For Single Page:
For Controller
And the class should be:
Hope it helps!
Rony