我extends
对 PHP 有疑问。我的代码在page.class.php
:
<?php
require_once ('globals.class.php');
require_once ('Smarty.class.php');
class CPage extends Smarty
{
.
.
.
在Smarty.class.php
类名中是Smarty
.
所以我不知道为什么会出现这个错误:
致命错误:第 6 行的 C:\xampp\htdocs\blog\www\classes\page.class.php 中找不到类“Smarty”