create wordpress plugin with zend framework 2
问题 I want to develop a membership plugin under wordpress and for this I want to use zend framework 2. Does anyone managed to create a wordpress plugin using zend framework 2? I'm new to zf and I do not know how and where to start from. I tried to start from zend skeleton application but got stuck at add_menu_pages and displaying a simple dashboard. Can anyone give me some ideas or links. Thanks! Updated ! I managed to get this working! I just needed to use a PhpRenderer. For those who need a