이 글은 주로 php6.0 홈페이지에 추가된 문제은행 칼럼을 소개하고 있습니다. 이제 모든 분들과 공유하겠습니다. 도움이 필요한 친구들은 참고하시면 됩니다
1. 및 product.php 두 코드는 동일합니다
<?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');
경로: appsystemproductweb product.class.php
//新增 题库试卷列表网页 public function doproduct_examination(){ global $_M; require_once $this->template('tem/product_examination'); }
require_once $this->template ('tem /product_examination');
템플릿 경로: templatemetv6 product_examination.php
관련 권장 사항:
위 내용은 php6.0 홈페이지에 문제 은행 열 추가의 상세 내용입니다. 자세한 내용은 PHP 중국어 웹사이트의 기타 관련 기사를 참조하세요!