- Click the "Download" button.
- Unzip the download
- Rename the folder to Fuel.tmbundle
- Double-click
- Done
- fcontroller - Creates a new Controller class (many tab-stops)
- ftempcontroller - Creates a new Template_Controller class (many tab-stops)
- faction - Creates a new Controller Action (many tab-stops)
- fresp - Inserts
$this->response
- frespbody - Inserts
$this->response->body = ;
(tab-stop before ;) - fredirect - Inserts
Response::redirect('/');
(tab-stop on '/') - fview - Inserts
View::factory('index')
(tab-stop on 'index') - furic - Inserts
Uri::current()
- furicr - Inserts
Uri::create('/')
(tab-stop on '/')
It is very early and not much is in there yet so help out! Feel free to fork and send pull requests!
Very simple:
- All Tab Triggers must start with the letter "f"
- Must conform to our Coding Standards
- Add all Tab Triggers to the list above.
Try to be as concise as possible with the tab triggers, but have them still make sense.