<?php
function __autoload($class){
include $class.'.php';
}
$t = new tController();
$t->index();<?php
class Controller {
function render($temple, $arr){
extract($arr);
ob_start();
include $temple;
$content = ob_get_contents();
ob_end_clean();
echo $content;
}
}<?php
class tController extends Controller{
function index(){
$this->render('t.php', array('name'=>'aaaaaaaaaaa'));
}
}<html>
<header>
<title></title>
</header>
<body>
<?php echo @$name; ?>
<form method="post" action="">
用户名:<input name="username" type="text" value=""><br>
密码: <input name="password" type="password"><br>
<input name="submit" type="submit" value="提交">
</form>
</body>
</html>
海洋影视管理系统(seacms,海洋cms)是一套专为不同需求的站长而设计的视频点播系统,灵活,方便,人性化设计简单易用是最大的特色,是快速架设视频网站首选,只需5分钟即可建立一个海量的视频讯息的行业网站。 海洋cms采用PHP+MYSQL架构,原生PHP代码带来卓越的访问速度和负载能力免去您的后顾之优。海洋cms支持一键转换原max的模板和数据,实现网站无缝迁移到新平台。众多人性化功能设计,超
116
PHP怎么学习?PHP怎么入门?PHP在哪学?PHP怎么学才快?不用担心,这里为大家提供了PHP速学教程(入门到精通),有需要的小伙伴保存下载就能学习啦!
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号