Launch a new page in Zend/php on button click
- by BlueMonster
PHP & Zend Noob here
I've downloaded the skeleton project from here: https://github.com/zendframework/ZendSkeletonApplication
Say i want to open a new page that simply displays "hello world" text if click on the "ZF2 Development Portal" button(bottom left green button) on the page that launches --- how do i do this? See image:
I've read…