I have a problem with the extends
of PHP. My code in the page.class.php
:
<?php
require_once ('globals.class.php');
require_once ('Smarty.class.php');
class CPage extends Smarty
{
.
.
.
In the Smarty.class.php
the class name is Smarty
.
So I don't know why I get this error:
Fatal error: Class 'Smarty' not found in C:\xampp\htdocs\blog\www\classes\page.class.php on line 6