dimis283
(Dimis283)
1
I have a widget groups/GroupsWidget and I want this to call groups/grouplist.php view.
So I write $this->render(‘groups/groupsfirst’) but I have an error.How can I call a view in a subfolder,at the components views directory
[edit]I use the folder alias at config file.
adamkrajcs
(Adam Krajcs)
2
You should try: $this->render(‘application.components.groups.groupsfirst’)