Home  >  Article  >  Backend Development  >  Views rows style模板重写代码_php文摘_PHP

Views rows style模板重写代码_php文摘_PHP

WBOY
WBOYOriginal
2016-06-01 12:16:48978browse

以下是代码例子。
复制代码 代码如下:
$nid = $row->nid;
$country = db_result(db_query('SELECT name FROM {term_data} term_data JOIN {term_node} term_node ON term_node.tid = term_data.tid WHERE term_data.vid = %d AND term_node.nid = %d', 1, $nid));
$investment = db_result(db_query('SELECT name FROM {term_data} term_data JOIN {term_node} term_node ON term_node.tid = term_data.tid WHERE term_data.vid = %d AND term_node.nid = %d', 2, $nid));
?>


content ?>

content ?>




content ?>


content ?>
content ?>



Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn