0

Please tell me what is the path of this line. please advice about files...

Phpfox::getLib('module')->setController('photo.view');

Jaiprakash Singh
  • 73
  • 1
  • 2
  • 6

1 Answers1

0
Phpfox::getLib('module')->setController('photo.view');

this syntax used to set another controller with in controller file.

photo.view

Photo - module name
view  - controller name

/module/photo/include/component/controller/view.class.php 

here is the file
Ankit Agrawal
  • 6,034
  • 6
  • 25
  • 49