Search results for "module:Bigtop"
Bigtop - A web application data language processor
Bigtop is a language for describing the data of a web application. Usually this data will be stored in a relational database. Once you have a description of your data, you can generate a web application from it. This includes all the pieces you need ...
PHILCROW/Bigtop-0.38 - 10 Jul 2010 22:08:44 UTC
Bigtop::Parser - the Parse::RecDescent grammar driven parser for bigtop files
This module is really only designed to be used by the bigtop and tentmaker scripts. It provides access to the grammar which understands bigtop files and turns them into syntax trees. It provides various utility functions for bigtop, tentmaker, backen...
PHILCROW/Bigtop-0.38 - 10 Jul 2010 22:08:44 UTC
Bigtop::Deparser - given an AST, makes a corresponding bigtop source file
This module support TentMaker. It takes an ast as built by Bigtop::Parser....
PHILCROW/Bigtop-0.38 - 10 Jul 2010 22:08:44 UTC
Bigtop::Keywords - A central place to describe all bigtop keywords
Since many backends need to use the same keywords, it eventually dawned on me that a central place to describe would be a good thing. This is that place. By keeping all the keyword definitions here, all backends can share them. This became especially...
PHILCROW/Bigtop-0.38 - 10 Jul 2010 22:08:44 UTC
Bigtop::TentMaker - A Gantry App to Help You Code Bigtop Files
Bigtop is a language for describing web applications. The Bigtop language is fairly complete, in that it lets you describe complex apps, but that means it is not so small. This module (and the tentmaker script which drives it) helps you get the synta...
PHILCROW/Bigtop-0.38 - 10 Jul 2010 22:08:44 UTC
Bigtop::ScriptHelp - A helper modules for command line utilities
This module is used by the bigtop and tentmaker scripts. It provides convenience functions for them....
PHILCROW/Bigtop-0.38 - 10 Jul 2010 22:08:44 UTC
Bigtop::TentMakerPath - keeps track of where the tentmaker templates live
Duing initial perl Build.PL, the user is asked to supply a path for tentmaker's templates. If they do that, this module is written and later installed, to keep track of where the user wanted the templates. Then, tentmaker can call get_template_path t...
PHILCROW/Bigtop-0.38 - 10 Jul 2010 22:08:44 UTC
Bigtop::Grammar - generated by Parse::RecDescent from bigtop.grammar
PHILCROW/Bigtop-0.38
-
10 Jul 2010 22:08:44 UTC
Bigtop::Backend::CGI - defines the legal keywords for cgi backends
If you are using a Bigtop backend in the CGI family, you should read this document to find out what the valid keywords are and what effect they have. If you are writing a Bigtop::CGI:: module, you should use this module. That will register the keywor...
PHILCROW/Bigtop-0.38 - 10 Jul 2010 22:08:44 UTC
Bigtop::Backend::SQL - defines legal keywords in table and field blocks
If you are using a Bigtop backend which generates SQL, you should read this document to find out what the valid keywords inside table and field blocks are. If you are writing a Bigtop backend to generate SQL, you should use this module. That will reg...
PHILCROW/Bigtop-0.38 - 10 Jul 2010 22:08:44 UTC
Bigtop::Backend::Conf - defines the legal keywords for conf backends
If you are using a Bigtop backend in the Conf family, you should read this document to find out what the valid keywords are and what effect they have. If you are writing a Bigtop::Conf:: module, you should use this module. That will register the keyw...
PHILCROW/Bigtop-0.38 - 10 Jul 2010 22:08:44 UTC
Bigtop::Backend::Model - defines legal keywords in table and field blocks
If you are using a Bigtop backend which generates models, you should read this document to find out what the valid keywords inside table and field blocks are. If you are writing a Bigtop backend to generate models, you should use this module. That wi...
PHILCROW/Bigtop-0.38 - 10 Jul 2010 22:08:44 UTC
Bigtop::Backend::Control - defines legal keywords in control blocks
If you are using a Bigtop backend which generates controllers, you should read this document to find out what the valid keywords inside controller blocks are and what affect they have. If you are writing a Bigtop backend which generates controllers, ...
PHILCROW/Bigtop-0.38 - 10 Jul 2010 22:08:44 UTC
Bigtop::Backend::SQL::DB2 - backend to generate sql for DB2 database creation
This is a Bigtop backend which generates SQL DB2 can understand....
PHILCROW/Bigtop-0.38 - 10 Jul 2010 22:08:44 UTC
Bigtop::ScriptHelp::Style - Factory for scripts' command line and standard in handlers
This module factors command line argument and standard in handling out of scripts and ScriptHelp. It is a simple factory. Call "get_style" with the name of a style module, to receive a style suitable for passing to "<Bigtop::ScriptHelp-"get_big_defau...
PHILCROW/Bigtop-0.38 - 10 Jul 2010 22:08:44 UTC
lib/Bigtop/Backend/Model/GantryDBIxClass.pm
This module was generated by Bigtop. But, feel free to edit it. You might even want to update these docs. get_db_options The generated version sets AutoCommit to 1, this assumes that you will do all transaction work via the DBIx::Class API....
PHILCROW/Bigtop-0.38 - 10 Jul 2010 22:08:44 UTC
lib/Bigtop/Backend/Model/GantryCDBI.pm
This model inherits from [% base_class || base_class_default %] and uses its generated helper [% gen_package_name %]. It was generated by Bigtop, but is NOT subject to regeneration....
PHILCROW/Bigtop-0.38 - 10 Jul 2010 22:08:44 UTC
Bigtop::Backend::HttpdConf - defines the legal keywords for httpd conf backends
If you are using a Bigtop backend in the HttpdConf family, you should read this document to find out what the valid keywords are and what effect they have. If you are writing a Bigtop::HttpdConf:: module, you should use this module. That will registe...
PHILCROW/Bigtop-0.38 - 10 Jul 2010 22:08:44 UTC
Bigtop::Backend::Init::Std - Bigtop backend which works sort of like h2xs
PHILCROW/Bigtop-0.38
-
10 Jul 2010 22:08:44 UTC
Bigtop::Backend::SQL::MySQL - backend to generate sql for MySQL database creation
This is a Bigtop backend which generates SQL MySQL can understand....
PHILCROW/Bigtop-0.38 - 10 Jul 2010 22:08:44 UTC