php
zend framework 2 module: call function to populate a dropdownlist in the frontend
Hi im busy creating a module. Now my problem is, i really want to understand how i would approach this problem. 1.I got a front-end that needs a dropdownlist that must be populated with data from a service function call to an api. MyService.php public function myFunction() { return $call->get(/list/); } Now how would i get the data as easy as possible to be used by others in the front-end when writing this Zend Framework 2 Module? I would be happy to learn and be shown the right way.
Related Links
how can i send registration confirmation link in email from localhost using php
Unable to solve Undefined offset error
Security for login by session in php
Post image only with a e keyword
how to push a file first time but avoid from next time (from push, hence pull)
How to run command from bundle in app controller in Symfony3?
Change order of WP Job Manager job tags
BOLT CMS - disable search for certain field
php foreach combine 2 array into 1 row (workdays & data)
Advance Product Manager (exporting issues)!
How can I convert BASE64 to Image in Codeigniter?
Make check box default unchecked on D_Quickcheckout opencart
Gravity Forms Addon - init_frontend
Debugging why file isn't displaying UTF-8 characters
Pass xml data to API using CURL scripting
PHP - How to extract content from a div via Regex