Posts by Rafael Kuniyoshi • 1 point
2 posts
-
0
votes2
answers422
viewsA: Fatal error when creating a new Zend Skeleton Application module
I believe the problem lies in your "src" folder. The correct thing would be to have a folder with the module name and, yes, to have the controller folder and the Module.php file, exemplified below.…
-
0
votes4
answers5322
viewsA: Send Javascript array via Ajax with jQuery for PHP file
I think you can use jQuery’s $.ajax function, but first you need to turn your array into a JSON string. A good way is to use JSON.stringify. Link to JSON.stringify documentation() Code to make ajax…
javascriptanswered Rafael Kuniyoshi 1