Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thurloat/dashboard-tmbundle
Dashboard Framework's very own TextMate Bundle.
https://github.com/thurloat/dashboard-tmbundle
Last synced: 9 days ago
JSON representation
Dashboard Framework's very own TextMate Bundle.
- Host: GitHub
- URL: https://github.com/thurloat/dashboard-tmbundle
- Owner: thurloat
- Created: 2010-02-24T02:41:39.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2010-02-24T03:06:00.000Z (over 14 years ago)
- Last Synced: 2024-04-14T09:18:07.639Z (7 months ago)
- Homepage: http://dashboardwebapp.com
- Size: 82 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Dashboard Framework's very own TextMate Bundle.
Templates:
-- Dashboard Module
creates your initial module php class, fills it with date, GPL header and an empty class to d_build (see below)
Snippets:
-- d_build
builds a skeleton module which includes Page class, Router and other basic things
-- page_with
creates a new page class "with" structure. with option to make it a child page class
-- d_dbrow
builds a skeleton DBRow class
-- DBC
DBColumn::make snippet
-- add_facebox
Adds required CSS and JS lines to implement a facebox on the front end
-- chunk_set
simple shortcut for smarty function {chunk_set} with nice tab stops in the right places. chunk snippets are going to be
converted to smarter commands later.
Commands:
-- d_route
scans document for previously defined parent router object, and base url to generate initial snippet