How can i add my own jQuery plug-in located in my zf path \"public/js/isround.js\"? - to apply using Zend framework instead of manually putting this:开发者_运维百科
I need to have an autocomplete functionality using jquery, and I\'ve encountered ZendX_JQuery which has such functionality available.
I have a problem, I don\'t find good examples of \"autocomplete\" with zend framework (using jQuery with zendx). I need one that works to understand how to develop it.
I have a system with a globally open mysql connection to the local server. In one of my files I am opening an additional connection to a remote machine.