赞
踩
{
"require": {
"elasticsearch/elasticsearch": "~5.0"
}
}
function actionArticle()
{
$open_sites = Yii::$app->getDb()->createCommand(
"select indicator from {
{%site}} where status = 1 order by id asc"
)->queryAll();
if (empty($open_sites)) {
return 0;
}
foreach ($open_sites as $open_site) {
$indicator
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。