From: Jimmy H. <ji...@ha...> - 2001-07-10 12:20:51
|
Hi alex, Yeah it's me again :) I have a question, I just understood (a little bit) about how modules work...., please correct or add: 1. Implement small logics into separate modules (e.g. news display) 2. put the template needed by the module in a subdirectory under that module's directory. 3. in Module::Output() I can import the template using the import syntax (does this mean the directory can't have dot in the name?) Smarty uses a fixed directory for its template files (as well as a separate dir for compiled template files). How can it fit in binarycloud's directory model? Thanks |