Silla.IO API
  • Namespace
  • Class
  • Tree
  • Todo
  • Download

Namespaces

  • App
    • Controllers
  • CMS
    • Controllers
    • Helpers
    • Models
  • Configurations
    • CI
    • Development
    • Production
    • Staging
  • Core
    • Base
    • CLI
      • Cache
      • DB
    • Helpers
    • Modules
      • Cache
        • Adapters
        • Interfaces
      • Crypt
      • DB
        • Adapters
        • Decorators
          • Interfaces
        • Features
          • Paginator
        • Interfaces
      • Registry
      • Render
        • Adapters
        • Interfaces
      • Router
      • Session
        • Adapters
        • Interfaces
  • None
  • Tasks
    • DB

Classes

  • DB
  • Generate

Class DB

Class DB definition.

Final
Namespace: Core\CLI
Located at cli/db.php

Methods summary

public static
# __callStatic( string $name, array $arguments )

Generic call method.

Generic call method.

Parameters

$name
Method name.
$arguments
Method parameters.
public static
# create( )

Create action.

Create action.

public static
# migrate( boolean $version = null )

Migrate method.

Migrate method.

Parameters

$version
Version string.
public static
# rollback( integer $step = 1 )

Rollback method.

Rollback method.

Parameters

$step
Count of steps to rollback.

Properties summary

public static array $migrations

Migrations container.

Migrations container.

# array()
Silla.IO API API documentation generated by ApiGen