サイト構造
コード:
site
┗includes
┗class.inc
⁄templet
┗index.htm ┗content .htm
⁄index.php
┗content.php
ライブラリ構造
コード:
-- データベース: `test`
-- テーブル構造 `test`
CREATE TABLE `test` (
`id` smallint(3) NOT NULL auto_increment,
`name` varchar(10) NOT NULL デフォルト '',
`sex` enum('male' ,' Female') NOT NULL デフォルト '男性' 、
`age` smallint(2) NOT NULL デフォルト '0'、
`email` varchar(20) NOT NULL デフォルト ''、
PRIMARY KEY (`id`)
) TYPE= MyISAM AUTO_INCREMENT=1;
--------------- class.inc ファイル --------
コードをコピー コードは次のとおりです。 class mycon{
private $myhost;
private $mypwd; > function mycon($host="localhost",$user="root",$pwd=""){
$this->myhost = $host
$this->myuser = $user; ;
$this->mypwd = $pwd;
}
function connect(){
return mysql_connect($this->myuser,$this-> ;mypwd); > $ this->source_file = file_get_contents($filename); preg_replace("| {".$tags."}|",$vals,$this->source_file);
$an = count($tags);
for($i=0; $i<$an;$i ){
$tags[$i] = "|{".$tags[ $i]."}|"
} $vals,$this->source_file); -------------index.h tm ファイル -------- ---------
コードをコピー
コードは次のとおりです:
{名前} | gt;{性別} | gt;{年齢} | gt;{メールアドレス} | 🎜>------ -----------content.htm ファイル----------------------{名前} |
性別 TD>{年齢} |