Changes

m
no edit summary
Line 1: Line 1:  +
* '''mymodule/*''' contains php pages (note that you can also add any other subdir of your choice). Note: If your module is a metapackage (a module that will embed other modules in same zip, you must put here a file metapackage.conf)
 
* '''mymodule/build/''' can contains any file you develop for compiling or building package
 
* '''mymodule/build/''' can contains any file you develop for compiling or building package
 
* '''mymodule/core/modules/''' contains module descriptor file ''' modMyModule.class.php'''
 
* '''mymodule/core/modules/''' contains module descriptor file ''' modMyModule.class.php'''
Line 12: Line 13:  
* '''mymodule/sql''' contains SQL file provided by module to add new tables or indexes
 
* '''mymodule/sql''' contains SQL file provided by module to add new tables or indexes
 
* '''mymodule/theme/mytheme''' if module provide its own theme/skin
 
* '''mymodule/theme/mytheme''' if module provide its own theme/skin
* '''mymodule/*''' contains php pages (note that you can also add any other subdir of your choice). Note: If your module is a metapackage (a module that will embed other modules in same zip, you must put here a file metapackage.conf)