摘要: php RabbitMQ使用 参考网址: http://www.rabbitmq.com/tutorials/tutorial-three-php.html 最近研究rabbitmq队列,linux安装这样的软件一向都是很方便的,但是windows可能会比较麻烦,所以对windows的安装做个记录。 阅读全文
posted @ 2017-05-23 18:40 午火39 阅读(559) 评论(0) 推荐(0)
摘要: /** * 设置view */ $di->set('view', function () use ($config) { $view = new \Phalcon\Mvc\View(); $view->setViewsDir(BASE_PATH . $config->home_applicati... 阅读全文
posted @ 2017-05-23 14:47 午火39 阅读(1204) 评论(0) 推荐(0)