2017-25 © Pedro Peláez
 

library yii-sakila-crud

Yii Framework test-module with gtc slim templates on saklia MySQL demo database

image

schmunk42/yii-sakila-crud

Yii Framework test-module with gtc slim templates on saklia MySQL demo database

  • Thursday, September 19, 2013
  • by schmunk
  • Repository
  • 1 Watchers
  • 0 Stars
  • 159 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Quick-quick guide

Create Phundament project (app-crud branch), (*1)

composer.phar -sdev --prefer-dist create-project phundament/app app-crud

Install sakila module, (*2)

composer.phar require schmunk42/yii-sakila-crud:@dev

Update your local config, (*3)

  • update to MySQL
  • enable sakila module
  • enable gii, gtc and giix
    'gii' => array(
        'class'          => 'system.gii.GiiModule',
        'generatorPaths' => array(
            'vendor.phundament.gii-template-collection', // gtc generators
            'ext.giix.generators',                       // giix generators
            'bootstrap.gii',                             // bootstrap generator
        ),
    ),


    'import'     => array(
        'ext.giix.components.*',
    ),

Update your local console config, (*4)

  • enable migration-module

Run giic, (*5)

php vendor/schmunk42/giic/giic.php giic generate sakila

Finally, open http://phundament.local/index.php?r=sakila, (*6)

The Versions

19/09 2013

dev-master

9999999-dev http://phundament.com/

Yii Framework test-module with gtc slim templates on saklia MySQL demo database

  Sources   Download

BSD

The Requires

  • php >=5.3.0

 

crud yii gii-template-collection