History of Anatomy of a Package
Version 1
The following files make up a bitweaver package. Your packages is free to do and act however it pleases. However, the following files are standardized and the core packages will look for these files in your packages. Only one is truly required.
File | Description | Col 3 |
---|---|---|
bit_setup_inc.php | This is the only file required for a package. It registers information about the package during initial setup. | |
admin/schema_inc.php | If your package has any database information, the information is defined in this file. It will be scanned during install, and a few adminstration pages | |
modules/ | This directory contains the interfaces blocks that can be arranged in various layouts | |