2017 © Pedro Peláez
 

library architect

Data class generator for sypherlev/blueprint

image

sypherlev/architect

Data class generator for sypherlev/blueprint

  • Monday, June 11, 2018
  • by sypherlev
  • Repository
  • 1 Watchers
  • 0 Stars
  • 56 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 44 % Grown

The README.md

Architect

Architect is a command line code generator for the Blueprint database package, to be used with the Chassis framework., (*1)

Usage

From the project root, run:, (*2)

bin/architect database_prefix table_name optional_template_filename, (*3)

Architect will attempt to generate a Data class from either the optional template file provided, or the default contained in the package. The database prefix is the same as used in the Chassis framework .env file. The table name is the table to be used as the primary table in the template., (*4)

Blueprint Data classes do not have a one-to-one relationship with individual tables. Generated classes here should be used as a base to flesh out additional complex relations., (*5)

New Data classes will be stored in /src/DBAL., (*6)

The Versions

11/06 2018

dev-master

9999999-dev

Data class generator for sypherlev/blueprint

  Sources   Download

MIT

The Requires

 

The Development Requires

by Claire Ryan

orm database sql query