jDaoCompiler
    
            
            in package
            
        
    
            
            implements
                            jISimpleCompiler                    
    
    
        
            The compiler for the DAO xml files. it is used by jIncluder It produces some php classes
Tags
Interfaces, Classes and Traits
- jISimpleCompiler
 - interface for compiler which needs only one source file.
 
Table of Contents
- compile() : bool
 - compile the given class id.
 
Methods
compile()
compile the given class id.
    public
                compile(mixed $selector) : bool
    
        Parameters
- $selector : mixed
 
Return values
bool —true : process ok
