Phundament App Class Reference
  • Package
  • Class
  • Tree

Packages

  • bootstrap
    • widgets
      • input
  • Image
  • None
  • p3admin
  • p3extensions
    • behaviors
    • commands
    • components
    • helpers
    • widgets
  • p3media
    • actions
    • controllers
    • models
  • p3pages
    • models
  • p3widgets
    • components
    • models
  • PHP
  • system
    • db
      • ar
    • gii
    • web
      • auth
      • helpers
      • widgets
  • yiiext
    • widgets
      • fancybox
      • lipsum
  • zii
    • widgets
      • grid

Classes

  • ActivationController
  • AdminController
  • AssignmentController
  • AssignmentForm
  • AuthChildForm
  • AuthItemController
  • AuthItemForm
  • BaseP3Widget
  • BaseP3WidgetMeta
  • BaseP3WidgetTranslation
  • Bootstrap
  • CImageComponent
  • CKEditor
  • CodeProvider
  • DefaultController
  • EChosen
  • EDbMigration
  • EditableField
  • EditableSaver
  • EMigrateCommand
  • ESelect2
  • EUserFlash
  • FullCrudFieldProvider
  • GenerateForm
  • IdentificationColumnValidator
  • InstallController
  • JSONEditorView
  • JuiJSONEditorInput
  • LoginController
  • LogoutController
  • Metadata
  • P3CrudFieldProvider
  • P3MediaController
  • P3MediaMetaController
  • P3MediaSelect
  • P3PageController
  • P3PageMetaController
  • P3PageTranslationController
  • P3Widget
  • P3WidgetController
  • P3WidgetMetaController
  • P3WidgetTranslation
  • P3WidgetTranslationController
  • ProfileController
  • ProfileFieldController
  • RAuthItemBehavior
  • RAuthItemChildDataProvider
  • RAuthItemDataProvider
  • RAuthItemParentDataProvider
  • RAuthorizer
  • RController
  • RDbAuthManager
  • RecoveryController
  • RegistrationController
  • RegistrationForm
  • RGenerator
  • Rights
  • RightsFilter
  • RightsModule
  • RInstaller
  • RPermissionDataProvider
  • RUserBehavior
  • RWebUser
  • UActiveForm
  • UploadHandler
  • UserChangePassword
  • UserController
  • UserIdentity
  • UserLogin
  • UserModule
  • UserRecoveryForm
  • UWdropDownDep
  • UWfile
  • UWjuiAutoComplete
  • UWjuidate
  • UWrelBelongsTo
  • WebUserBehavior

Class EDbMigration

EDbMigration

CComponent
Extended by CDbMigration
Extended by EDbMigration
Author: Carsten Brandt <mail@cebe.cc>
Version: 0.8.0-dev
Link: http://www.yiiframework.com/extension/extended-database-migration/
Link: http://www.yiiframework.com/doc/guide/1.1/en/database.migration
Located at yiiext/migrate-command/EDbMigration.php

Methods summary

public
# setCommand( EMigrateCommand $migrateCommand )

Parameters

$migrateCommand
EMigrateCommand
$migrateCommand
public boolean
# confirm( string $message )

Parameters

$message
string
$message

Returns

boolean

See

CConsoleCommand::confirm()
public string
# prompt( string $message, mixed $defaultValue )

Parameters

$message
string
$message
$defaultValue
mixed
$defaultValue will be returned when interactive is false

Returns

string

See

CConsoleCommand::prompt()
public
# execute( string $sql, array $params = array(), boolean $verbose = true )

Executes a SQL statement. Silently. (only show sql on exception) This method executes the specified SQL statement using dbConnection.

Executes a SQL statement. Silently. (only show sql on exception) This method executes the specified SQL statement using dbConnection.

Parameters

$sql
string
$sql the SQL statement to be executed
$params
array
$params input parameters (name=>value) for the SQL execution. See CDbCommand::execute for more details.
$verbose
boolean
$verbose

Overrides

CDbMigration::execute

Methods inherited from CDbMigration

addColumn(), addForeignKey(), alterColumn(), createIndex(), createTable(), delete(), down(), dropColumn(), dropForeignKey(), dropIndex(), dropTable(), getDbConnection(), insert(), refreshTableSchema(), renameColumn(), renameTable(), safeDown(), safeUp(), setDbConnection(), truncateTable(), up(), update()

Methods inherited from CComponent

__call(), __get(), __isset(), __set(), __unset(), asa(), attachBehavior(), attachBehaviors(), attachEventHandler(), canGetProperty(), canSetProperty(), detachBehavior(), detachBehaviors(), detachEventHandler(), disableBehavior(), disableBehaviors(), enableBehavior(), enableBehaviors(), evaluateExpression(), getEventHandlers(), hasEvent(), hasEventHandler(), hasProperty(), raiseEvent()

Magic methods summary

Properties summary

protected boolean $interactive
#

Magic properties inherited from CDbMigration

$dbConnection

Phundament App Class Reference API documentation generated by ApiGen 2.8.0