Jelix 1.8.8

jISimpleCompiler
in

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.

Tags
subpackage

core

Table of Contents

compile()  : bool
parse the given file, and store the result in a cache file.

Methods

compile()

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

public compile(jISelector $aSelector) : bool
Parameters
$aSelector : jISelector

the file selector

Tags
Return values
bool

true : process ok

Search results