Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

a framework plugin in another framework (e.g. Symfony)

Is it possible to use a Symfony plugin in a CMS being built with another framework like Cake or Zend? How independent are those plugins?

like image 973
dave Avatar asked Apr 19 '26 02:04

dave


1 Answers

question is a little too abstract.

the answer to "is it possible...?" is "yes" but the needless complexity associated with mixing frameworks of different design intent is questionable at best.

cake / zend are loosely-coupled intent fw, i.e. you can pick and choose script from various places into your cms project-set and it will still work. but symfony is a tightly-coupled fw where placement of scripts are expected in "sf" standard places or things break.

each on its own has nice advantages, but if study google results for "symfony sucks", "cakephp sucks", and "zend framework sucks" you can just imagine combining the disadvantages of each fw to ensure a no-sleep-nights worst-case scenarios. :D

2c

like image 91
antoniuslin Avatar answered Apr 21 '26 18:04

antoniuslin



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!