Dieser Artikel stellt hauptsächlich die auf der Homepage von php6.0 hinzugefügte Fragenbank vor. Sie hat einen gewissen Referenzwert. Jetzt kann ich sie mit allen teilen, die sie benötigen
1. Ändern Sie die Codes von index.php und product.php so, dass sie gleich sind
<?php # MetInfo Enterprise Content Management System # Copyright (C) MetInfo Co.,Ltd (http://www.metinfo.cn). All rights reserved. define('M_NAME', 'product'); define('M_MODULE', 'web'); define('M_CLASS', 'product'); define('M_ACTION', 'doproduct_examination'); require_once '../app/system/entrance.php'; # This program is an open source system, commercial use, please consciously to purchase commercial license. # Copyright (C) MetInfo Co., Ltd. (http://www.metinfo.cn). All rights reserved. ?>
define('M_ACTION', 'doproduct_examination');
Pfad : appsystemproductweb product.class .php
//新增 题库试卷列表网页 public function doproduct_examination(){ global $_M; require_once $this->template('tem/product_examination'); }
require_once $this->template('tem/product_examination');
Vorlagenpfad: templatesmetv6 product_examination.php
Verwandte Empfehlungen:
Neue Funktionen von PHP5.5 bis PHP7.2
Das obige ist der detaillierte Inhalt vonFügen Sie der PHP6.0-Homepage eine Fragenbankspalte hinzu. Für weitere Informationen folgen Sie bitte anderen verwandten Artikeln auf der PHP chinesischen Website!