ホームページ >バックエンド開発 >PHPチュートリアル >php6.0ホームページに質問バンク列を追加

php6.0ホームページに質問バンク列を追加

不言
不言オリジナル
2018-05-08 10:39:091988ブラウズ

この記事はphp6.0のホームページに追加された質問バンクのコラムを中心に紹介していますので、困っている人は参考にしてください

1。と product.php どちらのコードも同じです

<?php
# MetInfo Enterprise Content Management System
# Copyright (C) MetInfo Co.,Ltd (http://www.metinfo.cn). All rights reserved.

define(&#39;M_NAME&#39;, &#39;product&#39;);
define(&#39;M_MODULE&#39;, &#39;web&#39;);
define(&#39;M_CLASS&#39;, &#39;product&#39;);
define(&#39;M_ACTION&#39;, &#39;doproduct_examination&#39;);
require_once &#39;../app/system/entrance.php&#39;;

# 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(&#39;tem/product_examination&#39;);
	}

require_once $this->template ('tem /product_examination');

テンプレートパス: templatesmetv6 product_examination.php

関連推奨事項:

PHP5.5 から PHP7.2 への新機能の配置


以上がphp6.0ホームページに質問バンク列を追加の詳細内容です。詳細については、PHP 中国語 Web サイトの他の関連記事を参照してください。

声明:
この記事の内容はネチズンが自主的に寄稿したものであり、著作権は原著者に帰属します。このサイトは、それに相当する法的責任を負いません。盗作または侵害の疑いのあるコンテンツを見つけた場合は、admin@php.cn までご連絡ください。