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:
@@ -5,7 +5,7 @@
|
||||
*/
|
||||
|
||||
/*
|
||||
* Copyright (c) 2010-2014, Tomasz Sowa
|
||||
* Copyright (c) 2010-2021, Tomasz Sowa
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
@@ -55,7 +55,11 @@ public:
|
||||
|
||||
private:
|
||||
|
||||
std::vector<Item> item_tab;
|
||||
std::vector<Item*> dir_tab;
|
||||
|
||||
void prepare_files();
|
||||
void prepare_dirs();
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user