Changeset 322 for trunk/docs/notes.txt
- Timestamp:
- 10/28/04 17:51:30 (4 years ago)
- Files:
-
- trunk/docs/notes.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/docs/notes.txt
r213 r322 11 11 Todo: 12 12 ----- 13 * Implement 'r ealtime' functions.14 R ealtime functions are object that will store template content and parse the13 * Implement 'runtime' functions. 14 Runtime functions are object that will store template content and parse the 15 15 content instead of the patTemplate processor. 16 16 17 17 class patTemplate_Function_Foo extends patTemplate_Function 18 18 { 19 var $type = PATTEMPLATE_FUNCTION_R EALTIME;19 var $type = PATTEMPLATE_FUNCTION_RUNTIME; 20 20 21 21 /** … … 35 35 * Implement output cache 36 36 * Implement instance 37 * Find a way to "quote" { and }38 37 * implement parseInto="foo.bar" 38 * Implement __autoload(), which is called, when a template is accessed that's 39 not yet loaded
