zend-queue

Query builder using Zend Framework

拜拜、爱过 提交于 2019-12-08 01:20:15
问题 I am just beginning my journey into PHP Zend Framework World. The aim of my application is to develop query builder using Zend. This application will be used by many users in a network at same time. When a user performing search based on some conditions provided by the application, the system will fetch the relevant search results from the large database (More than 50 Million Records or even more). Note: One user can perform multiple search requests at a time. Each request creates a unique

Query builder using Zend Framework

你说的曾经没有我的故事 提交于 2019-12-06 08:37:05
I am just beginning my journey into PHP Zend Framework World. The aim of my application is to develop query builder using Zend. This application will be used by many users in a network at same time. When a user performing search based on some conditions provided by the application, the system will fetch the relevant search results from the large database (More than 50 Million Records or even more). Note: One user can perform multiple search requests at a time. Each request creates a unique queue id. Due to more load in the search result page, it will take some time to display the results. So,