Show
Ignore:
Timestamp:
10/28/04 17:51:30 (4 years ago)
Author:
schst
Message:

updated news, added todos

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/docs/notes.txt

    r213 r322  
    1111Todo: 
    1212----- 
    13 * Implement 'realtime' functions. 
    14   Realtime functions are object that will store template content and parse the 
     13* Implement 'runtime' functions. 
     14  Runtime functions are object that will store template content and parse the 
    1515  content instead of the patTemplate processor. 
    1616   
    1717  class patTemplate_Function_Foo extends patTemplate_Function 
    1818  { 
    19     var $type = PATTEMPLATE_FUNCTION_REALTIME; 
     19    var $type = PATTEMPLATE_FUNCTION_RUNTIME; 
    2020     
    2121    /** 
     
    3535* Implement output cache 
    3636* Implement instance 
    37 * Find a way to "quote" { and } 
    3837* implement parseInto="foo.bar" 
     38* Implement __autoload(), which is called, when a template is accessed that's 
     39  not yet loaded