anytime I write this:
$this->setTemplate('module/action');
I get this error:
The template "module / actionSuccess.php" does not exist or is unreadable in "".
So how to install a template from another module?
Xavi
According to the API Documentation :
$this->setTemplate('action', 'module');
Source: https://habr.com/ru/post/1741577/More articles:Can SiteB restrict access to authenticated users on Site A only? How? - authenticationAuthentication for SaaS - authenticationCan I get to the database from a custom binder? - asp.net-mvcNetBeans does not like libraries in lib-src - javalong php processes - phpIs proper WCF TCP message order guaranteed for multiple send threads? - multithreading.NET Build Process - .netHow to run "make install" from Xcode - xcodeWindows Aero areas in native C # applications - c #Can a div with a certain height (in CSS) automatically scale? - htmlAll Articles