开发者

how to get content from another module - symfony

开发者 https://www.devze.com 2023-03-31 13:06 出处:网络
I need to get fields from another module. How can I do this in symfony? (e.g.: I\'m need s开发者_开发问答omething from module=\"x\" to be working in the showSuccess.php from module=\"y\")The only opt

I need to get fields from another module. How can I do this in symfony? (e.g.: I'm need s开发者_开发问答omething from module="x" to be working in the showSuccess.php from module="y")


The only options I know would be either to make a com-class, which stores relevant values of other modules or to hand over the special information from Module x to y.

http://symphony-cms.com/learn/concepts/view/url-parameters/

0

精彩评论

暂无评论...
验证码 换一张
取 消