changed: now Request class is a model class - we have fields() method there to map fields for ezc templates (currently only dir_tab)
removed: [dir_tab] ezc statement changed: Ls winix function loads its own dir_tab container (beforehand it was loaded by [dir_tab] ezc statement) it's available by [child_dirs] name
This commit is contained in:
@@ -190,6 +190,9 @@ public:
|
||||
void is(Ezc::FunInfo<HtmlTextStream> & env);
|
||||
void dir_link(Ezc::FunInfo<HtmlTextStream> & env);
|
||||
void link(Ezc::FunInfo<HtmlTextStream> & env);
|
||||
void is_parent_for_current_dir(Ezc::FunInfo<HtmlTextStream> & env);
|
||||
void is_current_dir(Ezc::FunInfo<HtmlTextStream> & env);
|
||||
void is_root(Ezc::FunInfo<HtmlTextStream> & env);
|
||||
|
||||
|
||||
protected:
|
||||
|
Reference in New Issue
Block a user