You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jelmersnoeck edited this page Mar 9, 2012
·
2 revisions
*Note: This is only tested on 3.x but I assume this should also work on 2.x versions of Fork.
Info
Each module generated by the Fork CLI Tool has its own info.xml file. In this file we store some data for events that can be triggered.
With the command ft create info <modulename> you can automatically create this data. This is also called when you do an export of the module.
Globals
This is used to easily set up projects locally. It will create the globals files and the cached config files. All you have to do now is assign the right database and domain name.
ft init
Will automatically generate your config.php files, globals.php, globals_frontend.php and globals_backend.php files.