Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
547 views
in Technique[技术] by (71.8m points)

zend framework - Laminas: Different Layout Files for each Module

i would like to use a different layout file for each module which is set under view_manager- template_mapin the module.config.php

But for some reason both modules are always using the same Layout File. Is it not possible to use different layout files for each module ?

question from:https://stackoverflow.com/questions/65856481/laminas-different-layout-files-for-each-module

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

I have not worked on this question since ZF2 (2014) but at the time I wrote a module to answer your question. It is published on github at: https://github.com/dafap/DafapLayout It will have to be adapted to Laminas (ZF3). To do this, replace the namespaces and edit the DafapLayoutServiceConfigServiceFactory by replacing the createService() methods with __invoke(). Be careful, this module is in PSR0. Be sure to specify it in your composer.json otherwise it will not work.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

2.1m questions

2.1m answers

60 comments

56.9k users

...