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

parameters problem with multi module

Hi I have a problem, I use /controller/action/parameter:value/parameter:value dispatcher link style and ı add some routers: https://paste.ubuntu.com/10674007/

its get error: Notice: Undefined offset: 1 in apps/frontend/Module.php on line 48

my dispatcher function: https://paste.ubuntu.com/10674012/

and I try parameter/value/parameter/value style its havent error but get null parameters value



3.7k
Accepted
answer

I solved this, dispatcher function: https://paste.ubuntu.com/10677468/