Class SchemalessBehavior

Description

SchemalessBehavior class

  • uses: ModelBehavior

Located in /behaviors/schemaless.php (line 34)

ModelBehavior
   |
   --SchemalessBehavior
Variable Summary
string $name
array $settings
Method Summary
void beforeSave ( &$Model, mixed $Model)
void setup ( &$Model, [array $config = array()], mixed $Model)
Variables
string $name = 'Schemaless' (line 42)

name property

  • var: 'Schemaless'
  • access: public
array $settings = array() (line 50)

settings property

  • access: public
array $_defaultSettings = array(
)
(line 58)

defaultSettings property

  • access: protected
Methods
beforeSave (line 84)

beforeSave method

Set the schema to allow saving whatever has been passed

  • access: public
void beforeSave ( &$Model, mixed $Model)
  • mixed $Model
  • &$Model
setup (line 71)

setup method

Don't currently have any settings at all - disabled

  • access: public
void setup ( &$Model, [array $config = array()], mixed $Model)
  • mixed $Model
  • array $config: array()
  • &$Model

Documentation generated on Tue, 26 Jul 2011 01:09:01 +0900 by phpDocumentor 1.4.3