php - Zend2 : how default skeleton 'Application module' is rendered, when i trigger Album module? -


iam starting zend2. went through zend doc , useful in setting project/ understand flow. setup first module album (mentioned in tutor) , working fine.
what wanted understand is,
trigger album module using link http://localhost/album , browser output in such way album module output embedded default module 'application'. when trigger localhost url http://localhost/album, expect output of album module written in viewscripts , it's output basic html output table. please let me know how application module gets executed when trigger album module?

aware configure userdefined modules in zf\config\application.config.php file

know myquery here basic thing didnt understand. appreciated.

when zf2 application booted modules in application.config.php loaded. misconception think if use route module other modules ignored. explained here , this flow chart can helpful understand zf2 processes.


Comments

Popular posts from this blog

java - Date formats difference between yyyy-MM-dd'T'HH:mm:ss and yyyy-MM-dd'T'HH:mm:ssXXX -

c# - Get rid of xmlns attribute when adding node to existing xml -