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
Post a Comment