/crafty/Crafty.class.php

Description

Implementation file of the Crafty main class.

 PROJECT    : Crafty
              Template Engine.
 AUTHOR     : Crafty Team 
 COPYRIGHT  : (c) Thomas Ilsche, 2004

 FILE       : [ROOT]\Crafty.class.php
 DESCRIPTION: Implementation file of the Crafty main class.

This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA

Classes
Class Description
Crafty Crafty main class implementation
Constants
CRAFTY_COMPILE_ALWAYS = 2 (line 57)

Compile unconditionally whenever Crafty::display() is called.

Constant for use in Crafty::display()

CRAFTY_COMPILE_AUTO = 1 (line 52)

Compile if template file date is more recent than compiled template file date. Counts only for the initial template file.

Constant for use in Crafty::display() If you only changed a .block tpl then simply `touch` the initial template.

CRAFTY_COMPILE_NEVER = 3 (line 62)

Never compile, except the include file does not exists.

Constant for use in Crafty::display()

CRAFTY_VERSION = '1.0.4.2005.02.18' (line 42)

Crafty version number

Documentation generated on Sat, 19 Feb 2005 01:43:38 +0100 by phpDocumentor 1.3.0RC3