We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

phalcon mvc-master/multiple

i upload all files from mvc-master/multiple
but when i open url / , it only show :
frontend-index index

then i open /login, it show : backend-login index

i'm stuck in here thanks



58.4k

what is questions of you ?

That's actually successful, its showing what its intended to. Although there aren't any views or master layout for that template. Have a look at the file at: mvc-master\multiple\apps\library\Acl.php That is where that text is printed out.

There is a "multiple\apps\frontend\Module.php", that is where the Acl.php stuff is set to load, the backend directory has a Module.php as well.

The tutorials in the documentation shows how the view stuff works.

thanks, but when i add views for it, suddenly it caused an error

That's actually successful, its showing what its intended to. Although there aren't any views or master layout for that template. Have a look at the file at: mvc-master\multiple\apps\library\Acl.php That is where that text is printed out.

There is a "multiple\apps\frontend\Module.php", that is where the Acl.php stuff is set to load, the backend directory has a Module.php as well.

The tutorials in the documentation shows how the view stuff works.