jISimpleCompiler

Extends

interface for compiler which needs only one source file.

The PHP file generated by the compiler should check itself if it is still valid. The file should have a "return" statement with a boolean : true if it is ok, false if it should be recompiled.

package

jelix

subpackage

core

Methods

parse the given file, and store the result in a cache file

compile(\jISelector $aSelector) : boolean

Arguments

$aSelector

\jISelector

the file selector

Response

boolean

true : process ok