Code |
Context$model = AwardProduct
AwardProduct::$name = "AwardProduct"
AwardProduct::$order = "AwardProduct.name"
AwardProduct::$actsAs = array(
"Bindable" => null,
"Upload" => array(
"photo_1_upload" => array(
"field" => "photo_1",
"max_filesize" => 300,
"max_size" => array(
300,
300
)
),
"photo_2_upload" => array(
"field" => "photo_2",
"max_filesize" => 300,
"max_size" => array(
300,
300
)
),
"photo_3_upload" => array(
"field" => "photo_3",
"max_filesize" => 300,
"max_size" => array(
300,
300
)
),
"photo_4_upload" => array(
"field" => "photo_4",
"max_filesize" => 300,
"max_size" => array(
300,
300
)
)
),
"Sluggable" => array(
"label" => "name",
"overwrite" => true
)
)
AwardProduct::$validate = array(
"name" => array(
"required" => array(
"rule" => "/.+/",
"message" => "This field cannot be left blank",
"last" => true
)
),
"description" => array(
"required" => array(
"rule" => "/.+/",
"message" => "This field cannot be left blank",
"last" => true
)
)
)
AwardProduct::$belongsTo = array(
"Company" => array(
"className" => "Company",
"foreignKey" => "company_id",
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "[empty string]",
"counterCache" => "[empty string]"
)
)
AwardProduct::$hasAndBelongsToMany = array()
AwardProduct::$useDbConfig = "default"
AwardProduct::$useTable = "award_products"
AwardProduct::$displayField = "id"
AwardProduct::$id = false
AwardProduct::$data = array()
AwardProduct::$table = "award_products"
AwardProduct::$primaryKey = "id"
AwardProduct::$_schema = false
AwardProduct::$validationErrors = array()
AwardProduct::$tablePrefix = NULL
AwardProduct::$alias = "AwardProduct"
AwardProduct::$tableToModel = array(
"award_products" => "AwardProduct",
"companies" => "Company",
"awards" => "Award",
"award_categories" => "AwardCategory",
"award_categories_award_products" => "AwardCategoriesAwardProduct"
)
AwardProduct::$logTransactions = false
AwardProduct::$transactional = false
AwardProduct::$cacheQueries = false
AwardProduct::$hasOne = array()
AwardProduct::$hasMany = array()
AwardProduct::$behaviors = array(
"Bindable" => BindableBehavior
BindableBehavior::$__settings = array(
"IndustryType" => array(
"recursive" => true,
"notices" => false
),
"Company" => array(
"recursive" => true,
"notices" => false
),
"Award" => array(
"recursive" => true,
"notices" => false
),
"ChildAwardCategory" => array(
"recursive" => true,
"notices" => false
),
"ParentAwardCategory" => array(
"recursive" => true,
"notices" => false
),
"AwardCategory" => array(
"recursive" => true,
"notices" => false
),
"AwardProductsAward" => array(
"recursive" => true,
"notices" => false
),
"AwardCategoriesAwardProduct" => array(
"recursive" => true,
"notices" => false
),
"AwardProduct" => array(
"recursive" => true,
"notices" => false
),
"Config" => array(
"recursive" => true,
"notices" => false
),
"ConfigCategory" => array(
"recursive" => true,
"notices" => false
),
"ChildLink" => array(
"recursive" => true,
"notices" => false
),
"ParentLink" => array(
"recursive" => true,
"notices" => false
),
"Link" => array(
"recursive" => true,
"notices" => false
)
)
BindableBehavior::$__bindings = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
BindableBehavior::$settings = array()
BindableBehavior::$mapMethods = array()
BindableBehavior::$_log = NULL
BindableBehavior::$__runResetBindable = array(
"AwardProduct" => true
)
BindableBehavior::setup()
BindableBehavior::restrict()
BindableBehavior::resetBindable()
BindableBehavior::beforeFind()
BindableBehavior::afterFind()
BindableBehavior::beforeValidate()
BindableBehavior::beforeSave()
BindableBehavior::afterSave()
BindableBehavior::beforeDelete()
BindableBehavior::afterDelete()
BindableBehavior::onError()
BindableBehavior::Object()
BindableBehavior::toString()
BindableBehavior::requestAction()
BindableBehavior::log()
BindableBehavior::cakeError(),
"Upload" => UploadBehavior
UploadBehavior::$default_options = array(
"dir" => "[empty string]",
"allowed_mime" => array(
"image/jpeg",
"image/pjpeg",
"image/gif",
"image/png"
),
"allowed_ext" => array(
".jpg",
".jpeg",
".png",
".gif"
),
"overwrite_existing" => false,
"unique_prefix" => true,
"create_directory" => true,
"thumbsizes" => array(),
"permission" => 438,
"max_filesize" => 1024,
"max_size" => null
)
UploadBehavior::$__fields = array(
"AwardProduct" => array(
"photo_1_upload" => array(
"dir" => "img/uploads/AwardProduct",
"allowed_mime" => array(
"image/jpeg",
"image/pjpeg",
"image/gif",
"image/png"
),
"allowed_ext" => array(
".jpg",
".jpeg",
".png",
".gif"
),
"overwrite_existing" => false,
"unique_prefix" => true,
"create_directory" => true,
"thumbsizes" => array(),
"permission" => 438,
"max_filesize" => 300,
"max_size" => array(
300,
300
),
"field" => "photo_1"
),
"photo_2_upload" => array(
"dir" => "img/uploads/AwardProduct",
"allowed_mime" => array(
"image/jpeg",
"image/pjpeg",
"image/gif",
"image/png"
),
"allowed_ext" => array(
".jpg",
".jpeg",
".png",
".gif"
),
"overwrite_existing" => false,
"unique_prefix" => true,
"create_directory" => true,
"thumbsizes" => array(),
"permission" => 438,
"max_filesize" => 300,
"max_size" => array(
300,
300
),
"field" => "photo_2"
),
"photo_3_upload" => array(
"dir" => "img/uploads/AwardProduct",
"allowed_mime" => array(
"image/jpeg",
"image/pjpeg",
"image/gif",
"image/png"
),
"allowed_ext" => array(
".jpg",
".jpeg",
".png",
".gif"
),
"overwrite_existing" => false,
"unique_prefix" => true,
"create_directory" => true,
"thumbsizes" => array(),
"permission" => 438,
"max_filesize" => 300,
"max_size" => array(
300,
300
),
"field" => "photo_3"
),
"photo_4_upload" => array(
"dir" => "img/uploads/AwardProduct",
"allowed_mime" => array(
"image/jpeg",
"image/pjpeg",
"image/gif",
"image/png"
),
"allowed_ext" => array(
".jpg",
".jpeg",
".png",
".gif"
),
"overwrite_existing" => false,
"unique_prefix" => true,
"create_directory" => true,
"thumbsizes" => array(),
"permission" => 438,
"max_filesize" => 300,
"max_size" => array(
300,
300
),
"field" => "photo_4"
)
)
)
UploadBehavior::$patterns = array(
"/\s/",
"/\&/",
"/\+/"
)
UploadBehavior::$replacements = array(
"_",
"and",
"plus"
)
UploadBehavior::$settings = array()
UploadBehavior::$mapMethods = array()
UploadBehavior::$_log = NULL
UploadBehavior::$Folder = Folder
Folder::$path = "/home/shape1/public_html/shapeyou.com/app/tmp/"
Folder::$sort = false
Folder::$mode = "0755"
Folder::$__messages = array()
Folder::$__errors = false
Folder::$__directories = NULL
Folder::$__files = NULL
Folder::$_log = NULL
Folder::pwd()
Folder::cd()
Folder::read()
Folder::find()
Folder::findRecursive()
Folder::isWindowsPath()
Folder::isAbsolute()
Folder::normalizePath()
Folder::correctSlashFor()
Folder::slashTerm()
Folder::addPathElement()
Folder::inCakePath()
Folder::inPath()
Folder::chmod()
Folder::tree()
Folder::create()
Folder::dirsize()
Folder::delete()
Folder::copy()
Folder::move()
Folder::messages()
Folder::errors()
Folder::ls()
Folder::mkdir()
Folder::cp()
Folder::mv()
Folder::rm()
Folder::realpath()
Folder::isSlashTerm()
Folder::chmodr()
Folder::mkdirr()
Folder::Object()
Folder::toString()
Folder::requestAction()
Folder::log()
Folder::cakeError()
UploadBehavior::setup()
UploadBehavior::beforeSave()
UploadBehavior::beforeDelete()
UploadBehavior::createthumb()
UploadBehavior::beforeFind()
UploadBehavior::afterFind()
UploadBehavior::beforeValidate()
UploadBehavior::afterSave()
UploadBehavior::afterDelete()
UploadBehavior::onError()
UploadBehavior::Object()
UploadBehavior::toString()
UploadBehavior::requestAction()
UploadBehavior::log()
UploadBehavior::cakeError(),
"Sluggable" => SluggableBehavior
SluggableBehavior::$__settings = array(
"ChildAwardCategory" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
),
"ParentAwardCategory" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
),
"AwardCategory" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
),
"AwardProduct" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
)
)
SluggableBehavior::$settings = array()
SluggableBehavior::$mapMethods = array()
SluggableBehavior::$_log = NULL
SluggableBehavior::setup()
SluggableBehavior::beforeSave()
SluggableBehavior::beforeFind()
SluggableBehavior::afterFind()
SluggableBehavior::beforeValidate()
SluggableBehavior::afterSave()
SluggableBehavior::beforeDelete()
SluggableBehavior::afterDelete()
SluggableBehavior::onError()
SluggableBehavior::Object()
SluggableBehavior::toString()
SluggableBehavior::requestAction()
SluggableBehavior::log()
SluggableBehavior::cakeError()
)
AwardProduct::$whitelist = array()
AwardProduct::$cacheSources = true
AwardProduct::$findQueryType = "first"
AwardProduct::$__behaviorMethods = array(
"restrict" => array(
"restrict",
"Bindable"
),
"resetBindable" => array(
"resetBindable",
"Bindable"
),
"createthumb" => array(
"createthumb",
"Upload"
)
)
AwardProduct::$recursive = 1
AwardProduct::$__exists = NULL
AwardProduct::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
AwardProduct::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
AwardProduct::$__backAssociation = array(
"hasAndBelongsToMany" => array(
"Award" => array(
"order" => "Award.id DESC",
"className" => "Award",
"joinTable" => "award_products_awards",
"with" => "AwardProductsAward",
"foreignKey" => "award_product_id",
"associationForeignKey" => "award_id",
"conditions" => "[empty string]",
"fields" => "[empty string]",
"limit" => "[empty string]",
"offset" => "[empty string]",
"unique" => true,
"finderQuery" => "[empty string]",
"deleteQuery" => "[empty string]",
"insertQuery" => "[empty string]"
),
"AwardCategory" => array(
"className" => "AwardCategory",
"joinTable" => "award_categories_award_products",
"foreignKey" => "award_product_id",
"associationForeignKey" => "award_category_id",
"nestedList" => true,
"with" => "AwardCategoriesAwardProduct",
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "[empty string]",
"limit" => "[empty string]",
"offset" => "[empty string]",
"unique" => true,
"finderQuery" => "[empty string]",
"deleteQuery" => "[empty string]",
"insertQuery" => "[empty string]"
)
)
)
AwardProduct::$__insertID = NULL
AwardProduct::$__numRows = NULL
AwardProduct::$__affectedRows = NULL
AwardProduct::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
AwardProduct::$_log = NULL
AwardProduct::$Company = Company
Company::$name = "Company"
Company::$displayField = "company_name"
Company::$order = "Company.company_name"
Company::$validate = array(
"company_name" => array(
"required" => array(
"rule" => "/.+/",
"message" => "This field cannot be left blank"
)
),
"contact_email" => array(
"email" => array(
"rule" => "email",
"message" => "Valid email required",
"allowEmpty" => true,
"required" => false
)
),
"phone" => array(
"phone" => array(
"rule" => array(
"phone",
null,
"us"
),
"message" => "Please enter valid phone number",
"allowEmpty" => true,
"required" => false
)
),
"fax" => array(
"phone" => array(
"rule" => array(
"phone",
null,
"us"
),
"message" => "Please enter valid phone number",
"allowEmpty" => true,
"required" => false
)
),
"website" => array(
"url" => array(
"rule" => "/\A(?:(https?|ftps?|file|news|gopher):\/\/[\w\-_]+(\.[\w\-_]+)+([\w\-\.,'@?^=%&:;\/~\+#]*[\w\-\@?^=%&\/~\+#])?)\z/i",
"message" => "Please enter a valid url",
"allowEmpty" => true,
"required" => false
)
)
)
Company::$hasMany = array()
Company::$belongsTo = array()
Company::$actsAs = array(
"Bindable" => null
)
Company::$useDbConfig = "default"
Company::$useTable = "companies"
Company::$id = false
Company::$data = array()
Company::$table = "companies"
Company::$primaryKey = "id"
Company::$_schema = false
Company::$validationErrors = array()
Company::$tablePrefix = NULL
Company::$alias = "Company"
Company::$tableToModel = array(
"companies" => "Company",
"seller_industry_types" => "IndustryType",
"award_products" => "AwardProduct"
)
Company::$logTransactions = false
Company::$transactional = false
Company::$cacheQueries = false
Company::$hasOne = array()
Company::$hasAndBelongsToMany = array()
Company::$behaviors = array(
"Bindable" => BindableBehavior
BindableBehavior::$__settings = array(
"IndustryType" => array(
"recursive" => true,
"notices" => false
),
"Company" => array(
"recursive" => true,
"notices" => false
),
"Award" => array(
"recursive" => true,
"notices" => false
),
"ChildAwardCategory" => array(
"recursive" => true,
"notices" => false
),
"ParentAwardCategory" => array(
"recursive" => true,
"notices" => false
),
"AwardCategory" => array(
"recursive" => true,
"notices" => false
),
"AwardProductsAward" => array(
"recursive" => true,
"notices" => false
),
"AwardCategoriesAwardProduct" => array(
"recursive" => true,
"notices" => false
),
"AwardProduct" => array(
"recursive" => true,
"notices" => false
),
"Config" => array(
"recursive" => true,
"notices" => false
),
"ConfigCategory" => array(
"recursive" => true,
"notices" => false
),
"ChildLink" => array(
"recursive" => true,
"notices" => false
),
"ParentLink" => array(
"recursive" => true,
"notices" => false
),
"Link" => array(
"recursive" => true,
"notices" => false
)
)
BindableBehavior::$__bindings = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
BindableBehavior::$settings = array()
BindableBehavior::$mapMethods = array()
BindableBehavior::$_log = NULL
BindableBehavior::$__runResetBindable = array(
"AwardProduct" => true
)
BindableBehavior::setup()
BindableBehavior::restrict()
BindableBehavior::resetBindable()
BindableBehavior::beforeFind()
BindableBehavior::afterFind()
BindableBehavior::beforeValidate()
BindableBehavior::beforeSave()
BindableBehavior::afterSave()
BindableBehavior::beforeDelete()
BindableBehavior::afterDelete()
BindableBehavior::onError()
BindableBehavior::Object()
BindableBehavior::toString()
BindableBehavior::requestAction()
BindableBehavior::log()
BindableBehavior::cakeError()
)
Company::$whitelist = array()
Company::$cacheSources = true
Company::$findQueryType = NULL
Company::$__behaviorMethods = array(
"restrict" => array(
"restrict",
"Bindable"
),
"resetBindable" => array(
"resetBindable",
"Bindable"
)
)
Company::$recursive = 1
Company::$__exists = NULL
Company::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
Company::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
Company::$__backAssociation = array(
"belongsTo" => array(
"IndustryType" => array(
"className" => "SellerIndustryType",
"foreignKey" => "industry_type_id",
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "[empty string]",
"counterCache" => "[empty string]"
)
),
"hasMany" => array(
"AwardProduct" => array(
"className" => "AwardProduct",
"foreignKey" => "company_id",
"dependent" => true,
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "[empty string]",
"limit" => "[empty string]",
"offset" => "[empty string]",
"exclusive" => "[empty string]",
"finderQuery" => "[empty string]",
"counterQuery" => "[empty string]"
)
)
)
Company::$__insertID = NULL
Company::$__numRows = NULL
Company::$__affectedRows = NULL
Company::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
Company::$_log = NULL
Company::$IndustryType = SellerIndustryType
SellerIndustryType::$name = "SellerIndustryType"
SellerIndustryType::$actsAs = array(
"Bindable" => null
)
SellerIndustryType::$useDbConfig = "default"
SellerIndustryType::$useTable = "seller_industry_types"
SellerIndustryType::$displayField = "id"
SellerIndustryType::$id = false
SellerIndustryType::$data = array()
SellerIndustryType::$table = "seller_industry_types"
SellerIndustryType::$primaryKey = "id"
SellerIndustryType::$_schema = false
SellerIndustryType::$validate = array()
SellerIndustryType::$validationErrors = array()
SellerIndustryType::$tablePrefix = NULL
SellerIndustryType::$alias = "IndustryType"
SellerIndustryType::$tableToModel = array(
"seller_industry_types" => "IndustryType"
)
SellerIndustryType::$logTransactions = false
SellerIndustryType::$transactional = false
SellerIndustryType::$cacheQueries = false
SellerIndustryType::$belongsTo = array()
SellerIndustryType::$hasOne = array()
SellerIndustryType::$hasMany = array()
SellerIndustryType::$hasAndBelongsToMany = array()
SellerIndustryType::$behaviors = array(
"Bindable" => BindableBehavior
BindableBehavior::$__settings = array(
"IndustryType" => array(
"recursive" => true,
"notices" => false
),
"Company" => array(
"recursive" => true,
"notices" => false
),
"Award" => array(
"recursive" => true,
"notices" => false
),
"ChildAwardCategory" => array(
"recursive" => true,
"notices" => false
),
"ParentAwardCategory" => array(
"recursive" => true,
"notices" => false
),
"AwardCategory" => array(
"recursive" => true,
"notices" => false
),
"AwardProductsAward" => array(
"recursive" => true,
"notices" => false
),
"AwardCategoriesAwardProduct" => array(
"recursive" => true,
"notices" => false
),
"AwardProduct" => array(
"recursive" => true,
"notices" => false
),
"Config" => array(
"recursive" => true,
"notices" => false
),
"ConfigCategory" => array(
"recursive" => true,
"notices" => false
),
"ChildLink" => array(
"recursive" => true,
"notices" => false
),
"ParentLink" => array(
"recursive" => true,
"notices" => false
),
"Link" => array(
"recursive" => true,
"notices" => false
)
)
BindableBehavior::$__bindings = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
BindableBehavior::$settings = array()
BindableBehavior::$mapMethods = array()
BindableBehavior::$_log = NULL
BindableBehavior::$__runResetBindable = array(
"AwardProduct" => true
)
BindableBehavior::setup()
BindableBehavior::restrict()
BindableBehavior::resetBindable()
BindableBehavior::beforeFind()
BindableBehavior::afterFind()
BindableBehavior::beforeValidate()
BindableBehavior::beforeSave()
BindableBehavior::afterSave()
BindableBehavior::beforeDelete()
BindableBehavior::afterDelete()
BindableBehavior::onError()
BindableBehavior::Object()
BindableBehavior::toString()
BindableBehavior::requestAction()
BindableBehavior::log()
BindableBehavior::cakeError()
)
SellerIndustryType::$whitelist = array()
SellerIndustryType::$cacheSources = true
SellerIndustryType::$findQueryType = NULL
SellerIndustryType::$__behaviorMethods = array(
"restrict" => array(
"restrict",
"Bindable"
),
"resetBindable" => array(
"resetBindable",
"Bindable"
)
)
SellerIndustryType::$recursive = 1
SellerIndustryType::$order = NULL
SellerIndustryType::$__exists = NULL
SellerIndustryType::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
SellerIndustryType::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
SellerIndustryType::$__backAssociation = array()
SellerIndustryType::$__insertID = NULL
SellerIndustryType::$__numRows = NULL
SellerIndustryType::$__affectedRows = NULL
SellerIndustryType::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
SellerIndustryType::$_log = NULL
SellerIndustryType::unbindAll()
SellerIndustryType::generateNestedList()
SellerIndustryType::generateParentList()
SellerIndustryType::generatetreearray()
SellerIndustryType::validateUnique()
SellerIndustryType::validateCaptcha()
SellerIndustryType::validateMXRecord()
SellerIndustryType::equalToField()
SellerIndustryType::getEnumValues()
SellerIndustryType::unbindValidation()
SellerIndustryType::call__()
SellerIndustryType::bind()
SellerIndustryType::bindModel()
SellerIndustryType::unbindModel()
SellerIndustryType::setSource()
SellerIndustryType::set()
SellerIndustryType::deconstruct()
SellerIndustryType::schema()
SellerIndustryType::loadInfo()
SellerIndustryType::getColumnTypes()
SellerIndustryType::getColumnType()
SellerIndustryType::hasField()
SellerIndustryType::create()
SellerIndustryType::read()
SellerIndustryType::field()
SellerIndustryType::saveField()
SellerIndustryType::save()
SellerIndustryType::updateCounterCache()
SellerIndustryType::saveAll()
SellerIndustryType::updateAll()
SellerIndustryType::remove()
SellerIndustryType::del()
SellerIndustryType::delete()
SellerIndustryType::deleteAll()
SellerIndustryType::exists()
SellerIndustryType::hasAny()
SellerIndustryType::find()
SellerIndustryType::findAll()
SellerIndustryType::execute()
SellerIndustryType::findCount()
SellerIndustryType::isUnique()
SellerIndustryType::findAllThreaded()
SellerIndustryType::findNeighbours()
SellerIndustryType::query()
SellerIndustryType::validates()
SellerIndustryType::invalidFields()
SellerIndustryType::invalidate()
SellerIndustryType::isForeignKey()
SellerIndustryType::getDisplayField()
SellerIndustryType::generateList()
SellerIndustryType::escapeField()
SellerIndustryType::getID()
SellerIndustryType::normalizeFindParams()
SellerIndustryType::getLastInsertID()
SellerIndustryType::getInsertID()
SellerIndustryType::setInsertID()
SellerIndustryType::getNumRows()
SellerIndustryType::getAffectedRows()
SellerIndustryType::setDataSource()
SellerIndustryType::getDataSource()
SellerIndustryType::getAssociated()
SellerIndustryType::joinModel()
SellerIndustryType::beforeFind()
SellerIndustryType::afterFind()
SellerIndustryType::beforeSave()
SellerIndustryType::afterSave()
SellerIndustryType::beforeDelete()
SellerIndustryType::afterDelete()
SellerIndustryType::beforeValidate()
SellerIndustryType::onError()
SellerIndustryType::overload()
SellerIndustryType::Object()
SellerIndustryType::toString()
SellerIndustryType::requestAction()
SellerIndustryType::log()
SellerIndustryType::cakeError()
Company::$AwardProduct = AwardProduct
AwardProduct::$name = "AwardProduct"
AwardProduct::$order = "AwardProduct.name"
AwardProduct::$actsAs = array(
"Bindable" => null,
"Upload" => array(
"photo_1_upload" => array(
"field" => "photo_1",
"max_filesize" => 300,
"max_size" => array(
300,
300
)
),
"photo_2_upload" => array(
"field" => "photo_2",
"max_filesize" => 300,
"max_size" => array(
300,
300
)
),
"photo_3_upload" => array(
"field" => "photo_3",
"max_filesize" => 300,
"max_size" => array(
300,
300
)
),
"photo_4_upload" => array(
"field" => "photo_4",
"max_filesize" => 300,
"max_size" => array(
300,
300
)
)
),
"Sluggable" => array(
"label" => "name",
"overwrite" => true
)
)
AwardProduct::$validate = array(
"name" => array(
"required" => array(
"rule" => "/.+/",
"message" => "This field cannot be left blank",
"last" => true
)
),
"description" => array(
"required" => array(
"rule" => "/.+/",
"message" => "This field cannot be left blank",
"last" => true
)
)
)
AwardProduct::$belongsTo = array(
"Company" => array(
"className" => "Company",
"foreignKey" => "company_id",
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "[empty string]",
"counterCache" => "[empty string]"
)
)
AwardProduct::$hasAndBelongsToMany = array(
"Award" => array(
"order" => "Award.id DESC",
"className" => "Award",
"joinTable" => "award_products_awards",
"with" => "AwardProductsAward",
"foreignKey" => "award_product_id",
"associationForeignKey" => "award_id",
"conditions" => "[empty string]",
"fields" => "[empty string]",
"limit" => "[empty string]",
"offset" => "[empty string]",
"unique" => true,
"finderQuery" => "[empty string]",
"deleteQuery" => "[empty string]",
"insertQuery" => "[empty string]"
),
"AwardCategory" => array(
"className" => "AwardCategory",
"joinTable" => "award_categories_award_products",
"foreignKey" => "award_product_id",
"associationForeignKey" => "award_category_id",
"nestedList" => true,
"with" => "AwardCategoriesAwardProduct",
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "[empty string]",
"limit" => "[empty string]",
"offset" => "[empty string]",
"unique" => true,
"finderQuery" => "[empty string]",
"deleteQuery" => "[empty string]",
"insertQuery" => "[empty string]"
)
)
AwardProduct::$useDbConfig = "default"
AwardProduct::$useTable = "award_products"
AwardProduct::$displayField = "id"
AwardProduct::$id = "1320"
AwardProduct::$data = array()
AwardProduct::$table = "award_products"
AwardProduct::$primaryKey = "id"
AwardProduct::$_schema = false
AwardProduct::$validationErrors = array()
AwardProduct::$tablePrefix = NULL
AwardProduct::$alias = "AwardProduct"
AwardProduct::$tableToModel = array(
"award_products" => "AwardProduct",
"companies" => "Company",
"awards" => "Award",
"award_categories" => "AwardCategory",
"award_categories_award_products" => "AwardCategoriesAwardProduct"
)
AwardProduct::$logTransactions = false
AwardProduct::$transactional = false
AwardProduct::$cacheQueries = false
AwardProduct::$hasOne = array()
AwardProduct::$hasMany = array()
AwardProduct::$behaviors = array(
"Bindable" => BindableBehavior
BindableBehavior::$__settings = array(
"IndustryType" => array(
"recursive" => true,
"notices" => false
),
"Company" => array(
"recursive" => true,
"notices" => false
),
"Award" => array(
"recursive" => true,
"notices" => false
),
"ChildAwardCategory" => array(
"recursive" => true,
"notices" => false
),
"ParentAwardCategory" => array(
"recursive" => true,
"notices" => false
),
"AwardCategory" => array(
"recursive" => true,
"notices" => false
),
"AwardProductsAward" => array(
"recursive" => true,
"notices" => false
),
"AwardCategoriesAwardProduct" => array(
"recursive" => true,
"notices" => false
),
"AwardProduct" => array(
"recursive" => true,
"notices" => false
),
"Config" => array(
"recursive" => true,
"notices" => false
),
"ConfigCategory" => array(
"recursive" => true,
"notices" => false
),
"ChildLink" => array(
"recursive" => true,
"notices" => false
),
"ParentLink" => array(
"recursive" => true,
"notices" => false
),
"Link" => array(
"recursive" => true,
"notices" => false
)
)
BindableBehavior::$__bindings = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
BindableBehavior::$settings = array()
BindableBehavior::$mapMethods = array()
BindableBehavior::$_log = NULL
BindableBehavior::$__runResetBindable = array(
"AwardProduct" => true
)
BindableBehavior::setup()
BindableBehavior::restrict()
BindableBehavior::resetBindable()
BindableBehavior::beforeFind()
BindableBehavior::afterFind()
BindableBehavior::beforeValidate()
BindableBehavior::beforeSave()
BindableBehavior::afterSave()
BindableBehavior::beforeDelete()
BindableBehavior::afterDelete()
BindableBehavior::onError()
BindableBehavior::Object()
BindableBehavior::toString()
BindableBehavior::requestAction()
BindableBehavior::log()
BindableBehavior::cakeError(),
"Upload" => UploadBehavior
UploadBehavior::$default_options = array(
"dir" => "[empty string]",
"allowed_mime" => array(
"image/jpeg",
"image/pjpeg",
"image/gif",
"image/png"
),
"allowed_ext" => array(
".jpg",
".jpeg",
".png",
".gif"
),
"overwrite_existing" => false,
"unique_prefix" => true,
"create_directory" => true,
"thumbsizes" => array(),
"permission" => 438,
"max_filesize" => 1024,
"max_size" => null
)
UploadBehavior::$__fields = array(
"AwardProduct" => array(
"photo_1_upload" => array(
"dir" => "img/uploads/AwardProduct",
"allowed_mime" => array(
"image/jpeg",
"image/pjpeg",
"image/gif",
"image/png"
),
"allowed_ext" => array(
".jpg",
".jpeg",
".png",
".gif"
),
"overwrite_existing" => false,
"unique_prefix" => true,
"create_directory" => true,
"thumbsizes" => array(),
"permission" => 438,
"max_filesize" => 300,
"max_size" => array(
300,
300
),
"field" => "photo_1"
),
"photo_2_upload" => array(
"dir" => "img/uploads/AwardProduct",
"allowed_mime" => array(
"image/jpeg",
"image/pjpeg",
"image/gif",
"image/png"
),
"allowed_ext" => array(
".jpg",
".jpeg",
".png",
".gif"
),
"overwrite_existing" => false,
"unique_prefix" => true,
"create_directory" => true,
"thumbsizes" => array(),
"permission" => 438,
"max_filesize" => 300,
"max_size" => array(
300,
300
),
"field" => "photo_2"
),
"photo_3_upload" => array(
"dir" => "img/uploads/AwardProduct",
"allowed_mime" => array(
"image/jpeg",
"image/pjpeg",
"image/gif",
"image/png"
),
"allowed_ext" => array(
".jpg",
".jpeg",
".png",
".gif"
),
"overwrite_existing" => false,
"unique_prefix" => true,
"create_directory" => true,
"thumbsizes" => array(),
"permission" => 438,
"max_filesize" => 300,
"max_size" => array(
300,
300
),
"field" => "photo_3"
),
"photo_4_upload" => array(
"dir" => "img/uploads/AwardProduct",
"allowed_mime" => array(
"image/jpeg",
"image/pjpeg",
"image/gif",
"image/png"
),
"allowed_ext" => array(
".jpg",
".jpeg",
".png",
".gif"
),
"overwrite_existing" => false,
"unique_prefix" => true,
"create_directory" => true,
"thumbsizes" => array(),
"permission" => 438,
"max_filesize" => 300,
"max_size" => array(
300,
300
),
"field" => "photo_4"
)
)
)
UploadBehavior::$patterns = array(
"/\s/",
"/\&/",
"/\+/"
)
UploadBehavior::$replacements = array(
"_",
"and",
"plus"
)
UploadBehavior::$settings = array()
UploadBehavior::$mapMethods = array()
UploadBehavior::$_log = NULL
UploadBehavior::$Folder = Folder
Folder::$path = "/home/shape1/public_html/shapeyou.com/app/tmp/"
Folder::$sort = false
Folder::$mode = "0755"
Folder::$__messages = array()
Folder::$__errors = false
Folder::$__directories = NULL
Folder::$__files = NULL
Folder::$_log = NULL
Folder::pwd()
Folder::cd()
Folder::read()
Folder::find()
Folder::findRecursive()
Folder::isWindowsPath()
Folder::isAbsolute()
Folder::normalizePath()
Folder::correctSlashFor()
Folder::slashTerm()
Folder::addPathElement()
Folder::inCakePath()
Folder::inPath()
Folder::chmod()
Folder::tree()
Folder::create()
Folder::dirsize()
Folder::delete()
Folder::copy()
Folder::move()
Folder::messages()
Folder::errors()
Folder::ls()
Folder::mkdir()
Folder::cp()
Folder::mv()
Folder::rm()
Folder::realpath()
Folder::isSlashTerm()
Folder::chmodr()
Folder::mkdirr()
Folder::Object()
Folder::toString()
Folder::requestAction()
Folder::log()
Folder::cakeError()
UploadBehavior::setup()
UploadBehavior::beforeSave()
UploadBehavior::beforeDelete()
UploadBehavior::createthumb()
UploadBehavior::beforeFind()
UploadBehavior::afterFind()
UploadBehavior::beforeValidate()
UploadBehavior::afterSave()
UploadBehavior::afterDelete()
UploadBehavior::onError()
UploadBehavior::Object()
UploadBehavior::toString()
UploadBehavior::requestAction()
UploadBehavior::log()
UploadBehavior::cakeError(),
"Sluggable" => SluggableBehavior
SluggableBehavior::$__settings = array(
"ChildAwardCategory" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
),
"ParentAwardCategory" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
),
"AwardCategory" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
),
"AwardProduct" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
)
)
SluggableBehavior::$settings = array()
SluggableBehavior::$mapMethods = array()
SluggableBehavior::$_log = NULL
SluggableBehavior::setup()
SluggableBehavior::beforeSave()
SluggableBehavior::beforeFind()
SluggableBehavior::afterFind()
SluggableBehavior::beforeValidate()
SluggableBehavior::afterSave()
SluggableBehavior::beforeDelete()
SluggableBehavior::afterDelete()
SluggableBehavior::onError()
SluggableBehavior::Object()
SluggableBehavior::toString()
SluggableBehavior::requestAction()
SluggableBehavior::log()
SluggableBehavior::cakeError()
)
AwardProduct::$whitelist = array()
AwardProduct::$cacheSources = true
AwardProduct::$findQueryType = NULL
AwardProduct::$__behaviorMethods = array(
"restrict" => array(
"restrict",
"Bindable"
),
"resetBindable" => array(
"resetBindable",
"Bindable"
),
"createthumb" => array(
"createthumb",
"Upload"
)
)
AwardProduct::$recursive = 1
AwardProduct::$__exists = NULL
AwardProduct::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
AwardProduct::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
AwardProduct::$__backAssociation = array()
AwardProduct::$__insertID = NULL
AwardProduct::$__numRows = NULL
AwardProduct::$__affectedRows = NULL
AwardProduct::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
AwardProduct::$_log = NULL
AwardProduct::$Company = "*RECURSION* -> Company"
AwardProduct::$Award = Award
Award::$name = "Award"
Award::$displayField = "award"
Award::$actsAs = array(
"Bindable" => null
)
Award::$useDbConfig = "default"
Award::$useTable = "awards"
Award::$id = false
Award::$data = array()
Award::$table = "awards"
Award::$primaryKey = "id"
Award::$_schema = false
Award::$validate = array()
Award::$validationErrors = array()
Award::$tablePrefix = NULL
Award::$alias = "Award"
Award::$tableToModel = array(
"awards" => "Award"
)
Award::$logTransactions = false
Award::$transactional = false
Award::$cacheQueries = false
Award::$belongsTo = array()
Award::$hasOne = array()
Award::$hasMany = array()
Award::$hasAndBelongsToMany = array()
Award::$behaviors = array(
"Bindable" => BindableBehavior
BindableBehavior::$__settings = array(
"IndustryType" => array(
"recursive" => true,
"notices" => false
),
"Company" => array(
"recursive" => true,
"notices" => false
),
"Award" => array(
"recursive" => true,
"notices" => false
),
"ChildAwardCategory" => array(
"recursive" => true,
"notices" => false
),
"ParentAwardCategory" => array(
"recursive" => true,
"notices" => false
),
"AwardCategory" => array(
"recursive" => true,
"notices" => false
),
"AwardProductsAward" => array(
"recursive" => true,
"notices" => false
),
"AwardCategoriesAwardProduct" => array(
"recursive" => true,
"notices" => false
),
"AwardProduct" => array(
"recursive" => true,
"notices" => false
),
"Config" => array(
"recursive" => true,
"notices" => false
),
"ConfigCategory" => array(
"recursive" => true,
"notices" => false
),
"ChildLink" => array(
"recursive" => true,
"notices" => false
),
"ParentLink" => array(
"recursive" => true,
"notices" => false
),
"Link" => array(
"recursive" => true,
"notices" => false
)
)
BindableBehavior::$__bindings = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
BindableBehavior::$settings = array()
BindableBehavior::$mapMethods = array()
BindableBehavior::$_log = NULL
BindableBehavior::$__runResetBindable = array(
"AwardProduct" => true
)
BindableBehavior::setup()
BindableBehavior::restrict()
BindableBehavior::resetBindable()
BindableBehavior::beforeFind()
BindableBehavior::afterFind()
BindableBehavior::beforeValidate()
BindableBehavior::beforeSave()
BindableBehavior::afterSave()
BindableBehavior::beforeDelete()
BindableBehavior::afterDelete()
BindableBehavior::onError()
BindableBehavior::Object()
BindableBehavior::toString()
BindableBehavior::requestAction()
BindableBehavior::log()
BindableBehavior::cakeError()
)
Award::$whitelist = array()
Award::$cacheSources = true
Award::$findQueryType = NULL
Award::$__behaviorMethods = array(
"restrict" => array(
"restrict",
"Bindable"
),
"resetBindable" => array(
"resetBindable",
"Bindable"
)
)
Award::$recursive = 1
Award::$order = NULL
Award::$__exists = NULL
Award::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
Award::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
Award::$__backAssociation = array()
Award::$__insertID = NULL
Award::$__numRows = NULL
Award::$__affectedRows = NULL
Award::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
Award::$_log = NULL
Award::unbindAll()
Award::generateNestedList()
Award::generateParentList()
Award::generatetreearray()
Award::validateUnique()
Award::validateCaptcha()
Award::validateMXRecord()
Award::equalToField()
Award::getEnumValues()
Award::unbindValidation()
Award::call__()
Award::bind()
Award::bindModel()
Award::unbindModel()
Award::setSource()
Award::set()
Award::deconstruct()
Award::schema()
Award::loadInfo()
Award::getColumnTypes()
Award::getColumnType()
Award::hasField()
Award::create()
Award::read()
Award::field()
Award::saveField()
Award::save()
Award::updateCounterCache()
Award::saveAll()
Award::updateAll()
Award::remove()
Award::del()
Award::delete()
Award::deleteAll()
Award::exists()
Award::hasAny()
Award::find()
Award::findAll()
Award::execute()
Award::findCount()
Award::isUnique()
Award::findAllThreaded()
Award::findNeighbours()
Award::query()
Award::validates()
Award::invalidFields()
Award::invalidate()
Award::isForeignKey()
Award::getDisplayField()
Award::generateList()
Award::escapeField()
Award::getID()
Award::normalizeFindParams()
Award::getLastInsertID()
Award::getInsertID()
Award::setInsertID()
Award::getNumRows()
Award::getAffectedRows()
Award::setDataSource()
Award::getDataSource()
Award::getAssociated()
Award::joinModel()
Award::beforeFind()
Award::afterFind()
Award::beforeSave()
Award::afterSave()
Award::beforeDelete()
Award::afterDelete()
Award::beforeValidate()
Award::onError()
Award::overload()
Award::Object()
Award::toString()
Award::requestAction()
Award::log()
Award::cakeError()
AwardProduct::$AwardCategory = AwardCategory
AwardCategory::$name = "AwardCategory"
AwardCategory::$actsAs = array(
"Bindable" => null,
"Sluggable" => array(
"label" => "name",
"overwrite" => true
)
)
AwardCategory::$validate = array(
"name" => array(
"required" => array(
"rule" => "/.+/",
"message" => "This field cannot be left blank",
"last" => true
)
)
)
AwardCategory::$belongsTo = array(
"ParentAwardCategory" => array(
"className" => "AwardCategory",
"foreignKey" => "parent_id",
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "ParentAwardCategory.sort",
"counterCache" => "[empty string]"
)
)
AwardCategory::$hasMany = array(
"ChildAwardCategory" => array(
"className" => "AwardCategory",
"foreignKey" => "parent_id",
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "ChildAwardCategory.sort",
"limit" => "[empty string]",
"offset" => "[empty string]",
"dependent" => "[empty string]",
"exclusive" => "[empty string]",
"finderQuery" => "[empty string]",
"counterQuery" => "[empty string]"
)
)
AwardCategory::$useDbConfig = "default"
AwardCategory::$useTable = "award_categories"
AwardCategory::$displayField = "id"
AwardCategory::$id = false
AwardCategory::$data = array()
AwardCategory::$table = "award_categories"
AwardCategory::$primaryKey = "id"
AwardCategory::$_schema = false
AwardCategory::$validationErrors = array()
AwardCategory::$tablePrefix = NULL
AwardCategory::$alias = "AwardCategory"
AwardCategory::$tableToModel = array(
"award_categories" => "ChildAwardCategory"
)
AwardCategory::$logTransactions = false
AwardCategory::$transactional = false
AwardCategory::$cacheQueries = false
AwardCategory::$hasOne = array()
AwardCategory::$hasAndBelongsToMany = array()
AwardCategory::$behaviors = array(
"Bindable" => BindableBehavior
BindableBehavior::$__settings = array(
"IndustryType" => array(
"recursive" => true,
"notices" => false
),
"Company" => array(
"recursive" => true,
"notices" => false
),
"Award" => array(
"recursive" => true,
"notices" => false
),
"ChildAwardCategory" => array(
"recursive" => true,
"notices" => false
),
"ParentAwardCategory" => array(
"recursive" => true,
"notices" => false
),
"AwardCategory" => array(
"recursive" => true,
"notices" => false
),
"AwardProductsAward" => array(
"recursive" => true,
"notices" => false
),
"AwardCategoriesAwardProduct" => array(
"recursive" => true,
"notices" => false
),
"AwardProduct" => array(
"recursive" => true,
"notices" => false
),
"Config" => array(
"recursive" => true,
"notices" => false
),
"ConfigCategory" => array(
"recursive" => true,
"notices" => false
),
"ChildLink" => array(
"recursive" => true,
"notices" => false
),
"ParentLink" => array(
"recursive" => true,
"notices" => false
),
"Link" => array(
"recursive" => true,
"notices" => false
)
)
BindableBehavior::$__bindings = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
BindableBehavior::$settings = array()
BindableBehavior::$mapMethods = array()
BindableBehavior::$_log = NULL
BindableBehavior::$__runResetBindable = array(
"AwardProduct" => true
)
BindableBehavior::setup()
BindableBehavior::restrict()
BindableBehavior::resetBindable()
BindableBehavior::beforeFind()
BindableBehavior::afterFind()
BindableBehavior::beforeValidate()
BindableBehavior::beforeSave()
BindableBehavior::afterSave()
BindableBehavior::beforeDelete()
BindableBehavior::afterDelete()
BindableBehavior::onError()
BindableBehavior::Object()
BindableBehavior::toString()
BindableBehavior::requestAction()
BindableBehavior::log()
BindableBehavior::cakeError(),
"Sluggable" => SluggableBehavior
SluggableBehavior::$__settings = array(
"ChildAwardCategory" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
),
"ParentAwardCategory" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
),
"AwardCategory" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
),
"AwardProduct" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
)
)
SluggableBehavior::$settings = array()
SluggableBehavior::$mapMethods = array()
SluggableBehavior::$_log = NULL
SluggableBehavior::setup()
SluggableBehavior::beforeSave()
SluggableBehavior::beforeFind()
SluggableBehavior::afterFind()
SluggableBehavior::beforeValidate()
SluggableBehavior::afterSave()
SluggableBehavior::beforeDelete()
SluggableBehavior::afterDelete()
SluggableBehavior::onError()
SluggableBehavior::Object()
SluggableBehavior::toString()
SluggableBehavior::requestAction()
SluggableBehavior::log()
SluggableBehavior::cakeError()
)
AwardCategory::$whitelist = array()
AwardCategory::$cacheSources = true
AwardCategory::$findQueryType = NULL
AwardCategory::$__behaviorMethods = array(
"restrict" => array(
"restrict",
"Bindable"
),
"resetBindable" => array(
"resetBindable",
"Bindable"
)
)
AwardCategory::$recursive = 1
AwardCategory::$order = NULL
AwardCategory::$__exists = NULL
AwardCategory::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
AwardCategory::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
AwardCategory::$__backAssociation = array()
AwardCategory::$__insertID = NULL
AwardCategory::$__numRows = NULL
AwardCategory::$__affectedRows = NULL
AwardCategory::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
AwardCategory::$_log = NULL
AwardCategory::$ParentAwardCategory = AwardCategory
AwardCategory::$name = "AwardCategory"
AwardCategory::$actsAs = array(
"Bindable" => null,
"Sluggable" => array(
"label" => "name",
"overwrite" => true
)
)
AwardCategory::$validate = array(
"name" => array(
"required" => array(
"rule" => "/.+/",
"message" => "This field cannot be left blank",
"last" => true
)
)
)
AwardCategory::$belongsTo = array(
"ParentAwardCategory" => array(
"className" => "AwardCategory",
"foreignKey" => "parent_id",
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "ParentAwardCategory.sort",
"counterCache" => "[empty string]"
)
)
AwardCategory::$hasMany = array(
"ChildAwardCategory" => array(
"className" => "AwardCategory",
"foreignKey" => "parent_id",
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "ChildAwardCategory.sort",
"limit" => "[empty string]",
"offset" => "[empty string]",
"dependent" => "[empty string]",
"exclusive" => "[empty string]",
"finderQuery" => "[empty string]",
"counterQuery" => "[empty string]"
)
)
AwardCategory::$useDbConfig = "default"
AwardCategory::$useTable = "award_categories"
AwardCategory::$displayField = "id"
AwardCategory::$id = false
AwardCategory::$data = array()
AwardCategory::$table = "award_categories"
AwardCategory::$primaryKey = "id"
AwardCategory::$_schema = false
AwardCategory::$validationErrors = array()
AwardCategory::$tablePrefix = NULL
AwardCategory::$alias = "ParentAwardCategory"
AwardCategory::$tableToModel = array(
"award_categories" => "ChildAwardCategory"
)
AwardCategory::$logTransactions = false
AwardCategory::$transactional = false
AwardCategory::$cacheQueries = false
AwardCategory::$hasOne = array()
AwardCategory::$hasAndBelongsToMany = array()
AwardCategory::$behaviors = array(
"Bindable" => BindableBehavior
BindableBehavior::$__settings = array(
"IndustryType" => array(
"recursive" => true,
"notices" => false
),
"Company" => array(
"recursive" => true,
"notices" => false
),
"Award" => array(
"recursive" => true,
"notices" => false
),
"ChildAwardCategory" => array(
"recursive" => true,
"notices" => false
),
"ParentAwardCategory" => array(
"recursive" => true,
"notices" => false
),
"AwardCategory" => array(
"recursive" => true,
"notices" => false
),
"AwardProductsAward" => array(
"recursive" => true,
"notices" => false
),
"AwardCategoriesAwardProduct" => array(
"recursive" => true,
"notices" => false
),
"AwardProduct" => array(
"recursive" => true,
"notices" => false
),
"Config" => array(
"recursive" => true,
"notices" => false
),
"ConfigCategory" => array(
"recursive" => true,
"notices" => false
),
"ChildLink" => array(
"recursive" => true,
"notices" => false
),
"ParentLink" => array(
"recursive" => true,
"notices" => false
),
"Link" => array(
"recursive" => true,
"notices" => false
)
)
BindableBehavior::$__bindings = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
BindableBehavior::$settings = array()
BindableBehavior::$mapMethods = array()
BindableBehavior::$_log = NULL
BindableBehavior::$__runResetBindable = array(
"AwardProduct" => true
)
BindableBehavior::setup()
BindableBehavior::restrict()
BindableBehavior::resetBindable()
BindableBehavior::beforeFind()
BindableBehavior::afterFind()
BindableBehavior::beforeValidate()
BindableBehavior::beforeSave()
BindableBehavior::afterSave()
BindableBehavior::beforeDelete()
BindableBehavior::afterDelete()
BindableBehavior::onError()
BindableBehavior::Object()
BindableBehavior::toString()
BindableBehavior::requestAction()
BindableBehavior::log()
BindableBehavior::cakeError(),
"Sluggable" => SluggableBehavior
SluggableBehavior::$__settings = array(
"ChildAwardCategory" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
),
"ParentAwardCategory" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
),
"AwardCategory" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
),
"AwardProduct" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
)
)
SluggableBehavior::$settings = array()
SluggableBehavior::$mapMethods = array()
SluggableBehavior::$_log = NULL
SluggableBehavior::setup()
SluggableBehavior::beforeSave()
SluggableBehavior::beforeFind()
SluggableBehavior::afterFind()
SluggableBehavior::beforeValidate()
SluggableBehavior::afterSave()
SluggableBehavior::beforeDelete()
SluggableBehavior::afterDelete()
SluggableBehavior::onError()
SluggableBehavior::Object()
SluggableBehavior::toString()
SluggableBehavior::requestAction()
SluggableBehavior::log()
SluggableBehavior::cakeError()
)
AwardCategory::$whitelist = array()
AwardCategory::$cacheSources = true
AwardCategory::$findQueryType = NULL
AwardCategory::$__behaviorMethods = array(
"restrict" => array(
"restrict",
"Bindable"
),
"resetBindable" => array(
"resetBindable",
"Bindable"
)
)
AwardCategory::$recursive = 1
AwardCategory::$order = NULL
AwardCategory::$__exists = NULL
AwardCategory::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
AwardCategory::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
AwardCategory::$__backAssociation = array()
AwardCategory::$__insertID = NULL
AwardCategory::$__numRows = NULL
AwardCategory::$__affectedRows = NULL
AwardCategory::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
AwardCategory::$_log = NULL
AwardCategory::$ParentAwardCategory = "*RECURSION* -> AwardCategory"
AwardCategory::$ChildAwardCategory = AwardCategory
AwardCategory::$name = "AwardCategory"
AwardCategory::$actsAs = array(
"Bindable" => null,
"Sluggable" => array(
"label" => "name",
"overwrite" => true
)
)
AwardCategory::$validate = array(
"name" => array(
"required" => array(
"rule" => "/.+/",
"message" => "This field cannot be left blank",
"last" => true
)
)
)
AwardCategory::$belongsTo = array(
"ParentAwardCategory" => array(
"className" => "AwardCategory",
"foreignKey" => "parent_id",
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "ParentAwardCategory.sort",
"counterCache" => "[empty string]"
)
)
AwardCategory::$hasMany = array(
"ChildAwardCategory" => array(
"className" => "AwardCategory",
"foreignKey" => "parent_id",
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "ChildAwardCategory.sort",
"limit" => "[empty string]",
"offset" => "[empty string]",
"dependent" => "[empty string]",
"exclusive" => "[empty string]",
"finderQuery" => "[empty string]",
"counterQuery" => "[empty string]"
)
)
AwardCategory::$useDbConfig = "default"
AwardCategory::$useTable = "award_categories"
AwardCategory::$displayField = "id"
AwardCategory::$id = false
AwardCategory::$data = array()
AwardCategory::$table = "award_categories"
AwardCategory::$primaryKey = "id"
AwardCategory::$_schema = false
AwardCategory::$validationErrors = array()
AwardCategory::$tablePrefix = NULL
AwardCategory::$alias = "ChildAwardCategory"
AwardCategory::$tableToModel = array(
"award_categories" => "ChildAwardCategory"
)
AwardCategory::$logTransactions = false
AwardCategory::$transactional = false
AwardCategory::$cacheQueries = false
AwardCategory::$hasOne = array()
AwardCategory::$hasAndBelongsToMany = array()
AwardCategory::$behaviors = array(
"Bindable" => BindableBehavior
BindableBehavior::$__settings = array(
"IndustryType" => array(
"recursive" => true,
"notices" => false
),
"Company" => array(
"recursive" => true,
"notices" => false
),
"Award" => array(
"recursive" => true,
"notices" => false
),
"ChildAwardCategory" => array(
"recursive" => true,
"notices" => false
),
"ParentAwardCategory" => array(
"recursive" => true,
"notices" => false
),
"AwardCategory" => array(
"recursive" => true,
"notices" => false
),
"AwardProductsAward" => array(
"recursive" => true,
"notices" => false
),
"AwardCategoriesAwardProduct" => array(
"recursive" => true,
"notices" => false
),
"AwardProduct" => array(
"recursive" => true,
"notices" => false
),
"Config" => array(
"recursive" => true,
"notices" => false
),
"ConfigCategory" => array(
"recursive" => true,
"notices" => false
),
"ChildLink" => array(
"recursive" => true,
"notices" => false
),
"ParentLink" => array(
"recursive" => true,
"notices" => false
),
"Link" => array(
"recursive" => true,
"notices" => false
)
)
BindableBehavior::$__bindings = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
BindableBehavior::$settings = array()
BindableBehavior::$mapMethods = array()
BindableBehavior::$_log = NULL
BindableBehavior::$__runResetBindable = array(
"AwardProduct" => true
)
BindableBehavior::setup()
BindableBehavior::restrict()
BindableBehavior::resetBindable()
BindableBehavior::beforeFind()
BindableBehavior::afterFind()
BindableBehavior::beforeValidate()
BindableBehavior::beforeSave()
BindableBehavior::afterSave()
BindableBehavior::beforeDelete()
BindableBehavior::afterDelete()
BindableBehavior::onError()
BindableBehavior::Object()
BindableBehavior::toString()
BindableBehavior::requestAction()
BindableBehavior::log()
BindableBehavior::cakeError(),
"Sluggable" => SluggableBehavior
SluggableBehavior::$__settings = array(
"ChildAwardCategory" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
),
"ParentAwardCategory" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
),
"AwardCategory" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
),
"AwardProduct" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
)
)
SluggableBehavior::$settings = array()
SluggableBehavior::$mapMethods = array()
SluggableBehavior::$_log = NULL
SluggableBehavior::setup()
SluggableBehavior::beforeSave()
SluggableBehavior::beforeFind()
SluggableBehavior::afterFind()
SluggableBehavior::beforeValidate()
SluggableBehavior::afterSave()
SluggableBehavior::beforeDelete()
SluggableBehavior::afterDelete()
SluggableBehavior::onError()
SluggableBehavior::Object()
SluggableBehavior::toString()
SluggableBehavior::requestAction()
SluggableBehavior::log()
SluggableBehavior::cakeError()
)
AwardCategory::$whitelist = array()
AwardCategory::$cacheSources = true
AwardCategory::$findQueryType = NULL
AwardCategory::$__behaviorMethods = array(
"restrict" => array(
"restrict",
"Bindable"
),
"resetBindable" => array(
"resetBindable",
"Bindable"
)
)
AwardCategory::$recursive = 1
AwardCategory::$order = NULL
AwardCategory::$__exists = NULL
AwardCategory::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
AwardCategory::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
AwardCategory::$__backAssociation = array()
AwardCategory::$__insertID = NULL
AwardCategory::$__numRows = NULL
AwardCategory::$__affectedRows = NULL
AwardCategory::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
AwardCategory::$_log = NULL
AwardCategory::$ParentAwardCategory = "*RECURSION* -> AwardCategory"
AwardCategory::$ChildAwardCategory = "*RECURSION* -> AwardCategory"
AwardCategory::beforeDelete()
AwardCategory::beforeSave()
AwardCategory::afterSave()
AwardCategory::afterDelete()
AwardCategory::sort()
AwardCategory::unbindAll()
AwardCategory::generateNestedList()
AwardCategory::generateParentList()
AwardCategory::generatetreearray()
AwardCategory::validateUnique()
AwardCategory::validateCaptcha()
AwardCategory::validateMXRecord()
AwardCategory::equalToField()
AwardCategory::getEnumValues()
AwardCategory::unbindValidation()
AwardCategory::call__()
AwardCategory::bind()
AwardCategory::bindModel()
AwardCategory::unbindModel()
AwardCategory::setSource()
AwardCategory::set()
AwardCategory::deconstruct()
AwardCategory::schema()
AwardCategory::loadInfo()
AwardCategory::getColumnTypes()
AwardCategory::getColumnType()
AwardCategory::hasField()
AwardCategory::create()
AwardCategory::read()
AwardCategory::field()
AwardCategory::saveField()
AwardCategory::save()
AwardCategory::updateCounterCache()
AwardCategory::saveAll()
AwardCategory::updateAll()
AwardCategory::remove()
AwardCategory::del()
AwardCategory::delete()
AwardCategory::deleteAll()
AwardCategory::exists()
AwardCategory::hasAny()
AwardCategory::find()
AwardCategory::findAll()
AwardCategory::execute()
AwardCategory::findCount()
AwardCategory::isUnique()
AwardCategory::findAllThreaded()
AwardCategory::findNeighbours()
AwardCategory::query()
AwardCategory::validates()
AwardCategory::invalidFields()
AwardCategory::invalidate()
AwardCategory::isForeignKey()
AwardCategory::getDisplayField()
AwardCategory::generateList()
AwardCategory::escapeField()
AwardCategory::getID()
AwardCategory::normalizeFindParams()
AwardCategory::getLastInsertID()
AwardCategory::getInsertID()
AwardCategory::setInsertID()
AwardCategory::getNumRows()
AwardCategory::getAffectedRows()
AwardCategory::setDataSource()
AwardCategory::getDataSource()
AwardCategory::getAssociated()
AwardCategory::joinModel()
AwardCategory::beforeFind()
AwardCategory::afterFind()
AwardCategory::beforeValidate()
AwardCategory::onError()
AwardCategory::overload()
AwardCategory::Object()
AwardCategory::toString()
AwardCategory::requestAction()
AwardCategory::log()
AwardCategory::cakeError()
AwardCategory::beforeDelete()
AwardCategory::beforeSave()
AwardCategory::afterSave()
AwardCategory::afterDelete()
AwardCategory::sort()
AwardCategory::unbindAll()
AwardCategory::generateNestedList()
AwardCategory::generateParentList()
AwardCategory::generatetreearray()
AwardCategory::validateUnique()
AwardCategory::validateCaptcha()
AwardCategory::validateMXRecord()
AwardCategory::equalToField()
AwardCategory::getEnumValues()
AwardCategory::unbindValidation()
AwardCategory::call__()
AwardCategory::bind()
AwardCategory::bindModel()
AwardCategory::unbindModel()
AwardCategory::setSource()
AwardCategory::set()
AwardCategory::deconstruct()
AwardCategory::schema()
AwardCategory::loadInfo()
AwardCategory::getColumnTypes()
AwardCategory::getColumnType()
AwardCategory::hasField()
AwardCategory::create()
AwardCategory::read()
AwardCategory::field()
AwardCategory::saveField()
AwardCategory::save()
AwardCategory::updateCounterCache()
AwardCategory::saveAll()
AwardCategory::updateAll()
AwardCategory::remove()
AwardCategory::del()
AwardCategory::delete()
AwardCategory::deleteAll()
AwardCategory::exists()
AwardCategory::hasAny()
AwardCategory::find()
AwardCategory::findAll()
AwardCategory::execute()
AwardCategory::findCount()
AwardCategory::isUnique()
AwardCategory::findAllThreaded()
AwardCategory::findNeighbours()
AwardCategory::query()
AwardCategory::validates()
AwardCategory::invalidFields()
AwardCategory::invalidate()
AwardCategory::isForeignKey()
AwardCategory::getDisplayField()
AwardCategory::generateList()
AwardCategory::escapeField()
AwardCategory::getID()
AwardCategory::normalizeFindParams()
AwardCategory::getLastInsertID()
AwardCategory::getInsertID()
AwardCategory::setInsertID()
AwardCategory::getNumRows()
AwardCategory::getAffectedRows()
AwardCategory::setDataSource()
AwardCategory::getDataSource()
AwardCategory::getAssociated()
AwardCategory::joinModel()
AwardCategory::beforeFind()
AwardCategory::afterFind()
AwardCategory::beforeValidate()
AwardCategory::onError()
AwardCategory::overload()
AwardCategory::Object()
AwardCategory::toString()
AwardCategory::requestAction()
AwardCategory::log()
AwardCategory::cakeError()
AwardCategory::$ChildAwardCategory = AwardCategory
AwardCategory::$name = "AwardCategory"
AwardCategory::$actsAs = array(
"Bindable" => null,
"Sluggable" => array(
"label" => "name",
"overwrite" => true
)
)
AwardCategory::$validate = array(
"name" => array(
"required" => array(
"rule" => "/.+/",
"message" => "This field cannot be left blank",
"last" => true
)
)
)
AwardCategory::$belongsTo = array(
"ParentAwardCategory" => array(
"className" => "AwardCategory",
"foreignKey" => "parent_id",
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "ParentAwardCategory.sort",
"counterCache" => "[empty string]"
)
)
AwardCategory::$hasMany = array(
"ChildAwardCategory" => array(
"className" => "AwardCategory",
"foreignKey" => "parent_id",
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "ChildAwardCategory.sort",
"limit" => "[empty string]",
"offset" => "[empty string]",
"dependent" => "[empty string]",
"exclusive" => "[empty string]",
"finderQuery" => "[empty string]",
"counterQuery" => "[empty string]"
)
)
AwardCategory::$useDbConfig = "default"
AwardCategory::$useTable = "award_categories"
AwardCategory::$displayField = "id"
AwardCategory::$id = false
AwardCategory::$data = array()
AwardCategory::$table = "award_categories"
AwardCategory::$primaryKey = "id"
AwardCategory::$_schema = false
AwardCategory::$validationErrors = array()
AwardCategory::$tablePrefix = NULL
AwardCategory::$alias = "ChildAwardCategory"
AwardCategory::$tableToModel = array(
"award_categories" => "ChildAwardCategory"
)
AwardCategory::$logTransactions = false
AwardCategory::$transactional = false
AwardCategory::$cacheQueries = false
AwardCategory::$hasOne = array()
AwardCategory::$hasAndBelongsToMany = array()
AwardCategory::$behaviors = array(
"Bindable" => BindableBehavior
BindableBehavior::$__settings = array(
"IndustryType" => array(
"recursive" => true,
"notices" => false
),
"Company" => array(
"recursive" => true,
"notices" => false
),
"Award" => array(
"recursive" => true,
"notices" => false
),
"ChildAwardCategory" => array(
"recursive" => true,
"notices" => false
),
"ParentAwardCategory" => array(
"recursive" => true,
"notices" => false
),
"AwardCategory" => array(
"recursive" => true,
"notices" => false
),
"AwardProductsAward" => array(
"recursive" => true,
"notices" => false
),
"AwardCategoriesAwardProduct" => array(
"recursive" => true,
"notices" => false
),
"AwardProduct" => array(
"recursive" => true,
"notices" => false
),
"Config" => array(
"recursive" => true,
"notices" => false
),
"ConfigCategory" => array(
"recursive" => true,
"notices" => false
),
"ChildLink" => array(
"recursive" => true,
"notices" => false
),
"ParentLink" => array(
"recursive" => true,
"notices" => false
),
"Link" => array(
"recursive" => true,
"notices" => false
)
)
BindableBehavior::$__bindings = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
BindableBehavior::$settings = array()
BindableBehavior::$mapMethods = array()
BindableBehavior::$_log = NULL
BindableBehavior::$__runResetBindable = array(
"AwardProduct" => true
)
BindableBehavior::setup()
BindableBehavior::restrict()
BindableBehavior::resetBindable()
BindableBehavior::beforeFind()
BindableBehavior::afterFind()
BindableBehavior::beforeValidate()
BindableBehavior::beforeSave()
BindableBehavior::afterSave()
BindableBehavior::beforeDelete()
BindableBehavior::afterDelete()
BindableBehavior::onError()
BindableBehavior::Object()
BindableBehavior::toString()
BindableBehavior::requestAction()
BindableBehavior::log()
BindableBehavior::cakeError(),
"Sluggable" => SluggableBehavior
SluggableBehavior::$__settings = array(
"ChildAwardCategory" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
),
"ParentAwardCategory" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
),
"AwardCategory" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
),
"AwardProduct" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
)
)
SluggableBehavior::$settings = array()
SluggableBehavior::$mapMethods = array()
SluggableBehavior::$_log = NULL
SluggableBehavior::setup()
SluggableBehavior::beforeSave()
SluggableBehavior::beforeFind()
SluggableBehavior::afterFind()
SluggableBehavior::beforeValidate()
SluggableBehavior::afterSave()
SluggableBehavior::beforeDelete()
SluggableBehavior::afterDelete()
SluggableBehavior::onError()
SluggableBehavior::Object()
SluggableBehavior::toString()
SluggableBehavior::requestAction()
SluggableBehavior::log()
SluggableBehavior::cakeError()
)
AwardCategory::$whitelist = array()
AwardCategory::$cacheSources = true
AwardCategory::$findQueryType = NULL
AwardCategory::$__behaviorMethods = array(
"restrict" => array(
"restrict",
"Bindable"
),
"resetBindable" => array(
"resetBindable",
"Bindable"
)
)
AwardCategory::$recursive = 1
AwardCategory::$order = NULL
AwardCategory::$__exists = NULL
AwardCategory::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
AwardCategory::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
AwardCategory::$__backAssociation = array()
AwardCategory::$__insertID = NULL
AwardCategory::$__numRows = NULL
AwardCategory::$__affectedRows = NULL
AwardCategory::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
AwardCategory::$_log = NULL
AwardCategory::$ParentAwardCategory = AwardCategory
AwardCategory::$name = "AwardCategory"
AwardCategory::$actsAs = array(
"Bindable" => null,
"Sluggable" => array(
"label" => "name",
"overwrite" => true
)
)
AwardCategory::$validate = array(
"name" => array(
"required" => array(
"rule" => "/.+/",
"message" => "This field cannot be left blank",
"last" => true
)
)
)
AwardCategory::$belongsTo = array(
"ParentAwardCategory" => array(
"className" => "AwardCategory",
"foreignKey" => "parent_id",
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "ParentAwardCategory.sort",
"counterCache" => "[empty string]"
)
)
AwardCategory::$hasMany = array(
"ChildAwardCategory" => array(
"className" => "AwardCategory",
"foreignKey" => "parent_id",
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "ChildAwardCategory.sort",
"limit" => "[empty string]",
"offset" => "[empty string]",
"dependent" => "[empty string]",
"exclusive" => "[empty string]",
"finderQuery" => "[empty string]",
"counterQuery" => "[empty string]"
)
)
AwardCategory::$useDbConfig = "default"
AwardCategory::$useTable = "award_categories"
AwardCategory::$displayField = "id"
AwardCategory::$id = false
AwardCategory::$data = array()
AwardCategory::$table = "award_categories"
AwardCategory::$primaryKey = "id"
AwardCategory::$_schema = false
AwardCategory::$validationErrors = array()
AwardCategory::$tablePrefix = NULL
AwardCategory::$alias = "ParentAwardCategory"
AwardCategory::$tableToModel = array(
"award_categories" => "ChildAwardCategory"
)
AwardCategory::$logTransactions = false
AwardCategory::$transactional = false
AwardCategory::$cacheQueries = false
AwardCategory::$hasOne = array()
AwardCategory::$hasAndBelongsToMany = array()
AwardCategory::$behaviors = array(
"Bindable" => BindableBehavior
BindableBehavior::$__settings = array(
"IndustryType" => array(
"recursive" => true,
"notices" => false
),
"Company" => array(
"recursive" => true,
"notices" => false
),
"Award" => array(
"recursive" => true,
"notices" => false
),
"ChildAwardCategory" => array(
"recursive" => true,
"notices" => false
),
"ParentAwardCategory" => array(
"recursive" => true,
"notices" => false
),
"AwardCategory" => array(
"recursive" => true,
"notices" => false
),
"AwardProductsAward" => array(
"recursive" => true,
"notices" => false
),
"AwardCategoriesAwardProduct" => array(
"recursive" => true,
"notices" => false
),
"AwardProduct" => array(
"recursive" => true,
"notices" => false
),
"Config" => array(
"recursive" => true,
"notices" => false
),
"ConfigCategory" => array(
"recursive" => true,
"notices" => false
),
"ChildLink" => array(
"recursive" => true,
"notices" => false
),
"ParentLink" => array(
"recursive" => true,
"notices" => false
),
"Link" => array(
"recursive" => true,
"notices" => false
)
)
BindableBehavior::$__bindings = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
BindableBehavior::$settings = array()
BindableBehavior::$mapMethods = array()
BindableBehavior::$_log = NULL
BindableBehavior::$__runResetBindable = array(
"AwardProduct" => true
)
BindableBehavior::setup()
BindableBehavior::restrict()
BindableBehavior::resetBindable()
BindableBehavior::beforeFind()
BindableBehavior::afterFind()
BindableBehavior::beforeValidate()
BindableBehavior::beforeSave()
BindableBehavior::afterSave()
BindableBehavior::beforeDelete()
BindableBehavior::afterDelete()
BindableBehavior::onError()
BindableBehavior::Object()
BindableBehavior::toString()
BindableBehavior::requestAction()
BindableBehavior::log()
BindableBehavior::cakeError(),
"Sluggable" => SluggableBehavior
SluggableBehavior::$__settings = array(
"ChildAwardCategory" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
),
"ParentAwardCategory" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
),
"AwardCategory" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
),
"AwardProduct" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
)
)
SluggableBehavior::$settings = array()
SluggableBehavior::$mapMethods = array()
SluggableBehavior::$_log = NULL
SluggableBehavior::setup()
SluggableBehavior::beforeSave()
SluggableBehavior::beforeFind()
SluggableBehavior::afterFind()
SluggableBehavior::beforeValidate()
SluggableBehavior::afterSave()
SluggableBehavior::beforeDelete()
SluggableBehavior::afterDelete()
SluggableBehavior::onError()
SluggableBehavior::Object()
SluggableBehavior::toString()
SluggableBehavior::requestAction()
SluggableBehavior::log()
SluggableBehavior::cakeError()
)
AwardCategory::$whitelist = array()
AwardCategory::$cacheSources = true
AwardCategory::$findQueryType = NULL
AwardCategory::$__behaviorMethods = array(
"restrict" => array(
"restrict",
"Bindable"
),
"resetBindable" => array(
"resetBindable",
"Bindable"
)
)
AwardCategory::$recursive = 1
AwardCategory::$order = NULL
AwardCategory::$__exists = NULL
AwardCategory::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
AwardCategory::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
AwardCategory::$__backAssociation = array()
AwardCategory::$__insertID = NULL
AwardCategory::$__numRows = NULL
AwardCategory::$__affectedRows = NULL
AwardCategory::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
AwardCategory::$_log = NULL
AwardCategory::$ParentAwardCategory = "*RECURSION* -> AwardCategory"
AwardCategory::$ChildAwardCategory = "*RECURSION* -> AwardCategory"
AwardCategory::beforeDelete()
AwardCategory::beforeSave()
AwardCategory::afterSave()
AwardCategory::afterDelete()
AwardCategory::sort()
AwardCategory::unbindAll()
AwardCategory::generateNestedList()
AwardCategory::generateParentList()
AwardCategory::generatetreearray()
AwardCategory::validateUnique()
AwardCategory::validateCaptcha()
AwardCategory::validateMXRecord()
AwardCategory::equalToField()
AwardCategory::getEnumValues()
AwardCategory::unbindValidation()
AwardCategory::call__()
AwardCategory::bind()
AwardCategory::bindModel()
AwardCategory::unbindModel()
AwardCategory::setSource()
AwardCategory::set()
AwardCategory::deconstruct()
AwardCategory::schema()
AwardCategory::loadInfo()
AwardCategory::getColumnTypes()
AwardCategory::getColumnType()
AwardCategory::hasField()
AwardCategory::create()
AwardCategory::read()
AwardCategory::field()
AwardCategory::saveField()
AwardCategory::save()
AwardCategory::updateCounterCache()
AwardCategory::saveAll()
AwardCategory::updateAll()
AwardCategory::remove()
AwardCategory::del()
AwardCategory::delete()
AwardCategory::deleteAll()
AwardCategory::exists()
AwardCategory::hasAny()
AwardCategory::find()
AwardCategory::findAll()
AwardCategory::execute()
AwardCategory::findCount()
AwardCategory::isUnique()
AwardCategory::findAllThreaded()
AwardCategory::findNeighbours()
AwardCategory::query()
AwardCategory::validates()
AwardCategory::invalidFields()
AwardCategory::invalidate()
AwardCategory::isForeignKey()
AwardCategory::getDisplayField()
AwardCategory::generateList()
AwardCategory::escapeField()
AwardCategory::getID()
AwardCategory::normalizeFindParams()
AwardCategory::getLastInsertID()
AwardCategory::getInsertID()
AwardCategory::setInsertID()
AwardCategory::getNumRows()
AwardCategory::getAffectedRows()
AwardCategory::setDataSource()
AwardCategory::getDataSource()
AwardCategory::getAssociated()
AwardCategory::joinModel()
AwardCategory::beforeFind()
AwardCategory::afterFind()
AwardCategory::beforeValidate()
AwardCategory::onError()
AwardCategory::overload()
AwardCategory::Object()
AwardCategory::toString()
AwardCategory::requestAction()
AwardCategory::log()
AwardCategory::cakeError()
AwardCategory::$ChildAwardCategory = "*RECURSION* -> AwardCategory"
AwardCategory::beforeDelete()
AwardCategory::beforeSave()
AwardCategory::afterSave()
AwardCategory::afterDelete()
AwardCategory::sort()
AwardCategory::unbindAll()
AwardCategory::generateNestedList()
AwardCategory::generateParentList()
AwardCategory::generatetreearray()
AwardCategory::validateUnique()
AwardCategory::validateCaptcha()
AwardCategory::validateMXRecord()
AwardCategory::equalToField()
AwardCategory::getEnumValues()
AwardCategory::unbindValidation()
AwardCategory::call__()
AwardCategory::bind()
AwardCategory::bindModel()
AwardCategory::unbindModel()
AwardCategory::setSource()
AwardCategory::set()
AwardCategory::deconstruct()
AwardCategory::schema()
AwardCategory::loadInfo()
AwardCategory::getColumnTypes()
AwardCategory::getColumnType()
AwardCategory::hasField()
AwardCategory::create()
AwardCategory::read()
AwardCategory::field()
AwardCategory::saveField()
AwardCategory::save()
AwardCategory::updateCounterCache()
AwardCategory::saveAll()
AwardCategory::updateAll()
AwardCategory::remove()
AwardCategory::del()
AwardCategory::delete()
AwardCategory::deleteAll()
AwardCategory::exists()
AwardCategory::hasAny()
AwardCategory::find()
AwardCategory::findAll()
AwardCategory::execute()
AwardCategory::findCount()
AwardCategory::isUnique()
AwardCategory::findAllThreaded()
AwardCategory::findNeighbours()
AwardCategory::query()
AwardCategory::validates()
AwardCategory::invalidFields()
AwardCategory::invalidate()
AwardCategory::isForeignKey()
AwardCategory::getDisplayField()
AwardCategory::generateList()
AwardCategory::escapeField()
AwardCategory::getID()
AwardCategory::normalizeFindParams()
AwardCategory::getLastInsertID()
AwardCategory::getInsertID()
AwardCategory::setInsertID()
AwardCategory::getNumRows()
AwardCategory::getAffectedRows()
AwardCategory::setDataSource()
AwardCategory::getDataSource()
AwardCategory::getAssociated()
AwardCategory::joinModel()
AwardCategory::beforeFind()
AwardCategory::afterFind()
AwardCategory::beforeValidate()
AwardCategory::onError()
AwardCategory::overload()
AwardCategory::Object()
AwardCategory::toString()
AwardCategory::requestAction()
AwardCategory::log()
AwardCategory::cakeError()
AwardCategory::beforeDelete()
AwardCategory::beforeSave()
AwardCategory::afterSave()
AwardCategory::afterDelete()
AwardCategory::sort()
AwardCategory::unbindAll()
AwardCategory::generateNestedList()
AwardCategory::generateParentList()
AwardCategory::generatetreearray()
AwardCategory::validateUnique()
AwardCategory::validateCaptcha()
AwardCategory::validateMXRecord()
AwardCategory::equalToField()
AwardCategory::getEnumValues()
AwardCategory::unbindValidation()
AwardCategory::call__()
AwardCategory::bind()
AwardCategory::bindModel()
AwardCategory::unbindModel()
AwardCategory::setSource()
AwardCategory::set()
AwardCategory::deconstruct()
AwardCategory::schema()
AwardCategory::loadInfo()
AwardCategory::getColumnTypes()
AwardCategory::getColumnType()
AwardCategory::hasField()
AwardCategory::create()
AwardCategory::read()
AwardCategory::field()
AwardCategory::saveField()
AwardCategory::save()
AwardCategory::updateCounterCache()
AwardCategory::saveAll()
AwardCategory::updateAll()
AwardCategory::remove()
AwardCategory::del()
AwardCategory::delete()
AwardCategory::deleteAll()
AwardCategory::exists()
AwardCategory::hasAny()
AwardCategory::find()
AwardCategory::findAll()
AwardCategory::execute()
AwardCategory::findCount()
AwardCategory::isUnique()
AwardCategory::findAllThreaded()
AwardCategory::findNeighbours()
AwardCategory::query()
AwardCategory::validates()
AwardCategory::invalidFields()
AwardCategory::invalidate()
AwardCategory::isForeignKey()
AwardCategory::getDisplayField()
AwardCategory::generateList()
AwardCategory::escapeField()
AwardCategory::getID()
AwardCategory::normalizeFindParams()
AwardCategory::getLastInsertID()
AwardCategory::getInsertID()
AwardCategory::setInsertID()
AwardCategory::getNumRows()
AwardCategory::getAffectedRows()
AwardCategory::setDataSource()
AwardCategory::getDataSource()
AwardCategory::getAssociated()
AwardCategory::joinModel()
AwardCategory::beforeFind()
AwardCategory::afterFind()
AwardCategory::beforeValidate()
AwardCategory::onError()
AwardCategory::overload()
AwardCategory::Object()
AwardCategory::toString()
AwardCategory::requestAction()
AwardCategory::log()
AwardCategory::cakeError()
AwardProduct::$AwardProductsAward = AppModel
AppModel::$actsAs = array(
"Bindable" => null
)
AppModel::$useDbConfig = "default"
AppModel::$useTable = "award_products_awards"
AppModel::$displayField = "id"
AppModel::$id = false
AppModel::$data = array()
AppModel::$table = "award_products_awards"
AppModel::$primaryKey = "award_product_id"
AppModel::$_schema = false
AppModel::$validate = array()
AppModel::$validationErrors = array()
AppModel::$tablePrefix = NULL
AppModel::$name = "AwardProductsAward"
AppModel::$alias = "AwardProductsAward"
AppModel::$tableToModel = array(
"award_products_awards" => "AwardProductsAward"
)
AppModel::$logTransactions = false
AppModel::$transactional = false
AppModel::$cacheQueries = false
AppModel::$belongsTo = array()
AppModel::$hasOne = array()
AppModel::$hasMany = array()
AppModel::$hasAndBelongsToMany = array()
AppModel::$behaviors = array(
"Bindable" => BindableBehavior
BindableBehavior::$__settings = array(
"IndustryType" => array(
"recursive" => true,
"notices" => false
),
"Company" => array(
"recursive" => true,
"notices" => false
),
"Award" => array(
"recursive" => true,
"notices" => false
),
"ChildAwardCategory" => array(
"recursive" => true,
"notices" => false
),
"ParentAwardCategory" => array(
"recursive" => true,
"notices" => false
),
"AwardCategory" => array(
"recursive" => true,
"notices" => false
),
"AwardProductsAward" => array(
"recursive" => true,
"notices" => false
),
"AwardCategoriesAwardProduct" => array(
"recursive" => true,
"notices" => false
),
"AwardProduct" => array(
"recursive" => true,
"notices" => false
),
"Config" => array(
"recursive" => true,
"notices" => false
),
"ConfigCategory" => array(
"recursive" => true,
"notices" => false
),
"ChildLink" => array(
"recursive" => true,
"notices" => false
),
"ParentLink" => array(
"recursive" => true,
"notices" => false
),
"Link" => array(
"recursive" => true,
"notices" => false
)
)
BindableBehavior::$__bindings = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
BindableBehavior::$settings = array()
BindableBehavior::$mapMethods = array()
BindableBehavior::$_log = NULL
BindableBehavior::$__runResetBindable = array(
"AwardProduct" => true
)
BindableBehavior::setup()
BindableBehavior::restrict()
BindableBehavior::resetBindable()
BindableBehavior::beforeFind()
BindableBehavior::afterFind()
BindableBehavior::beforeValidate()
BindableBehavior::beforeSave()
BindableBehavior::afterSave()
BindableBehavior::beforeDelete()
BindableBehavior::afterDelete()
BindableBehavior::onError()
BindableBehavior::Object()
BindableBehavior::toString()
BindableBehavior::requestAction()
BindableBehavior::log()
BindableBehavior::cakeError()
)
AppModel::$whitelist = array()
AppModel::$cacheSources = true
AppModel::$findQueryType = NULL
AppModel::$__behaviorMethods = array(
"restrict" => array(
"restrict",
"Bindable"
),
"resetBindable" => array(
"resetBindable",
"Bindable"
)
)
AppModel::$recursive = 1
AppModel::$order = NULL
AppModel::$__exists = NULL
AppModel::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
AppModel::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
AppModel::$__backAssociation = array()
AppModel::$__insertID = NULL
AppModel::$__numRows = NULL
AppModel::$__affectedRows = NULL
AppModel::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
AppModel::$_log = NULL
AppModel::unbindAll()
AppModel::generateNestedList()
AppModel::generateParentList()
AppModel::generatetreearray()
AppModel::validateUnique()
AppModel::validateCaptcha()
AppModel::validateMXRecord()
AppModel::equalToField()
AppModel::getEnumValues()
AppModel::unbindValidation()
AppModel::call__()
AppModel::bind()
AppModel::bindModel()
AppModel::unbindModel()
AppModel::setSource()
AppModel::set()
AppModel::deconstruct()
AppModel::schema()
AppModel::loadInfo()
AppModel::getColumnTypes()
AppModel::getColumnType()
AppModel::hasField()
AppModel::create()
AppModel::read()
AppModel::field()
AppModel::saveField()
AppModel::save()
AppModel::updateCounterCache()
AppModel::saveAll()
AppModel::updateAll()
AppModel::remove()
AppModel::del()
AppModel::delete()
AppModel::deleteAll()
AppModel::exists()
AppModel::hasAny()
AppModel::find()
AppModel::findAll()
AppModel::execute()
AppModel::findCount()
AppModel::isUnique()
AppModel::findAllThreaded()
AppModel::findNeighbours()
AppModel::query()
AppModel::validates()
AppModel::invalidFields()
AppModel::invalidate()
AppModel::isForeignKey()
AppModel::getDisplayField()
AppModel::generateList()
AppModel::escapeField()
AppModel::getID()
AppModel::normalizeFindParams()
AppModel::getLastInsertID()
AppModel::getInsertID()
AppModel::setInsertID()
AppModel::getNumRows()
AppModel::getAffectedRows()
AppModel::setDataSource()
AppModel::getDataSource()
AppModel::getAssociated()
AppModel::joinModel()
AppModel::beforeFind()
AppModel::afterFind()
AppModel::beforeSave()
AppModel::afterSave()
AppModel::beforeDelete()
AppModel::afterDelete()
AppModel::beforeValidate()
AppModel::onError()
AppModel::overload()
AppModel::Object()
AppModel::toString()
AppModel::requestAction()
AppModel::log()
AppModel::cakeError()
AwardProduct::$AwardCategoriesAwardProduct = AwardCategoriesAwardProduct
AwardCategoriesAwardProduct::$name = "AwardCategoriesAwardProduct"
AwardCategoriesAwardProduct::$belongsTo = array(
"AwardCategory" => array(
"className" => "AwardCategory",
"foreignKey" => "award_category_id",
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "[empty string]",
"counterCache" => "[empty string]"
),
"AwardProduct" => array(
"className" => "AwardProduct",
"foreignKey" => "award_product_id",
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "[empty string]",
"counterCache" => "[empty string]"
)
)
AwardCategoriesAwardProduct::$actsAs = array(
"Bindable" => null
)
AwardCategoriesAwardProduct::$useDbConfig = "default"
AwardCategoriesAwardProduct::$useTable = "award_categories_award_products"
AwardCategoriesAwardProduct::$displayField = "id"
AwardCategoriesAwardProduct::$id = false
AwardCategoriesAwardProduct::$data = array()
AwardCategoriesAwardProduct::$table = "award_categories_award_products"
AwardCategoriesAwardProduct::$primaryKey = "award_product_id"
AwardCategoriesAwardProduct::$_schema = false
AwardCategoriesAwardProduct::$validate = array()
AwardCategoriesAwardProduct::$validationErrors = array()
AwardCategoriesAwardProduct::$tablePrefix = NULL
AwardCategoriesAwardProduct::$alias = "AwardCategoriesAwardProduct"
AwardCategoriesAwardProduct::$tableToModel = array(
"award_categories_award_products" => "AwardCategoriesAwardProduct",
"award_categories" => "AwardCategory",
"award_products" => "AwardProduct"
)
AwardCategoriesAwardProduct::$logTransactions = false
AwardCategoriesAwardProduct::$transactional = false
AwardCategoriesAwardProduct::$cacheQueries = false
AwardCategoriesAwardProduct::$hasOne = array()
AwardCategoriesAwardProduct::$hasMany = array()
AwardCategoriesAwardProduct::$hasAndBelongsToMany = array()
AwardCategoriesAwardProduct::$behaviors = array(
"Bindable" => BindableBehavior
BindableBehavior::$__settings = array(
"IndustryType" => array(
"recursive" => true,
"notices" => false
),
"Company" => array(
"recursive" => true,
"notices" => false
),
"Award" => array(
"recursive" => true,
"notices" => false
),
"ChildAwardCategory" => array(
"recursive" => true,
"notices" => false
),
"ParentAwardCategory" => array(
"recursive" => true,
"notices" => false
),
"AwardCategory" => array(
"recursive" => true,
"notices" => false
),
"AwardProductsAward" => array(
"recursive" => true,
"notices" => false
),
"AwardCategoriesAwardProduct" => array(
"recursive" => true,
"notices" => false
),
"AwardProduct" => array(
"recursive" => true,
"notices" => false
),
"Config" => array(
"recursive" => true,
"notices" => false
),
"ConfigCategory" => array(
"recursive" => true,
"notices" => false
),
"ChildLink" => array(
"recursive" => true,
"notices" => false
),
"ParentLink" => array(
"recursive" => true,
"notices" => false
),
"Link" => array(
"recursive" => true,
"notices" => false
)
)
BindableBehavior::$__bindings = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
BindableBehavior::$settings = array()
BindableBehavior::$mapMethods = array()
BindableBehavior::$_log = NULL
BindableBehavior::$__runResetBindable = array(
"AwardProduct" => true
)
BindableBehavior::setup()
BindableBehavior::restrict()
BindableBehavior::resetBindable()
BindableBehavior::beforeFind()
BindableBehavior::afterFind()
BindableBehavior::beforeValidate()
BindableBehavior::beforeSave()
BindableBehavior::afterSave()
BindableBehavior::beforeDelete()
BindableBehavior::afterDelete()
BindableBehavior::onError()
BindableBehavior::Object()
BindableBehavior::toString()
BindableBehavior::requestAction()
BindableBehavior::log()
BindableBehavior::cakeError()
)
AwardCategoriesAwardProduct::$whitelist = array()
AwardCategoriesAwardProduct::$cacheSources = true
AwardCategoriesAwardProduct::$findQueryType = NULL
AwardCategoriesAwardProduct::$__behaviorMethods = array(
"restrict" => array(
"restrict",
"Bindable"
),
"resetBindable" => array(
"resetBindable",
"Bindable"
)
)
AwardCategoriesAwardProduct::$recursive = 1
AwardCategoriesAwardProduct::$order = NULL
AwardCategoriesAwardProduct::$__exists = NULL
AwardCategoriesAwardProduct::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
AwardCategoriesAwardProduct::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
AwardCategoriesAwardProduct::$__backAssociation = array()
AwardCategoriesAwardProduct::$__insertID = NULL
AwardCategoriesAwardProduct::$__numRows = NULL
AwardCategoriesAwardProduct::$__affectedRows = NULL
AwardCategoriesAwardProduct::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
AwardCategoriesAwardProduct::$_log = NULL
AwardCategoriesAwardProduct::$AwardCategory = AwardCategory
AwardCategory::$name = "AwardCategory"
AwardCategory::$actsAs = array(
"Bindable" => null,
"Sluggable" => array(
"label" => "name",
"overwrite" => true
)
)
AwardCategory::$validate = array(
"name" => array(
"required" => array(
"rule" => "/.+/",
"message" => "This field cannot be left blank",
"last" => true
)
)
)
AwardCategory::$belongsTo = array(
"ParentAwardCategory" => array(
"className" => "AwardCategory",
"foreignKey" => "parent_id",
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "ParentAwardCategory.sort",
"counterCache" => "[empty string]"
)
)
AwardCategory::$hasMany = array(
"ChildAwardCategory" => array(
"className" => "AwardCategory",
"foreignKey" => "parent_id",
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "ChildAwardCategory.sort",
"limit" => "[empty string]",
"offset" => "[empty string]",
"dependent" => "[empty string]",
"exclusive" => "[empty string]",
"finderQuery" => "[empty string]",
"counterQuery" => "[empty string]"
)
)
AwardCategory::$useDbConfig = "default"
AwardCategory::$useTable = "award_categories"
AwardCategory::$displayField = "id"
AwardCategory::$id = false
AwardCategory::$data = array()
AwardCategory::$table = "award_categories"
AwardCategory::$primaryKey = "id"
AwardCategory::$_schema = false
AwardCategory::$validationErrors = array()
AwardCategory::$tablePrefix = NULL
AwardCategory::$alias = "AwardCategory"
AwardCategory::$tableToModel = array(
"award_categories" => "ChildAwardCategory"
)
AwardCategory::$logTransactions = false
AwardCategory::$transactional = false
AwardCategory::$cacheQueries = false
AwardCategory::$hasOne = array()
AwardCategory::$hasAndBelongsToMany = array()
AwardCategory::$behaviors = array(
"Bindable" => BindableBehavior
BindableBehavior::$__settings = array(
"IndustryType" => array(
"recursive" => true,
"notices" => false
),
"Company" => array(
"recursive" => true,
"notices" => false
),
"Award" => array(
"recursive" => true,
"notices" => false
),
"ChildAwardCategory" => array(
"recursive" => true,
"notices" => false
),
"ParentAwardCategory" => array(
"recursive" => true,
"notices" => false
),
"AwardCategory" => array(
"recursive" => true,
"notices" => false
),
"AwardProductsAward" => array(
"recursive" => true,
"notices" => false
),
"AwardCategoriesAwardProduct" => array(
"recursive" => true,
"notices" => false
),
"AwardProduct" => array(
"recursive" => true,
"notices" => false
),
"Config" => array(
"recursive" => true,
"notices" => false
),
"ConfigCategory" => array(
"recursive" => true,
"notices" => false
),
"ChildLink" => array(
"recursive" => true,
"notices" => false
),
"ParentLink" => array(
"recursive" => true,
"notices" => false
),
"Link" => array(
"recursive" => true,
"notices" => false
)
)
BindableBehavior::$__bindings = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
BindableBehavior::$settings = array()
BindableBehavior::$mapMethods = array()
BindableBehavior::$_log = NULL
BindableBehavior::$__runResetBindable = array(
"AwardProduct" => true
)
BindableBehavior::setup()
BindableBehavior::restrict()
BindableBehavior::resetBindable()
BindableBehavior::beforeFind()
BindableBehavior::afterFind()
BindableBehavior::beforeValidate()
BindableBehavior::beforeSave()
BindableBehavior::afterSave()
BindableBehavior::beforeDelete()
BindableBehavior::afterDelete()
BindableBehavior::onError()
BindableBehavior::Object()
BindableBehavior::toString()
BindableBehavior::requestAction()
BindableBehavior::log()
BindableBehavior::cakeError(),
"Sluggable" => SluggableBehavior
SluggableBehavior::$__settings = array(
"ChildAwardCategory" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
),
"ParentAwardCategory" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
),
"AwardCategory" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
),
"AwardProduct" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
)
)
SluggableBehavior::$settings = array()
SluggableBehavior::$mapMethods = array()
SluggableBehavior::$_log = NULL
SluggableBehavior::setup()
SluggableBehavior::beforeSave()
SluggableBehavior::beforeFind()
SluggableBehavior::afterFind()
SluggableBehavior::beforeValidate()
SluggableBehavior::afterSave()
SluggableBehavior::beforeDelete()
SluggableBehavior::afterDelete()
SluggableBehavior::onError()
SluggableBehavior::Object()
SluggableBehavior::toString()
SluggableBehavior::requestAction()
SluggableBehavior::log()
SluggableBehavior::cakeError()
)
AwardCategory::$whitelist = array()
AwardCategory::$cacheSources = true
AwardCategory::$findQueryType = NULL
AwardCategory::$__behaviorMethods = array(
"restrict" => array(
"restrict",
"Bindable"
),
"resetBindable" => array(
"resetBindable",
"Bindable"
)
)
AwardCategory::$recursive = 1
AwardCategory::$order = NULL
AwardCategory::$__exists = NULL
AwardCategory::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
AwardCategory::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
AwardCategory::$__backAssociation = array()
AwardCategory::$__insertID = NULL
AwardCategory::$__numRows = NULL
AwardCategory::$__affectedRows = NULL
AwardCategory::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
AwardCategory::$_log = NULL
AwardCategory::$ParentAwardCategory = AwardCategory
AwardCategory::$name = "AwardCategory"
AwardCategory::$actsAs = array(
"Bindable" => null,
"Sluggable" => array(
"label" => "name",
"overwrite" => true
)
)
AwardCategory::$validate = array(
"name" => array(
"required" => array(
"rule" => "/.+/",
"message" => "This field cannot be left blank",
"last" => true
)
)
)
AwardCategory::$belongsTo = array(
"ParentAwardCategory" => array(
"className" => "AwardCategory",
"foreignKey" => "parent_id",
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "ParentAwardCategory.sort",
"counterCache" => "[empty string]"
)
)
AwardCategory::$hasMany = array(
"ChildAwardCategory" => array(
"className" => "AwardCategory",
"foreignKey" => "parent_id",
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "ChildAwardCategory.sort",
"limit" => "[empty string]",
"offset" => "[empty string]",
"dependent" => "[empty string]",
"exclusive" => "[empty string]",
"finderQuery" => "[empty string]",
"counterQuery" => "[empty string]"
)
)
AwardCategory::$useDbConfig = "default"
AwardCategory::$useTable = "award_categories"
AwardCategory::$displayField = "id"
AwardCategory::$id = false
AwardCategory::$data = array()
AwardCategory::$table = "award_categories"
AwardCategory::$primaryKey = "id"
AwardCategory::$_schema = false
AwardCategory::$validationErrors = array()
AwardCategory::$tablePrefix = NULL
AwardCategory::$alias = "ParentAwardCategory"
AwardCategory::$tableToModel = array(
"award_categories" => "ChildAwardCategory"
)
AwardCategory::$logTransactions = false
AwardCategory::$transactional = false
AwardCategory::$cacheQueries = false
AwardCategory::$hasOne = array()
AwardCategory::$hasAndBelongsToMany = array()
AwardCategory::$behaviors = array(
"Bindable" => BindableBehavior
BindableBehavior::$__settings = array(
"IndustryType" => array(
"recursive" => true,
"notices" => false
),
"Company" => array(
"recursive" => true,
"notices" => false
),
"Award" => array(
"recursive" => true,
"notices" => false
),
"ChildAwardCategory" => array(
"recursive" => true,
"notices" => false
),
"ParentAwardCategory" => array(
"recursive" => true,
"notices" => false
),
"AwardCategory" => array(
"recursive" => true,
"notices" => false
),
"AwardProductsAward" => array(
"recursive" => true,
"notices" => false
),
"AwardCategoriesAwardProduct" => array(
"recursive" => true,
"notices" => false
),
"AwardProduct" => array(
"recursive" => true,
"notices" => false
),
"Config" => array(
"recursive" => true,
"notices" => false
),
"ConfigCategory" => array(
"recursive" => true,
"notices" => false
),
"ChildLink" => array(
"recursive" => true,
"notices" => false
),
"ParentLink" => array(
"recursive" => true,
"notices" => false
),
"Link" => array(
"recursive" => true,
"notices" => false
)
)
BindableBehavior::$__bindings = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
BindableBehavior::$settings = array()
BindableBehavior::$mapMethods = array()
BindableBehavior::$_log = NULL
BindableBehavior::$__runResetBindable = array(
"AwardProduct" => true
)
BindableBehavior::setup()
BindableBehavior::restrict()
BindableBehavior::resetBindable()
BindableBehavior::beforeFind()
BindableBehavior::afterFind()
BindableBehavior::beforeValidate()
BindableBehavior::beforeSave()
BindableBehavior::afterSave()
BindableBehavior::beforeDelete()
BindableBehavior::afterDelete()
BindableBehavior::onError()
BindableBehavior::Object()
BindableBehavior::toString()
BindableBehavior::requestAction()
BindableBehavior::log()
BindableBehavior::cakeError(),
"Sluggable" => SluggableBehavior
SluggableBehavior::$__settings = array(
"ChildAwardCategory" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
),
"ParentAwardCategory" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
),
"AwardCategory" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
),
"AwardProduct" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
)
)
SluggableBehavior::$settings = array()
SluggableBehavior::$mapMethods = array()
SluggableBehavior::$_log = NULL
SluggableBehavior::setup()
SluggableBehavior::beforeSave()
SluggableBehavior::beforeFind()
SluggableBehavior::afterFind()
SluggableBehavior::beforeValidate()
SluggableBehavior::afterSave()
SluggableBehavior::beforeDelete()
SluggableBehavior::afterDelete()
SluggableBehavior::onError()
SluggableBehavior::Object()
SluggableBehavior::toString()
SluggableBehavior::requestAction()
SluggableBehavior::log()
SluggableBehavior::cakeError()
)
AwardCategory::$whitelist = array()
AwardCategory::$cacheSources = true
AwardCategory::$findQueryType = NULL
AwardCategory::$__behaviorMethods = array(
"restrict" => array(
"restrict",
"Bindable"
),
"resetBindable" => array(
"resetBindable",
"Bindable"
)
)
AwardCategory::$recursive = 1
AwardCategory::$order = NULL
AwardCategory::$__exists = NULL
AwardCategory::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
AwardCategory::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
AwardCategory::$__backAssociation = array()
AwardCategory::$__insertID = NULL
AwardCategory::$__numRows = NULL
AwardCategory::$__affectedRows = NULL
AwardCategory::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
AwardCategory::$_log = NULL
AwardCategory::$ParentAwardCategory = "*RECURSION* -> AwardCategory"
AwardCategory::$ChildAwardCategory = AwardCategory
AwardCategory::$name = "AwardCategory"
AwardCategory::$actsAs = array(
"Bindable" => null,
"Sluggable" => array(
"label" => "name",
"overwrite" => true
)
)
AwardCategory::$validate = array(
"name" => array(
"required" => array(
"rule" => "/.+/",
"message" => "This field cannot be left blank",
"last" => true
)
)
)
AwardCategory::$belongsTo = array(
"ParentAwardCategory" => array(
"className" => "AwardCategory",
"foreignKey" => "parent_id",
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "ParentAwardCategory.sort",
"counterCache" => "[empty string]"
)
)
AwardCategory::$hasMany = array(
"ChildAwardCategory" => array(
"className" => "AwardCategory",
"foreignKey" => "parent_id",
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "ChildAwardCategory.sort",
"limit" => "[empty string]",
"offset" => "[empty string]",
"dependent" => "[empty string]",
"exclusive" => "[empty string]",
"finderQuery" => "[empty string]",
"counterQuery" => "[empty string]"
)
)
AwardCategory::$useDbConfig = "default"
AwardCategory::$useTable = "award_categories"
AwardCategory::$displayField = "id"
AwardCategory::$id = false
AwardCategory::$data = array()
AwardCategory::$table = "award_categories"
AwardCategory::$primaryKey = "id"
AwardCategory::$_schema = false
AwardCategory::$validationErrors = array()
AwardCategory::$tablePrefix = NULL
AwardCategory::$alias = "ChildAwardCategory"
AwardCategory::$tableToModel = array(
"award_categories" => "ChildAwardCategory"
)
AwardCategory::$logTransactions = false
AwardCategory::$transactional = false
AwardCategory::$cacheQueries = false
AwardCategory::$hasOne = array()
AwardCategory::$hasAndBelongsToMany = array()
AwardCategory::$behaviors = array(
"Bindable" => BindableBehavior
BindableBehavior::$__settings = array(
"IndustryType" => array(
"recursive" => true,
"notices" => false
),
"Company" => array(
"recursive" => true,
"notices" => false
),
"Award" => array(
"recursive" => true,
"notices" => false
),
"ChildAwardCategory" => array(
"recursive" => true,
"notices" => false
),
"ParentAwardCategory" => array(
"recursive" => true,
"notices" => false
),
"AwardCategory" => array(
"recursive" => true,
"notices" => false
),
"AwardProductsAward" => array(
"recursive" => true,
"notices" => false
),
"AwardCategoriesAwardProduct" => array(
"recursive" => true,
"notices" => false
),
"AwardProduct" => array(
"recursive" => true,
"notices" => false
),
"Config" => array(
"recursive" => true,
"notices" => false
),
"ConfigCategory" => array(
"recursive" => true,
"notices" => false
),
"ChildLink" => array(
"recursive" => true,
"notices" => false
),
"ParentLink" => array(
"recursive" => true,
"notices" => false
),
"Link" => array(
"recursive" => true,
"notices" => false
)
)
BindableBehavior::$__bindings = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
BindableBehavior::$settings = array()
BindableBehavior::$mapMethods = array()
BindableBehavior::$_log = NULL
BindableBehavior::$__runResetBindable = array(
"AwardProduct" => true
)
BindableBehavior::setup()
BindableBehavior::restrict()
BindableBehavior::resetBindable()
BindableBehavior::beforeFind()
BindableBehavior::afterFind()
BindableBehavior::beforeValidate()
BindableBehavior::beforeSave()
BindableBehavior::afterSave()
BindableBehavior::beforeDelete()
BindableBehavior::afterDelete()
BindableBehavior::onError()
BindableBehavior::Object()
BindableBehavior::toString()
BindableBehavior::requestAction()
BindableBehavior::log()
BindableBehavior::cakeError(),
"Sluggable" => SluggableBehavior
SluggableBehavior::$__settings = array(
"ChildAwardCategory" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
),
"ParentAwardCategory" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
),
"AwardCategory" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
),
"AwardProduct" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
)
)
SluggableBehavior::$settings = array()
SluggableBehavior::$mapMethods = array()
SluggableBehavior::$_log = NULL
SluggableBehavior::setup()
SluggableBehavior::beforeSave()
SluggableBehavior::beforeFind()
SluggableBehavior::afterFind()
SluggableBehavior::beforeValidate()
SluggableBehavior::afterSave()
SluggableBehavior::beforeDelete()
SluggableBehavior::afterDelete()
SluggableBehavior::onError()
SluggableBehavior::Object()
SluggableBehavior::toString()
SluggableBehavior::requestAction()
SluggableBehavior::log()
SluggableBehavior::cakeError()
)
AwardCategory::$whitelist = array()
AwardCategory::$cacheSources = true
AwardCategory::$findQueryType = NULL
AwardCategory::$__behaviorMethods = array(
"restrict" => array(
"restrict",
"Bindable"
),
"resetBindable" => array(
"resetBindable",
"Bindable"
)
)
AwardCategory::$recursive = 1
AwardCategory::$order = NULL
AwardCategory::$__exists = NULL
AwardCategory::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
AwardCategory::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
AwardCategory::$__backAssociation = array()
AwardCategory::$__insertID = NULL
AwardCategory::$__numRows = NULL
AwardCategory::$__affectedRows = NULL
AwardCategory::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
AwardCategory::$_log = NULL
AwardCategory::$ParentAwardCategory = "*RECURSION* -> AwardCategory"
AwardCategory::$ChildAwardCategory = "*RECURSION* -> AwardCategory"
AwardCategory::beforeDelete()
AwardCategory::beforeSave()
AwardCategory::afterSave()
AwardCategory::afterDelete()
AwardCategory::sort()
AwardCategory::unbindAll()
AwardCategory::generateNestedList()
AwardCategory::generateParentList()
AwardCategory::generatetreearray()
AwardCategory::validateUnique()
AwardCategory::validateCaptcha()
AwardCategory::validateMXRecord()
AwardCategory::equalToField()
AwardCategory::getEnumValues()
AwardCategory::unbindValidation()
AwardCategory::call__()
AwardCategory::bind()
AwardCategory::bindModel()
AwardCategory::unbindModel()
AwardCategory::setSource()
AwardCategory::set()
AwardCategory::deconstruct()
AwardCategory::schema()
AwardCategory::loadInfo()
AwardCategory::getColumnTypes()
AwardCategory::getColumnType()
AwardCategory::hasField()
AwardCategory::create()
AwardCategory::read()
AwardCategory::field()
AwardCategory::saveField()
AwardCategory::save()
AwardCategory::updateCounterCache()
AwardCategory::saveAll()
AwardCategory::updateAll()
AwardCategory::remove()
AwardCategory::del()
AwardCategory::delete()
AwardCategory::deleteAll()
AwardCategory::exists()
AwardCategory::hasAny()
AwardCategory::find()
AwardCategory::findAll()
AwardCategory::execute()
AwardCategory::findCount()
AwardCategory::isUnique()
AwardCategory::findAllThreaded()
AwardCategory::findNeighbours()
AwardCategory::query()
AwardCategory::validates()
AwardCategory::invalidFields()
AwardCategory::invalidate()
AwardCategory::isForeignKey()
AwardCategory::getDisplayField()
AwardCategory::generateList()
AwardCategory::escapeField()
AwardCategory::getID()
AwardCategory::normalizeFindParams()
AwardCategory::getLastInsertID()
AwardCategory::getInsertID()
AwardCategory::setInsertID()
AwardCategory::getNumRows()
AwardCategory::getAffectedRows()
AwardCategory::setDataSource()
AwardCategory::getDataSource()
AwardCategory::getAssociated()
AwardCategory::joinModel()
AwardCategory::beforeFind()
AwardCategory::afterFind()
AwardCategory::beforeValidate()
AwardCategory::onError()
AwardCategory::overload()
AwardCategory::Object()
AwardCategory::toString()
AwardCategory::requestAction()
AwardCategory::log()
AwardCategory::cakeError()
AwardCategory::beforeDelete()
AwardCategory::beforeSave()
AwardCategory::afterSave()
AwardCategory::afterDelete()
AwardCategory::sort()
AwardCategory::unbindAll()
AwardCategory::generateNestedList()
AwardCategory::generateParentList()
AwardCategory::generatetreearray()
AwardCategory::validateUnique()
AwardCategory::validateCaptcha()
AwardCategory::validateMXRecord()
AwardCategory::equalToField()
AwardCategory::getEnumValues()
AwardCategory::unbindValidation()
AwardCategory::call__()
AwardCategory::bind()
AwardCategory::bindModel()
AwardCategory::unbindModel()
AwardCategory::setSource()
AwardCategory::set()
AwardCategory::deconstruct()
AwardCategory::schema()
AwardCategory::loadInfo()
AwardCategory::getColumnTypes()
AwardCategory::getColumnType()
AwardCategory::hasField()
AwardCategory::create()
AwardCategory::read()
AwardCategory::field()
AwardCategory::saveField()
AwardCategory::save()
AwardCategory::updateCounterCache()
AwardCategory::saveAll()
AwardCategory::updateAll()
AwardCategory::remove()
AwardCategory::del()
AwardCategory::delete()
AwardCategory::deleteAll()
AwardCategory::exists()
AwardCategory::hasAny()
AwardCategory::find()
AwardCategory::findAll()
AwardCategory::execute()
AwardCategory::findCount()
AwardCategory::isUnique()
AwardCategory::findAllThreaded()
AwardCategory::findNeighbours()
AwardCategory::query()
AwardCategory::validates()
AwardCategory::invalidFields()
AwardCategory::invalidate()
AwardCategory::isForeignKey()
AwardCategory::getDisplayField()
AwardCategory::generateList()
AwardCategory::escapeField()
AwardCategory::getID()
AwardCategory::normalizeFindParams()
AwardCategory::getLastInsertID()
AwardCategory::getInsertID()
AwardCategory::setInsertID()
AwardCategory::getNumRows()
AwardCategory::getAffectedRows()
AwardCategory::setDataSource()
AwardCategory::getDataSource()
AwardCategory::getAssociated()
AwardCategory::joinModel()
AwardCategory::beforeFind()
AwardCategory::afterFind()
AwardCategory::beforeValidate()
AwardCategory::onError()
AwardCategory::overload()
AwardCategory::Object()
AwardCategory::toString()
AwardCategory::requestAction()
AwardCategory::log()
AwardCategory::cakeError()
AwardCategory::$ChildAwardCategory = AwardCategory
AwardCategory::$name = "AwardCategory"
AwardCategory::$actsAs = array(
"Bindable" => null,
"Sluggable" => array(
"label" => "name",
"overwrite" => true
)
)
AwardCategory::$validate = array(
"name" => array(
"required" => array(
"rule" => "/.+/",
"message" => "This field cannot be left blank",
"last" => true
)
)
)
AwardCategory::$belongsTo = array(
"ParentAwardCategory" => array(
"className" => "AwardCategory",
"foreignKey" => "parent_id",
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "ParentAwardCategory.sort",
"counterCache" => "[empty string]"
)
)
AwardCategory::$hasMany = array(
"ChildAwardCategory" => array(
"className" => "AwardCategory",
"foreignKey" => "parent_id",
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "ChildAwardCategory.sort",
"limit" => "[empty string]",
"offset" => "[empty string]",
"dependent" => "[empty string]",
"exclusive" => "[empty string]",
"finderQuery" => "[empty string]",
"counterQuery" => "[empty string]"
)
)
AwardCategory::$useDbConfig = "default"
AwardCategory::$useTable = "award_categories"
AwardCategory::$displayField = "id"
AwardCategory::$id = false
AwardCategory::$data = array()
AwardCategory::$table = "award_categories"
AwardCategory::$primaryKey = "id"
AwardCategory::$_schema = false
AwardCategory::$validationErrors = array()
AwardCategory::$tablePrefix = NULL
AwardCategory::$alias = "ChildAwardCategory"
AwardCategory::$tableToModel = array(
"award_categories" => "ChildAwardCategory"
)
AwardCategory::$logTransactions = false
AwardCategory::$transactional = false
AwardCategory::$cacheQueries = false
AwardCategory::$hasOne = array()
AwardCategory::$hasAndBelongsToMany = array()
AwardCategory::$behaviors = array(
"Bindable" => BindableBehavior
BindableBehavior::$__settings = array(
"IndustryType" => array(
"recursive" => true,
"notices" => false
),
"Company" => array(
"recursive" => true,
"notices" => false
),
"Award" => array(
"recursive" => true,
"notices" => false
),
"ChildAwardCategory" => array(
"recursive" => true,
"notices" => false
),
"ParentAwardCategory" => array(
"recursive" => true,
"notices" => false
),
"AwardCategory" => array(
"recursive" => true,
"notices" => false
),
"AwardProductsAward" => array(
"recursive" => true,
"notices" => false
),
"AwardCategoriesAwardProduct" => array(
"recursive" => true,
"notices" => false
),
"AwardProduct" => array(
"recursive" => true,
"notices" => false
),
"Config" => array(
"recursive" => true,
"notices" => false
),
"ConfigCategory" => array(
"recursive" => true,
"notices" => false
),
"ChildLink" => array(
"recursive" => true,
"notices" => false
),
"ParentLink" => array(
"recursive" => true,
"notices" => false
),
"Link" => array(
"recursive" => true,
"notices" => false
)
)
BindableBehavior::$__bindings = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
BindableBehavior::$settings = array()
BindableBehavior::$mapMethods = array()
BindableBehavior::$_log = NULL
BindableBehavior::$__runResetBindable = array(
"AwardProduct" => true
)
BindableBehavior::setup()
BindableBehavior::restrict()
BindableBehavior::resetBindable()
BindableBehavior::beforeFind()
BindableBehavior::afterFind()
BindableBehavior::beforeValidate()
BindableBehavior::beforeSave()
BindableBehavior::afterSave()
BindableBehavior::beforeDelete()
BindableBehavior::afterDelete()
BindableBehavior::onError()
BindableBehavior::Object()
BindableBehavior::toString()
BindableBehavior::requestAction()
BindableBehavior::log()
BindableBehavior::cakeError(),
"Sluggable" => SluggableBehavior
SluggableBehavior::$__settings = array(
"ChildAwardCategory" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
),
"ParentAwardCategory" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
),
"AwardCategory" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
),
"AwardProduct" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
)
)
SluggableBehavior::$settings = array()
SluggableBehavior::$mapMethods = array()
SluggableBehavior::$_log = NULL
SluggableBehavior::setup()
SluggableBehavior::beforeSave()
SluggableBehavior::beforeFind()
SluggableBehavior::afterFind()
SluggableBehavior::beforeValidate()
SluggableBehavior::afterSave()
SluggableBehavior::beforeDelete()
SluggableBehavior::afterDelete()
SluggableBehavior::onError()
SluggableBehavior::Object()
SluggableBehavior::toString()
SluggableBehavior::requestAction()
SluggableBehavior::log()
SluggableBehavior::cakeError()
)
AwardCategory::$whitelist = array()
AwardCategory::$cacheSources = true
AwardCategory::$findQueryType = NULL
AwardCategory::$__behaviorMethods = array(
"restrict" => array(
"restrict",
"Bindable"
),
"resetBindable" => array(
"resetBindable",
"Bindable"
)
)
AwardCategory::$recursive = 1
AwardCategory::$order = NULL
AwardCategory::$__exists = NULL
AwardCategory::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
AwardCategory::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
AwardCategory::$__backAssociation = array()
AwardCategory::$__insertID = NULL
AwardCategory::$__numRows = NULL
AwardCategory::$__affectedRows = NULL
AwardCategory::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
AwardCategory::$_log = NULL
AwardCategory::$ParentAwardCategory = AwardCategory
AwardCategory::$name = "AwardCategory"
AwardCategory::$actsAs = array(
"Bindable" => null,
"Sluggable" => array(
"label" => "name",
"overwrite" => true
)
)
AwardCategory::$validate = array(
"name" => array(
"required" => array(
"rule" => "/.+/",
"message" => "This field cannot be left blank",
"last" => true
)
)
)
AwardCategory::$belongsTo = array(
"ParentAwardCategory" => array(
"className" => "AwardCategory",
"foreignKey" => "parent_id",
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "ParentAwardCategory.sort",
"counterCache" => "[empty string]"
)
)
AwardCategory::$hasMany = array(
"ChildAwardCategory" => array(
"className" => "AwardCategory",
"foreignKey" => "parent_id",
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "ChildAwardCategory.sort",
"limit" => "[empty string]",
"offset" => "[empty string]",
"dependent" => "[empty string]",
"exclusive" => "[empty string]",
"finderQuery" => "[empty string]",
"counterQuery" => "[empty string]"
)
)
AwardCategory::$useDbConfig = "default"
AwardCategory::$useTable = "award_categories"
AwardCategory::$displayField = "id"
AwardCategory::$id = false
AwardCategory::$data = array()
AwardCategory::$table = "award_categories"
AwardCategory::$primaryKey = "id"
AwardCategory::$_schema = false
AwardCategory::$validationErrors = array()
AwardCategory::$tablePrefix = NULL
AwardCategory::$alias = "ParentAwardCategory"
AwardCategory::$tableToModel = array(
"award_categories" => "ChildAwardCategory"
)
AwardCategory::$logTransactions = false
AwardCategory::$transactional = false
AwardCategory::$cacheQueries = false
AwardCategory::$hasOne = array()
AwardCategory::$hasAndBelongsToMany = array()
AwardCategory::$behaviors = array(
"Bindable" => BindableBehavior
BindableBehavior::$__settings = array(
"IndustryType" => array(
"recursive" => true,
"notices" => false
),
"Company" => array(
"recursive" => true,
"notices" => false
),
"Award" => array(
"recursive" => true,
"notices" => false
),
"ChildAwardCategory" => array(
"recursive" => true,
"notices" => false
),
"ParentAwardCategory" => array(
"recursive" => true,
"notices" => false
),
"AwardCategory" => array(
"recursive" => true,
"notices" => false
),
"AwardProductsAward" => array(
"recursive" => true,
"notices" => false
),
"AwardCategoriesAwardProduct" => array(
"recursive" => true,
"notices" => false
),
"AwardProduct" => array(
"recursive" => true,
"notices" => false
),
"Config" => array(
"recursive" => true,
"notices" => false
),
"ConfigCategory" => array(
"recursive" => true,
"notices" => false
),
"ChildLink" => array(
"recursive" => true,
"notices" => false
),
"ParentLink" => array(
"recursive" => true,
"notices" => false
),
"Link" => array(
"recursive" => true,
"notices" => false
)
)
BindableBehavior::$__bindings = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
BindableBehavior::$settings = array()
BindableBehavior::$mapMethods = array()
BindableBehavior::$_log = NULL
BindableBehavior::$__runResetBindable = array(
"AwardProduct" => true
)
BindableBehavior::setup()
BindableBehavior::restrict()
BindableBehavior::resetBindable()
BindableBehavior::beforeFind()
BindableBehavior::afterFind()
BindableBehavior::beforeValidate()
BindableBehavior::beforeSave()
BindableBehavior::afterSave()
BindableBehavior::beforeDelete()
BindableBehavior::afterDelete()
BindableBehavior::onError()
BindableBehavior::Object()
BindableBehavior::toString()
BindableBehavior::requestAction()
BindableBehavior::log()
BindableBehavior::cakeError(),
"Sluggable" => SluggableBehavior
SluggableBehavior::$__settings = array(
"ChildAwardCategory" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
),
"ParentAwardCategory" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
),
"AwardCategory" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
),
"AwardProduct" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
)
)
SluggableBehavior::$settings = array()
SluggableBehavior::$mapMethods = array()
SluggableBehavior::$_log = NULL
SluggableBehavior::setup()
SluggableBehavior::beforeSave()
SluggableBehavior::beforeFind()
SluggableBehavior::afterFind()
SluggableBehavior::beforeValidate()
SluggableBehavior::afterSave()
SluggableBehavior::beforeDelete()
SluggableBehavior::afterDelete()
SluggableBehavior::onError()
SluggableBehavior::Object()
SluggableBehavior::toString()
SluggableBehavior::requestAction()
SluggableBehavior::log()
SluggableBehavior::cakeError()
)
AwardCategory::$whitelist = array()
AwardCategory::$cacheSources = true
AwardCategory::$findQueryType = NULL
AwardCategory::$__behaviorMethods = array(
"restrict" => array(
"restrict",
"Bindable"
),
"resetBindable" => array(
"resetBindable",
"Bindable"
)
)
AwardCategory::$recursive = 1
AwardCategory::$order = NULL
AwardCategory::$__exists = NULL
AwardCategory::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
AwardCategory::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
AwardCategory::$__backAssociation = array()
AwardCategory::$__insertID = NULL
AwardCategory::$__numRows = NULL
AwardCategory::$__affectedRows = NULL
AwardCategory::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
AwardCategory::$_log = NULL
AwardCategory::$ParentAwardCategory = "*RECURSION* -> AwardCategory"
AwardCategory::$ChildAwardCategory = "*RECURSION* -> AwardCategory"
AwardCategory::beforeDelete()
AwardCategory::beforeSave()
AwardCategory::afterSave()
AwardCategory::afterDelete()
AwardCategory::sort()
AwardCategory::unbindAll()
AwardCategory::generateNestedList()
AwardCategory::generateParentList()
AwardCategory::generatetreearray()
AwardCategory::validateUnique()
AwardCategory::validateCaptcha()
AwardCategory::validateMXRecord()
AwardCategory::equalToField()
AwardCategory::getEnumValues()
AwardCategory::unbindValidation()
AwardCategory::call__()
AwardCategory::bind()
AwardCategory::bindModel()
AwardCategory::unbindModel()
AwardCategory::setSource()
AwardCategory::set()
AwardCategory::deconstruct()
AwardCategory::schema()
AwardCategory::loadInfo()
AwardCategory::getColumnTypes()
AwardCategory::getColumnType()
AwardCategory::hasField()
AwardCategory::create()
AwardCategory::read()
AwardCategory::field()
AwardCategory::saveField()
AwardCategory::save()
AwardCategory::updateCounterCache()
AwardCategory::saveAll()
AwardCategory::updateAll()
AwardCategory::remove()
AwardCategory::del()
AwardCategory::delete()
AwardCategory::deleteAll()
AwardCategory::exists()
AwardCategory::hasAny()
AwardCategory::find()
AwardCategory::findAll()
AwardCategory::execute()
AwardCategory::findCount()
AwardCategory::isUnique()
AwardCategory::findAllThreaded()
AwardCategory::findNeighbours()
AwardCategory::query()
AwardCategory::validates()
AwardCategory::invalidFields()
AwardCategory::invalidate()
AwardCategory::isForeignKey()
AwardCategory::getDisplayField()
AwardCategory::generateList()
AwardCategory::escapeField()
AwardCategory::getID()
AwardCategory::normalizeFindParams()
AwardCategory::getLastInsertID()
AwardCategory::getInsertID()
AwardCategory::setInsertID()
AwardCategory::getNumRows()
AwardCategory::getAffectedRows()
AwardCategory::setDataSource()
AwardCategory::getDataSource()
AwardCategory::getAssociated()
AwardCategory::joinModel()
AwardCategory::beforeFind()
AwardCategory::afterFind()
AwardCategory::beforeValidate()
AwardCategory::onError()
AwardCategory::overload()
AwardCategory::Object()
AwardCategory::toString()
AwardCategory::requestAction()
AwardCategory::log()
AwardCategory::cakeError()
AwardCategory::$ChildAwardCategory = "*RECURSION* -> AwardCategory"
AwardCategory::beforeDelete()
AwardCategory::beforeSave()
AwardCategory::afterSave()
AwardCategory::afterDelete()
AwardCategory::sort()
AwardCategory::unbindAll()
AwardCategory::generateNestedList()
AwardCategory::generateParentList()
AwardCategory::generatetreearray()
AwardCategory::validateUnique()
AwardCategory::validateCaptcha()
AwardCategory::validateMXRecord()
AwardCategory::equalToField()
AwardCategory::getEnumValues()
AwardCategory::unbindValidation()
AwardCategory::call__()
AwardCategory::bind()
AwardCategory::bindModel()
AwardCategory::unbindModel()
AwardCategory::setSource()
AwardCategory::set()
AwardCategory::deconstruct()
AwardCategory::schema()
AwardCategory::loadInfo()
AwardCategory::getColumnTypes()
AwardCategory::getColumnType()
AwardCategory::hasField()
AwardCategory::create()
AwardCategory::read()
AwardCategory::field()
AwardCategory::saveField()
AwardCategory::save()
AwardCategory::updateCounterCache()
AwardCategory::saveAll()
AwardCategory::updateAll()
AwardCategory::remove()
AwardCategory::del()
AwardCategory::delete()
AwardCategory::deleteAll()
AwardCategory::exists()
AwardCategory::hasAny()
AwardCategory::find()
AwardCategory::findAll()
AwardCategory::execute()
AwardCategory::findCount()
AwardCategory::isUnique()
AwardCategory::findAllThreaded()
AwardCategory::findNeighbours()
AwardCategory::query()
AwardCategory::validates()
AwardCategory::invalidFields()
AwardCategory::invalidate()
AwardCategory::isForeignKey()
AwardCategory::getDisplayField()
AwardCategory::generateList()
AwardCategory::escapeField()
AwardCategory::getID()
AwardCategory::normalizeFindParams()
AwardCategory::getLastInsertID()
AwardCategory::getInsertID()
AwardCategory::setInsertID()
AwardCategory::getNumRows()
AwardCategory::getAffectedRows()
AwardCategory::setDataSource()
AwardCategory::getDataSource()
AwardCategory::getAssociated()
AwardCategory::joinModel()
AwardCategory::beforeFind()
AwardCategory::afterFind()
AwardCategory::beforeValidate()
AwardCategory::onError()
AwardCategory::overload()
AwardCategory::Object()
AwardCategory::toString()
AwardCategory::requestAction()
AwardCategory::log()
AwardCategory::cakeError()
AwardCategory::beforeDelete()
AwardCategory::beforeSave()
AwardCategory::afterSave()
AwardCategory::afterDelete()
AwardCategory::sort()
AwardCategory::unbindAll()
AwardCategory::generateNestedList()
AwardCategory::generateParentList()
AwardCategory::generatetreearray()
AwardCategory::validateUnique()
AwardCategory::validateCaptcha()
AwardCategory::validateMXRecord()
AwardCategory::equalToField()
AwardCategory::getEnumValues()
AwardCategory::unbindValidation()
AwardCategory::call__()
AwardCategory::bind()
AwardCategory::bindModel()
AwardCategory::unbindModel()
AwardCategory::setSource()
AwardCategory::set()
AwardCategory::deconstruct()
AwardCategory::schema()
AwardCategory::loadInfo()
AwardCategory::getColumnTypes()
AwardCategory::getColumnType()
AwardCategory::hasField()
AwardCategory::create()
AwardCategory::read()
AwardCategory::field()
AwardCategory::saveField()
AwardCategory::save()
AwardCategory::updateCounterCache()
AwardCategory::saveAll()
AwardCategory::updateAll()
AwardCategory::remove()
AwardCategory::del()
AwardCategory::delete()
AwardCategory::deleteAll()
AwardCategory::exists()
AwardCategory::hasAny()
AwardCategory::find()
AwardCategory::findAll()
AwardCategory::execute()
AwardCategory::findCount()
AwardCategory::isUnique()
AwardCategory::findAllThreaded()
AwardCategory::findNeighbours()
AwardCategory::query()
AwardCategory::validates()
AwardCategory::invalidFields()
AwardCategory::invalidate()
AwardCategory::isForeignKey()
AwardCategory::getDisplayField()
AwardCategory::generateList()
AwardCategory::escapeField()
AwardCategory::getID()
AwardCategory::normalizeFindParams()
AwardCategory::getLastInsertID()
AwardCategory::getInsertID()
AwardCategory::setInsertID()
AwardCategory::getNumRows()
AwardCategory::getAffectedRows()
AwardCategory::setDataSource()
AwardCategory::getDataSource()
AwardCategory::getAssociated()
AwardCategory::joinModel()
AwardCategory::beforeFind()
AwardCategory::afterFind()
AwardCategory::beforeValidate()
AwardCategory::onError()
AwardCategory::overload()
AwardCategory::Object()
AwardCategory::toString()
AwardCategory::requestAction()
AwardCategory::log()
AwardCategory::cakeError()
AwardCategoriesAwardProduct::$AwardProduct = "*RECURSION* -> AwardProduct"
AwardCategoriesAwardProduct::unbindAll()
AwardCategoriesAwardProduct::generateNestedList()
AwardCategoriesAwardProduct::generateParentList()
AwardCategoriesAwardProduct::generatetreearray()
AwardCategoriesAwardProduct::validateUnique()
AwardCategoriesAwardProduct::validateCaptcha()
AwardCategoriesAwardProduct::validateMXRecord()
AwardCategoriesAwardProduct::equalToField()
AwardCategoriesAwardProduct::getEnumValues()
AwardCategoriesAwardProduct::unbindValidation()
AwardCategoriesAwardProduct::call__()
AwardCategoriesAwardProduct::bind()
AwardCategoriesAwardProduct::bindModel()
AwardCategoriesAwardProduct::unbindModel()
AwardCategoriesAwardProduct::setSource()
AwardCategoriesAwardProduct::set()
AwardCategoriesAwardProduct::deconstruct()
AwardCategoriesAwardProduct::schema()
AwardCategoriesAwardProduct::loadInfo()
AwardCategoriesAwardProduct::getColumnTypes()
AwardCategoriesAwardProduct::getColumnType()
AwardCategoriesAwardProduct::hasField()
AwardCategoriesAwardProduct::create()
AwardCategoriesAwardProduct::read()
AwardCategoriesAwardProduct::field()
AwardCategoriesAwardProduct::saveField()
AwardCategoriesAwardProduct::save()
AwardCategoriesAwardProduct::updateCounterCache()
AwardCategoriesAwardProduct::saveAll()
AwardCategoriesAwardProduct::updateAll()
AwardCategoriesAwardProduct::remove()
AwardCategoriesAwardProduct::del()
AwardCategoriesAwardProduct::delete()
AwardCategoriesAwardProduct::deleteAll()
AwardCategoriesAwardProduct::exists()
AwardCategoriesAwardProduct::hasAny()
AwardCategoriesAwardProduct::find()
AwardCategoriesAwardProduct::findAll()
AwardCategoriesAwardProduct::execute()
AwardCategoriesAwardProduct::findCount()
AwardCategoriesAwardProduct::isUnique()
AwardCategoriesAwardProduct::findAllThreaded()
AwardCategoriesAwardProduct::findNeighbours()
AwardCategoriesAwardProduct::query()
AwardCategoriesAwardProduct::validates()
AwardCategoriesAwardProduct::invalidFields()
AwardCategoriesAwardProduct::invalidate()
AwardCategoriesAwardProduct::isForeignKey()
AwardCategoriesAwardProduct::getDisplayField()
AwardCategoriesAwardProduct::generateList()
AwardCategoriesAwardProduct::escapeField()
AwardCategoriesAwardProduct::getID()
AwardCategoriesAwardProduct::normalizeFindParams()
AwardCategoriesAwardProduct::getLastInsertID()
AwardCategoriesAwardProduct::getInsertID()
AwardCategoriesAwardProduct::setInsertID()
AwardCategoriesAwardProduct::getNumRows()
AwardCategoriesAwardProduct::getAffectedRows()
AwardCategoriesAwardProduct::setDataSource()
AwardCategoriesAwardProduct::getDataSource()
AwardCategoriesAwardProduct::getAssociated()
AwardCategoriesAwardProduct::joinModel()
AwardCategoriesAwardProduct::beforeFind()
AwardCategoriesAwardProduct::afterFind()
AwardCategoriesAwardProduct::beforeSave()
AwardCategoriesAwardProduct::afterSave()
AwardCategoriesAwardProduct::beforeDelete()
AwardCategoriesAwardProduct::afterDelete()
AwardCategoriesAwardProduct::beforeValidate()
AwardCategoriesAwardProduct::onError()
AwardCategoriesAwardProduct::overload()
AwardCategoriesAwardProduct::Object()
AwardCategoriesAwardProduct::toString()
AwardCategoriesAwardProduct::requestAction()
AwardCategoriesAwardProduct::log()
AwardCategoriesAwardProduct::cakeError()
AwardProduct::beforeSave()
AwardProduct::afterSave()
AwardProduct::afterDelete()
AwardProduct::unbindAll()
AwardProduct::generateNestedList()
AwardProduct::generateParentList()
AwardProduct::generatetreearray()
AwardProduct::validateUnique()
AwardProduct::validateCaptcha()
AwardProduct::validateMXRecord()
AwardProduct::equalToField()
AwardProduct::getEnumValues()
AwardProduct::unbindValidation()
AwardProduct::call__()
AwardProduct::bind()
AwardProduct::bindModel()
AwardProduct::unbindModel()
AwardProduct::setSource()
AwardProduct::set()
AwardProduct::deconstruct()
AwardProduct::schema()
AwardProduct::loadInfo()
AwardProduct::getColumnTypes()
AwardProduct::getColumnType()
AwardProduct::hasField()
AwardProduct::create()
AwardProduct::read()
AwardProduct::field()
AwardProduct::saveField()
AwardProduct::save()
AwardProduct::updateCounterCache()
AwardProduct::saveAll()
AwardProduct::updateAll()
AwardProduct::remove()
AwardProduct::del()
AwardProduct::delete()
AwardProduct::deleteAll()
AwardProduct::exists()
AwardProduct::hasAny()
AwardProduct::find()
AwardProduct::findAll()
AwardProduct::execute()
AwardProduct::findCount()
AwardProduct::isUnique()
AwardProduct::findAllThreaded()
AwardProduct::findNeighbours()
AwardProduct::query()
AwardProduct::validates()
AwardProduct::invalidFields()
AwardProduct::invalidate()
AwardProduct::isForeignKey()
AwardProduct::getDisplayField()
AwardProduct::generateList()
AwardProduct::escapeField()
AwardProduct::getID()
AwardProduct::normalizeFindParams()
AwardProduct::getLastInsertID()
AwardProduct::getInsertID()
AwardProduct::setInsertID()
AwardProduct::getNumRows()
AwardProduct::getAffectedRows()
AwardProduct::setDataSource()
AwardProduct::getDataSource()
AwardProduct::getAssociated()
AwardProduct::joinModel()
AwardProduct::beforeFind()
AwardProduct::afterFind()
AwardProduct::beforeDelete()
AwardProduct::beforeValidate()
AwardProduct::onError()
AwardProduct::overload()
AwardProduct::Object()
AwardProduct::toString()
AwardProduct::requestAction()
AwardProduct::log()
AwardProduct::cakeError()
Company::unbindAll()
Company::generateNestedList()
Company::generateParentList()
Company::generatetreearray()
Company::validateUnique()
Company::validateCaptcha()
Company::validateMXRecord()
Company::equalToField()
Company::getEnumValues()
Company::unbindValidation()
Company::call__()
Company::bind()
Company::bindModel()
Company::unbindModel()
Company::setSource()
Company::set()
Company::deconstruct()
Company::schema()
Company::loadInfo()
Company::getColumnTypes()
Company::getColumnType()
Company::hasField()
Company::create()
Company::read()
Company::field()
Company::saveField()
Company::save()
Company::updateCounterCache()
Company::saveAll()
Company::updateAll()
Company::remove()
Company::del()
Company::delete()
Company::deleteAll()
Company::exists()
Company::hasAny()
Company::find()
Company::findAll()
Company::execute()
Company::findCount()
Company::isUnique()
Company::findAllThreaded()
Company::findNeighbours()
Company::query()
Company::validates()
Company::invalidFields()
Company::invalidate()
Company::isForeignKey()
Company::getDisplayField()
Company::generateList()
Company::escapeField()
Company::getID()
Company::normalizeFindParams()
Company::getLastInsertID()
Company::getInsertID()
Company::setInsertID()
Company::getNumRows()
Company::getAffectedRows()
Company::setDataSource()
Company::getDataSource()
Company::getAssociated()
Company::joinModel()
Company::beforeFind()
Company::afterFind()
Company::beforeSave()
Company::afterSave()
Company::beforeDelete()
Company::afterDelete()
Company::beforeValidate()
Company::onError()
Company::overload()
Company::Object()
Company::toString()
Company::requestAction()
Company::log()
Company::cakeError()
AwardProduct::$Award = Award
Award::$name = "Award"
Award::$displayField = "award"
Award::$actsAs = array(
"Bindable" => null
)
Award::$useDbConfig = "default"
Award::$useTable = "awards"
Award::$id = false
Award::$data = array()
Award::$table = "awards"
Award::$primaryKey = "id"
Award::$_schema = false
Award::$validate = array()
Award::$validationErrors = array()
Award::$tablePrefix = NULL
Award::$alias = "Award"
Award::$tableToModel = array(
"awards" => "Award"
)
Award::$logTransactions = false
Award::$transactional = false
Award::$cacheQueries = false
Award::$belongsTo = array()
Award::$hasOne = array()
Award::$hasMany = array()
Award::$hasAndBelongsToMany = array()
Award::$behaviors = array(
"Bindable" => BindableBehavior
BindableBehavior::$__settings = array(
"IndustryType" => array(
"recursive" => true,
"notices" => false
),
"Company" => array(
"recursive" => true,
"notices" => false
),
"Award" => array(
"recursive" => true,
"notices" => false
),
"ChildAwardCategory" => array(
"recursive" => true,
"notices" => false
),
"ParentAwardCategory" => array(
"recursive" => true,
"notices" => false
),
"AwardCategory" => array(
"recursive" => true,
"notices" => false
),
"AwardProductsAward" => array(
"recursive" => true,
"notices" => false
),
"AwardCategoriesAwardProduct" => array(
"recursive" => true,
"notices" => false
),
"AwardProduct" => array(
"recursive" => true,
"notices" => false
),
"Config" => array(
"recursive" => true,
"notices" => false
),
"ConfigCategory" => array(
"recursive" => true,
"notices" => false
),
"ChildLink" => array(
"recursive" => true,
"notices" => false
),
"ParentLink" => array(
"recursive" => true,
"notices" => false
),
"Link" => array(
"recursive" => true,
"notices" => false
)
)
BindableBehavior::$__bindings = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
BindableBehavior::$settings = array()
BindableBehavior::$mapMethods = array()
BindableBehavior::$_log = NULL
BindableBehavior::$__runResetBindable = array(
"AwardProduct" => true
)
BindableBehavior::setup()
BindableBehavior::restrict()
BindableBehavior::resetBindable()
BindableBehavior::beforeFind()
BindableBehavior::afterFind()
BindableBehavior::beforeValidate()
BindableBehavior::beforeSave()
BindableBehavior::afterSave()
BindableBehavior::beforeDelete()
BindableBehavior::afterDelete()
BindableBehavior::onError()
BindableBehavior::Object()
BindableBehavior::toString()
BindableBehavior::requestAction()
BindableBehavior::log()
BindableBehavior::cakeError()
)
Award::$whitelist = array()
Award::$cacheSources = true
Award::$findQueryType = NULL
Award::$__behaviorMethods = array(
"restrict" => array(
"restrict",
"Bindable"
),
"resetBindable" => array(
"resetBindable",
"Bindable"
)
)
Award::$recursive = 1
Award::$order = NULL
Award::$__exists = NULL
Award::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
Award::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
Award::$__backAssociation = array()
Award::$__insertID = NULL
Award::$__numRows = NULL
Award::$__affectedRows = NULL
Award::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
Award::$_log = NULL
Award::unbindAll()
Award::generateNestedList()
Award::generateParentList()
Award::generatetreearray()
Award::validateUnique()
Award::validateCaptcha()
Award::validateMXRecord()
Award::equalToField()
Award::getEnumValues()
Award::unbindValidation()
Award::call__()
Award::bind()
Award::bindModel()
Award::unbindModel()
Award::setSource()
Award::set()
Award::deconstruct()
Award::schema()
Award::loadInfo()
Award::getColumnTypes()
Award::getColumnType()
Award::hasField()
Award::create()
Award::read()
Award::field()
Award::saveField()
Award::save()
Award::updateCounterCache()
Award::saveAll()
Award::updateAll()
Award::remove()
Award::del()
Award::delete()
Award::deleteAll()
Award::exists()
Award::hasAny()
Award::find()
Award::findAll()
Award::execute()
Award::findCount()
Award::isUnique()
Award::findAllThreaded()
Award::findNeighbours()
Award::query()
Award::validates()
Award::invalidFields()
Award::invalidate()
Award::isForeignKey()
Award::getDisplayField()
Award::generateList()
Award::escapeField()
Award::getID()
Award::normalizeFindParams()
Award::getLastInsertID()
Award::getInsertID()
Award::setInsertID()
Award::getNumRows()
Award::getAffectedRows()
Award::setDataSource()
Award::getDataSource()
Award::getAssociated()
Award::joinModel()
Award::beforeFind()
Award::afterFind()
Award::beforeSave()
Award::afterSave()
Award::beforeDelete()
Award::afterDelete()
Award::beforeValidate()
Award::onError()
Award::overload()
Award::Object()
Award::toString()
Award::requestAction()
Award::log()
Award::cakeError()
AwardProduct::$AwardCategory = AwardCategory
AwardCategory::$name = "AwardCategory"
AwardCategory::$actsAs = array(
"Bindable" => null,
"Sluggable" => array(
"label" => "name",
"overwrite" => true
)
)
AwardCategory::$validate = array(
"name" => array(
"required" => array(
"rule" => "/.+/",
"message" => "This field cannot be left blank",
"last" => true
)
)
)
AwardCategory::$belongsTo = array(
"ParentAwardCategory" => array(
"className" => "AwardCategory",
"foreignKey" => "parent_id",
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "ParentAwardCategory.sort",
"counterCache" => "[empty string]"
)
)
AwardCategory::$hasMany = array(
"ChildAwardCategory" => array(
"className" => "AwardCategory",
"foreignKey" => "parent_id",
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "ChildAwardCategory.sort",
"limit" => "[empty string]",
"offset" => "[empty string]",
"dependent" => "[empty string]",
"exclusive" => "[empty string]",
"finderQuery" => "[empty string]",
"counterQuery" => "[empty string]"
)
)
AwardCategory::$useDbConfig = "default"
AwardCategory::$useTable = "award_categories"
AwardCategory::$displayField = "id"
AwardCategory::$id = false
AwardCategory::$data = array()
AwardCategory::$table = "award_categories"
AwardCategory::$primaryKey = "id"
AwardCategory::$_schema = false
AwardCategory::$validationErrors = array()
AwardCategory::$tablePrefix = NULL
AwardCategory::$alias = "AwardCategory"
AwardCategory::$tableToModel = array(
"award_categories" => "ChildAwardCategory"
)
AwardCategory::$logTransactions = false
AwardCategory::$transactional = false
AwardCategory::$cacheQueries = false
AwardCategory::$hasOne = array()
AwardCategory::$hasAndBelongsToMany = array()
AwardCategory::$behaviors = array(
"Bindable" => BindableBehavior
BindableBehavior::$__settings = array(
"IndustryType" => array(
"recursive" => true,
"notices" => false
),
"Company" => array(
"recursive" => true,
"notices" => false
),
"Award" => array(
"recursive" => true,
"notices" => false
),
"ChildAwardCategory" => array(
"recursive" => true,
"notices" => false
),
"ParentAwardCategory" => array(
"recursive" => true,
"notices" => false
),
"AwardCategory" => array(
"recursive" => true,
"notices" => false
),
"AwardProductsAward" => array(
"recursive" => true,
"notices" => false
),
"AwardCategoriesAwardProduct" => array(
"recursive" => true,
"notices" => false
),
"AwardProduct" => array(
"recursive" => true,
"notices" => false
),
"Config" => array(
"recursive" => true,
"notices" => false
),
"ConfigCategory" => array(
"recursive" => true,
"notices" => false
),
"ChildLink" => array(
"recursive" => true,
"notices" => false
),
"ParentLink" => array(
"recursive" => true,
"notices" => false
),
"Link" => array(
"recursive" => true,
"notices" => false
)
)
BindableBehavior::$__bindings = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
BindableBehavior::$settings = array()
BindableBehavior::$mapMethods = array()
BindableBehavior::$_log = NULL
BindableBehavior::$__runResetBindable = array(
"AwardProduct" => true
)
BindableBehavior::setup()
BindableBehavior::restrict()
BindableBehavior::resetBindable()
BindableBehavior::beforeFind()
BindableBehavior::afterFind()
BindableBehavior::beforeValidate()
BindableBehavior::beforeSave()
BindableBehavior::afterSave()
BindableBehavior::beforeDelete()
BindableBehavior::afterDelete()
BindableBehavior::onError()
BindableBehavior::Object()
BindableBehavior::toString()
BindableBehavior::requestAction()
BindableBehavior::log()
BindableBehavior::cakeError(),
"Sluggable" => SluggableBehavior
SluggableBehavior::$__settings = array(
"ChildAwardCategory" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
),
"ParentAwardCategory" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
),
"AwardCategory" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
),
"AwardProduct" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
)
)
SluggableBehavior::$settings = array()
SluggableBehavior::$mapMethods = array()
SluggableBehavior::$_log = NULL
SluggableBehavior::setup()
SluggableBehavior::beforeSave()
SluggableBehavior::beforeFind()
SluggableBehavior::afterFind()
SluggableBehavior::beforeValidate()
SluggableBehavior::afterSave()
SluggableBehavior::beforeDelete()
SluggableBehavior::afterDelete()
SluggableBehavior::onError()
SluggableBehavior::Object()
SluggableBehavior::toString()
SluggableBehavior::requestAction()
SluggableBehavior::log()
SluggableBehavior::cakeError()
)
AwardCategory::$whitelist = array()
AwardCategory::$cacheSources = true
AwardCategory::$findQueryType = NULL
AwardCategory::$__behaviorMethods = array(
"restrict" => array(
"restrict",
"Bindable"
),
"resetBindable" => array(
"resetBindable",
"Bindable"
)
)
AwardCategory::$recursive = 1
AwardCategory::$order = NULL
AwardCategory::$__exists = NULL
AwardCategory::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
AwardCategory::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
AwardCategory::$__backAssociation = array()
AwardCategory::$__insertID = NULL
AwardCategory::$__numRows = NULL
AwardCategory::$__affectedRows = NULL
AwardCategory::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
AwardCategory::$_log = NULL
AwardCategory::$ParentAwardCategory = AwardCategory
AwardCategory::$name = "AwardCategory"
AwardCategory::$actsAs = array(
"Bindable" => null,
"Sluggable" => array(
"label" => "name",
"overwrite" => true
)
)
AwardCategory::$validate = array(
"name" => array(
"required" => array(
"rule" => "/.+/",
"message" => "This field cannot be left blank",
"last" => true
)
)
)
AwardCategory::$belongsTo = array(
"ParentAwardCategory" => array(
"className" => "AwardCategory",
"foreignKey" => "parent_id",
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "ParentAwardCategory.sort",
"counterCache" => "[empty string]"
)
)
AwardCategory::$hasMany = array(
"ChildAwardCategory" => array(
"className" => "AwardCategory",
"foreignKey" => "parent_id",
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "ChildAwardCategory.sort",
"limit" => "[empty string]",
"offset" => "[empty string]",
"dependent" => "[empty string]",
"exclusive" => "[empty string]",
"finderQuery" => "[empty string]",
"counterQuery" => "[empty string]"
)
)
AwardCategory::$useDbConfig = "default"
AwardCategory::$useTable = "award_categories"
AwardCategory::$displayField = "id"
AwardCategory::$id = false
AwardCategory::$data = array()
AwardCategory::$table = "award_categories"
AwardCategory::$primaryKey = "id"
AwardCategory::$_schema = false
AwardCategory::$validationErrors = array()
AwardCategory::$tablePrefix = NULL
AwardCategory::$alias = "ParentAwardCategory"
AwardCategory::$tableToModel = array(
"award_categories" => "ChildAwardCategory"
)
AwardCategory::$logTransactions = false
AwardCategory::$transactional = false
AwardCategory::$cacheQueries = false
AwardCategory::$hasOne = array()
AwardCategory::$hasAndBelongsToMany = array()
AwardCategory::$behaviors = array(
"Bindable" => BindableBehavior
BindableBehavior::$__settings = array(
"IndustryType" => array(
"recursive" => true,
"notices" => false
),
"Company" => array(
"recursive" => true,
"notices" => false
),
"Award" => array(
"recursive" => true,
"notices" => false
),
"ChildAwardCategory" => array(
"recursive" => true,
"notices" => false
),
"ParentAwardCategory" => array(
"recursive" => true,
"notices" => false
),
"AwardCategory" => array(
"recursive" => true,
"notices" => false
),
"AwardProductsAward" => array(
"recursive" => true,
"notices" => false
),
"AwardCategoriesAwardProduct" => array(
"recursive" => true,
"notices" => false
),
"AwardProduct" => array(
"recursive" => true,
"notices" => false
),
"Config" => array(
"recursive" => true,
"notices" => false
),
"ConfigCategory" => array(
"recursive" => true,
"notices" => false
),
"ChildLink" => array(
"recursive" => true,
"notices" => false
),
"ParentLink" => array(
"recursive" => true,
"notices" => false
),
"Link" => array(
"recursive" => true,
"notices" => false
)
)
BindableBehavior::$__bindings = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
BindableBehavior::$settings = array()
BindableBehavior::$mapMethods = array()
BindableBehavior::$_log = NULL
BindableBehavior::$__runResetBindable = array(
"AwardProduct" => true
)
BindableBehavior::setup()
BindableBehavior::restrict()
BindableBehavior::resetBindable()
BindableBehavior::beforeFind()
BindableBehavior::afterFind()
BindableBehavior::beforeValidate()
BindableBehavior::beforeSave()
BindableBehavior::afterSave()
BindableBehavior::beforeDelete()
BindableBehavior::afterDelete()
BindableBehavior::onError()
BindableBehavior::Object()
BindableBehavior::toString()
BindableBehavior::requestAction()
BindableBehavior::log()
BindableBehavior::cakeError(),
"Sluggable" => SluggableBehavior
SluggableBehavior::$__settings = array(
"ChildAwardCategory" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
),
"ParentAwardCategory" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
),
"AwardCategory" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
),
"AwardProduct" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
)
)
SluggableBehavior::$settings = array()
SluggableBehavior::$mapMethods = array()
SluggableBehavior::$_log = NULL
SluggableBehavior::setup()
SluggableBehavior::beforeSave()
SluggableBehavior::beforeFind()
SluggableBehavior::afterFind()
SluggableBehavior::beforeValidate()
SluggableBehavior::afterSave()
SluggableBehavior::beforeDelete()
SluggableBehavior::afterDelete()
SluggableBehavior::onError()
SluggableBehavior::Object()
SluggableBehavior::toString()
SluggableBehavior::requestAction()
SluggableBehavior::log()
SluggableBehavior::cakeError()
)
AwardCategory::$whitelist = array()
AwardCategory::$cacheSources = true
AwardCategory::$findQueryType = NULL
AwardCategory::$__behaviorMethods = array(
"restrict" => array(
"restrict",
"Bindable"
),
"resetBindable" => array(
"resetBindable",
"Bindable"
)
)
AwardCategory::$recursive = 1
AwardCategory::$order = NULL
AwardCategory::$__exists = NULL
AwardCategory::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
AwardCategory::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
AwardCategory::$__backAssociation = array()
AwardCategory::$__insertID = NULL
AwardCategory::$__numRows = NULL
AwardCategory::$__affectedRows = NULL
AwardCategory::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
AwardCategory::$_log = NULL
AwardCategory::$ParentAwardCategory = "*RECURSION* -> AwardCategory"
AwardCategory::$ChildAwardCategory = AwardCategory
AwardCategory::$name = "AwardCategory"
AwardCategory::$actsAs = array(
"Bindable" => null,
"Sluggable" => array(
"label" => "name",
"overwrite" => true
)
)
AwardCategory::$validate = array(
"name" => array(
"required" => array(
"rule" => "/.+/",
"message" => "This field cannot be left blank",
"last" => true
)
)
)
AwardCategory::$belongsTo = array(
"ParentAwardCategory" => array(
"className" => "AwardCategory",
"foreignKey" => "parent_id",
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "ParentAwardCategory.sort",
"counterCache" => "[empty string]"
)
)
AwardCategory::$hasMany = array(
"ChildAwardCategory" => array(
"className" => "AwardCategory",
"foreignKey" => "parent_id",
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "ChildAwardCategory.sort",
"limit" => "[empty string]",
"offset" => "[empty string]",
"dependent" => "[empty string]",
"exclusive" => "[empty string]",
"finderQuery" => "[empty string]",
"counterQuery" => "[empty string]"
)
)
AwardCategory::$useDbConfig = "default"
AwardCategory::$useTable = "award_categories"
AwardCategory::$displayField = "id"
AwardCategory::$id = false
AwardCategory::$data = array()
AwardCategory::$table = "award_categories"
AwardCategory::$primaryKey = "id"
AwardCategory::$_schema = false
AwardCategory::$validationErrors = array()
AwardCategory::$tablePrefix = NULL
AwardCategory::$alias = "ChildAwardCategory"
AwardCategory::$tableToModel = array(
"award_categories" => "ChildAwardCategory"
)
AwardCategory::$logTransactions = false
AwardCategory::$transactional = false
AwardCategory::$cacheQueries = false
AwardCategory::$hasOne = array()
AwardCategory::$hasAndBelongsToMany = array()
AwardCategory::$behaviors = array(
"Bindable" => BindableBehavior
BindableBehavior::$__settings = array(
"IndustryType" => array(
"recursive" => true,
"notices" => false
),
"Company" => array(
"recursive" => true,
"notices" => false
),
"Award" => array(
"recursive" => true,
"notices" => false
),
"ChildAwardCategory" => array(
"recursive" => true,
"notices" => false
),
"ParentAwardCategory" => array(
"recursive" => true,
"notices" => false
),
"AwardCategory" => array(
"recursive" => true,
"notices" => false
),
"AwardProductsAward" => array(
"recursive" => true,
"notices" => false
),
"AwardCategoriesAwardProduct" => array(
"recursive" => true,
"notices" => false
),
"AwardProduct" => array(
"recursive" => true,
"notices" => false
),
"Config" => array(
"recursive" => true,
"notices" => false
),
"ConfigCategory" => array(
"recursive" => true,
"notices" => false
),
"ChildLink" => array(
"recursive" => true,
"notices" => false
),
"ParentLink" => array(
"recursive" => true,
"notices" => false
),
"Link" => array(
"recursive" => true,
"notices" => false
)
)
BindableBehavior::$__bindings = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
BindableBehavior::$settings = array()
BindableBehavior::$mapMethods = array()
BindableBehavior::$_log = NULL
BindableBehavior::$__runResetBindable = array(
"AwardProduct" => true
)
BindableBehavior::setup()
BindableBehavior::restrict()
BindableBehavior::resetBindable()
BindableBehavior::beforeFind()
BindableBehavior::afterFind()
BindableBehavior::beforeValidate()
BindableBehavior::beforeSave()
BindableBehavior::afterSave()
BindableBehavior::beforeDelete()
BindableBehavior::afterDelete()
BindableBehavior::onError()
BindableBehavior::Object()
BindableBehavior::toString()
BindableBehavior::requestAction()
BindableBehavior::log()
BindableBehavior::cakeError(),
"Sluggable" => SluggableBehavior
SluggableBehavior::$__settings = array(
"ChildAwardCategory" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
),
"ParentAwardCategory" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
),
"AwardCategory" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
),
"AwardProduct" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
)
)
SluggableBehavior::$settings = array()
SluggableBehavior::$mapMethods = array()
SluggableBehavior::$_log = NULL
SluggableBehavior::setup()
SluggableBehavior::beforeSave()
SluggableBehavior::beforeFind()
SluggableBehavior::afterFind()
SluggableBehavior::beforeValidate()
SluggableBehavior::afterSave()
SluggableBehavior::beforeDelete()
SluggableBehavior::afterDelete()
SluggableBehavior::onError()
SluggableBehavior::Object()
SluggableBehavior::toString()
SluggableBehavior::requestAction()
SluggableBehavior::log()
SluggableBehavior::cakeError()
)
AwardCategory::$whitelist = array()
AwardCategory::$cacheSources = true
AwardCategory::$findQueryType = NULL
AwardCategory::$__behaviorMethods = array(
"restrict" => array(
"restrict",
"Bindable"
),
"resetBindable" => array(
"resetBindable",
"Bindable"
)
)
AwardCategory::$recursive = 1
AwardCategory::$order = NULL
AwardCategory::$__exists = NULL
AwardCategory::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
AwardCategory::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
AwardCategory::$__backAssociation = array()
AwardCategory::$__insertID = NULL
AwardCategory::$__numRows = NULL
AwardCategory::$__affectedRows = NULL
AwardCategory::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
AwardCategory::$_log = NULL
AwardCategory::$ParentAwardCategory = "*RECURSION* -> AwardCategory"
AwardCategory::$ChildAwardCategory = "*RECURSION* -> AwardCategory"
AwardCategory::beforeDelete()
AwardCategory::beforeSave()
AwardCategory::afterSave()
AwardCategory::afterDelete()
AwardCategory::sort()
AwardCategory::unbindAll()
AwardCategory::generateNestedList()
AwardCategory::generateParentList()
AwardCategory::generatetreearray()
AwardCategory::validateUnique()
AwardCategory::validateCaptcha()
AwardCategory::validateMXRecord()
AwardCategory::equalToField()
AwardCategory::getEnumValues()
AwardCategory::unbindValidation()
AwardCategory::call__()
AwardCategory::bind()
AwardCategory::bindModel()
AwardCategory::unbindModel()
AwardCategory::setSource()
AwardCategory::set()
AwardCategory::deconstruct()
AwardCategory::schema()
AwardCategory::loadInfo()
AwardCategory::getColumnTypes()
AwardCategory::getColumnType()
AwardCategory::hasField()
AwardCategory::create()
AwardCategory::read()
AwardCategory::field()
AwardCategory::saveField()
AwardCategory::save()
AwardCategory::updateCounterCache()
AwardCategory::saveAll()
AwardCategory::updateAll()
AwardCategory::remove()
AwardCategory::del()
AwardCategory::delete()
AwardCategory::deleteAll()
AwardCategory::exists()
AwardCategory::hasAny()
AwardCategory::find()
AwardCategory::findAll()
AwardCategory::execute()
AwardCategory::findCount()
AwardCategory::isUnique()
AwardCategory::findAllThreaded()
AwardCategory::findNeighbours()
AwardCategory::query()
AwardCategory::validates()
AwardCategory::invalidFields()
AwardCategory::invalidate()
AwardCategory::isForeignKey()
AwardCategory::getDisplayField()
AwardCategory::generateList()
AwardCategory::escapeField()
AwardCategory::getID()
AwardCategory::normalizeFindParams()
AwardCategory::getLastInsertID()
AwardCategory::getInsertID()
AwardCategory::setInsertID()
AwardCategory::getNumRows()
AwardCategory::getAffectedRows()
AwardCategory::setDataSource()
AwardCategory::getDataSource()
AwardCategory::getAssociated()
AwardCategory::joinModel()
AwardCategory::beforeFind()
AwardCategory::afterFind()
AwardCategory::beforeValidate()
AwardCategory::onError()
AwardCategory::overload()
AwardCategory::Object()
AwardCategory::toString()
AwardCategory::requestAction()
AwardCategory::log()
AwardCategory::cakeError()
AwardCategory::beforeDelete()
AwardCategory::beforeSave()
AwardCategory::afterSave()
AwardCategory::afterDelete()
AwardCategory::sort()
AwardCategory::unbindAll()
AwardCategory::generateNestedList()
AwardCategory::generateParentList()
AwardCategory::generatetreearray()
AwardCategory::validateUnique()
AwardCategory::validateCaptcha()
AwardCategory::validateMXRecord()
AwardCategory::equalToField()
AwardCategory::getEnumValues()
AwardCategory::unbindValidation()
AwardCategory::call__()
AwardCategory::bind()
AwardCategory::bindModel()
AwardCategory::unbindModel()
AwardCategory::setSource()
AwardCategory::set()
AwardCategory::deconstruct()
AwardCategory::schema()
AwardCategory::loadInfo()
AwardCategory::getColumnTypes()
AwardCategory::getColumnType()
AwardCategory::hasField()
AwardCategory::create()
AwardCategory::read()
AwardCategory::field()
AwardCategory::saveField()
AwardCategory::save()
AwardCategory::updateCounterCache()
AwardCategory::saveAll()
AwardCategory::updateAll()
AwardCategory::remove()
AwardCategory::del()
AwardCategory::delete()
AwardCategory::deleteAll()
AwardCategory::exists()
AwardCategory::hasAny()
AwardCategory::find()
AwardCategory::findAll()
AwardCategory::execute()
AwardCategory::findCount()
AwardCategory::isUnique()
AwardCategory::findAllThreaded()
AwardCategory::findNeighbours()
AwardCategory::query()
AwardCategory::validates()
AwardCategory::invalidFields()
AwardCategory::invalidate()
AwardCategory::isForeignKey()
AwardCategory::getDisplayField()
AwardCategory::generateList()
AwardCategory::escapeField()
AwardCategory::getID()
AwardCategory::normalizeFindParams()
AwardCategory::getLastInsertID()
AwardCategory::getInsertID()
AwardCategory::setInsertID()
AwardCategory::getNumRows()
AwardCategory::getAffectedRows()
AwardCategory::setDataSource()
AwardCategory::getDataSource()
AwardCategory::getAssociated()
AwardCategory::joinModel()
AwardCategory::beforeFind()
AwardCategory::afterFind()
AwardCategory::beforeValidate()
AwardCategory::onError()
AwardCategory::overload()
AwardCategory::Object()
AwardCategory::toString()
AwardCategory::requestAction()
AwardCategory::log()
AwardCategory::cakeError()
AwardCategory::$ChildAwardCategory = AwardCategory
AwardCategory::$name = "AwardCategory"
AwardCategory::$actsAs = array(
"Bindable" => null,
"Sluggable" => array(
"label" => "name",
"overwrite" => true
)
)
AwardCategory::$validate = array(
"name" => array(
"required" => array(
"rule" => "/.+/",
"message" => "This field cannot be left blank",
"last" => true
)
)
)
AwardCategory::$belongsTo = array(
"ParentAwardCategory" => array(
"className" => "AwardCategory",
"foreignKey" => "parent_id",
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "ParentAwardCategory.sort",
"counterCache" => "[empty string]"
)
)
AwardCategory::$hasMany = array(
"ChildAwardCategory" => array(
"className" => "AwardCategory",
"foreignKey" => "parent_id",
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "ChildAwardCategory.sort",
"limit" => "[empty string]",
"offset" => "[empty string]",
"dependent" => "[empty string]",
"exclusive" => "[empty string]",
"finderQuery" => "[empty string]",
"counterQuery" => "[empty string]"
)
)
AwardCategory::$useDbConfig = "default"
AwardCategory::$useTable = "award_categories"
AwardCategory::$displayField = "id"
AwardCategory::$id = false
AwardCategory::$data = array()
AwardCategory::$table = "award_categories"
AwardCategory::$primaryKey = "id"
AwardCategory::$_schema = false
AwardCategory::$validationErrors = array()
AwardCategory::$tablePrefix = NULL
AwardCategory::$alias = "ChildAwardCategory"
AwardCategory::$tableToModel = array(
"award_categories" => "ChildAwardCategory"
)
AwardCategory::$logTransactions = false
AwardCategory::$transactional = false
AwardCategory::$cacheQueries = false
AwardCategory::$hasOne = array()
AwardCategory::$hasAndBelongsToMany = array()
AwardCategory::$behaviors = array(
"Bindable" => BindableBehavior
BindableBehavior::$__settings = array(
"IndustryType" => array(
"recursive" => true,
"notices" => false
),
"Company" => array(
"recursive" => true,
"notices" => false
),
"Award" => array(
"recursive" => true,
"notices" => false
),
"ChildAwardCategory" => array(
"recursive" => true,
"notices" => false
),
"ParentAwardCategory" => array(
"recursive" => true,
"notices" => false
),
"AwardCategory" => array(
"recursive" => true,
"notices" => false
),
"AwardProductsAward" => array(
"recursive" => true,
"notices" => false
),
"AwardCategoriesAwardProduct" => array(
"recursive" => true,
"notices" => false
),
"AwardProduct" => array(
"recursive" => true,
"notices" => false
),
"Config" => array(
"recursive" => true,
"notices" => false
),
"ConfigCategory" => array(
"recursive" => true,
"notices" => false
),
"ChildLink" => array(
"recursive" => true,
"notices" => false
),
"ParentLink" => array(
"recursive" => true,
"notices" => false
),
"Link" => array(
"recursive" => true,
"notices" => false
)
)
BindableBehavior::$__bindings = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
BindableBehavior::$settings = array()
BindableBehavior::$mapMethods = array()
BindableBehavior::$_log = NULL
BindableBehavior::$__runResetBindable = array(
"AwardProduct" => true
)
BindableBehavior::setup()
BindableBehavior::restrict()
BindableBehavior::resetBindable()
BindableBehavior::beforeFind()
BindableBehavior::afterFind()
BindableBehavior::beforeValidate()
BindableBehavior::beforeSave()
BindableBehavior::afterSave()
BindableBehavior::beforeDelete()
BindableBehavior::afterDelete()
BindableBehavior::onError()
BindableBehavior::Object()
BindableBehavior::toString()
BindableBehavior::requestAction()
BindableBehavior::log()
BindableBehavior::cakeError(),
"Sluggable" => SluggableBehavior
SluggableBehavior::$__settings = array(
"ChildAwardCategory" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
),
"ParentAwardCategory" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
),
"AwardCategory" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
),
"AwardProduct" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
)
)
SluggableBehavior::$settings = array()
SluggableBehavior::$mapMethods = array()
SluggableBehavior::$_log = NULL
SluggableBehavior::setup()
SluggableBehavior::beforeSave()
SluggableBehavior::beforeFind()
SluggableBehavior::afterFind()
SluggableBehavior::beforeValidate()
SluggableBehavior::afterSave()
SluggableBehavior::beforeDelete()
SluggableBehavior::afterDelete()
SluggableBehavior::onError()
SluggableBehavior::Object()
SluggableBehavior::toString()
SluggableBehavior::requestAction()
SluggableBehavior::log()
SluggableBehavior::cakeError()
)
AwardCategory::$whitelist = array()
AwardCategory::$cacheSources = true
AwardCategory::$findQueryType = NULL
AwardCategory::$__behaviorMethods = array(
"restrict" => array(
"restrict",
"Bindable"
),
"resetBindable" => array(
"resetBindable",
"Bindable"
)
)
AwardCategory::$recursive = 1
AwardCategory::$order = NULL
AwardCategory::$__exists = NULL
AwardCategory::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
AwardCategory::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
AwardCategory::$__backAssociation = array()
AwardCategory::$__insertID = NULL
AwardCategory::$__numRows = NULL
AwardCategory::$__affectedRows = NULL
AwardCategory::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
AwardCategory::$_log = NULL
AwardCategory::$ParentAwardCategory = AwardCategory
AwardCategory::$name = "AwardCategory"
AwardCategory::$actsAs = array(
"Bindable" => null,
"Sluggable" => array(
"label" => "name",
"overwrite" => true
)
)
AwardCategory::$validate = array(
"name" => array(
"required" => array(
"rule" => "/.+/",
"message" => "This field cannot be left blank",
"last" => true
)
)
)
AwardCategory::$belongsTo = array(
"ParentAwardCategory" => array(
"className" => "AwardCategory",
"foreignKey" => "parent_id",
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "ParentAwardCategory.sort",
"counterCache" => "[empty string]"
)
)
AwardCategory::$hasMany = array(
"ChildAwardCategory" => array(
"className" => "AwardCategory",
"foreignKey" => "parent_id",
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "ChildAwardCategory.sort",
"limit" => "[empty string]",
"offset" => "[empty string]",
"dependent" => "[empty string]",
"exclusive" => "[empty string]",
"finderQuery" => "[empty string]",
"counterQuery" => "[empty string]"
)
)
AwardCategory::$useDbConfig = "default"
AwardCategory::$useTable = "award_categories"
AwardCategory::$displayField = "id"
AwardCategory::$id = false
AwardCategory::$data = array()
AwardCategory::$table = "award_categories"
AwardCategory::$primaryKey = "id"
AwardCategory::$_schema = false
AwardCategory::$validationErrors = array()
AwardCategory::$tablePrefix = NULL
AwardCategory::$alias = "ParentAwardCategory"
AwardCategory::$tableToModel = array(
"award_categories" => "ChildAwardCategory"
)
AwardCategory::$logTransactions = false
AwardCategory::$transactional = false
AwardCategory::$cacheQueries = false
AwardCategory::$hasOne = array()
AwardCategory::$hasAndBelongsToMany = array()
AwardCategory::$behaviors = array(
"Bindable" => BindableBehavior
BindableBehavior::$__settings = array(
"IndustryType" => array(
"recursive" => true,
"notices" => false
),
"Company" => array(
"recursive" => true,
"notices" => false
),
"Award" => array(
"recursive" => true,
"notices" => false
),
"ChildAwardCategory" => array(
"recursive" => true,
"notices" => false
),
"ParentAwardCategory" => array(
"recursive" => true,
"notices" => false
),
"AwardCategory" => array(
"recursive" => true,
"notices" => false
),
"AwardProductsAward" => array(
"recursive" => true,
"notices" => false
),
"AwardCategoriesAwardProduct" => array(
"recursive" => true,
"notices" => false
),
"AwardProduct" => array(
"recursive" => true,
"notices" => false
),
"Config" => array(
"recursive" => true,
"notices" => false
),
"ConfigCategory" => array(
"recursive" => true,
"notices" => false
),
"ChildLink" => array(
"recursive" => true,
"notices" => false
),
"ParentLink" => array(
"recursive" => true,
"notices" => false
),
"Link" => array(
"recursive" => true,
"notices" => false
)
)
BindableBehavior::$__bindings = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
BindableBehavior::$settings = array()
BindableBehavior::$mapMethods = array()
BindableBehavior::$_log = NULL
BindableBehavior::$__runResetBindable = array(
"AwardProduct" => true
)
BindableBehavior::setup()
BindableBehavior::restrict()
BindableBehavior::resetBindable()
BindableBehavior::beforeFind()
BindableBehavior::afterFind()
BindableBehavior::beforeValidate()
BindableBehavior::beforeSave()
BindableBehavior::afterSave()
BindableBehavior::beforeDelete()
BindableBehavior::afterDelete()
BindableBehavior::onError()
BindableBehavior::Object()
BindableBehavior::toString()
BindableBehavior::requestAction()
BindableBehavior::log()
BindableBehavior::cakeError(),
"Sluggable" => SluggableBehavior
SluggableBehavior::$__settings = array(
"ChildAwardCategory" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
),
"ParentAwardCategory" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
),
"AwardCategory" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
),
"AwardProduct" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
)
)
SluggableBehavior::$settings = array()
SluggableBehavior::$mapMethods = array()
SluggableBehavior::$_log = NULL
SluggableBehavior::setup()
SluggableBehavior::beforeSave()
SluggableBehavior::beforeFind()
SluggableBehavior::afterFind()
SluggableBehavior::beforeValidate()
SluggableBehavior::afterSave()
SluggableBehavior::beforeDelete()
SluggableBehavior::afterDelete()
SluggableBehavior::onError()
SluggableBehavior::Object()
SluggableBehavior::toString()
SluggableBehavior::requestAction()
SluggableBehavior::log()
SluggableBehavior::cakeError()
)
AwardCategory::$whitelist = array()
AwardCategory::$cacheSources = true
AwardCategory::$findQueryType = NULL
AwardCategory::$__behaviorMethods = array(
"restrict" => array(
"restrict",
"Bindable"
),
"resetBindable" => array(
"resetBindable",
"Bindable"
)
)
AwardCategory::$recursive = 1
AwardCategory::$order = NULL
AwardCategory::$__exists = NULL
AwardCategory::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
AwardCategory::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
AwardCategory::$__backAssociation = array()
AwardCategory::$__insertID = NULL
AwardCategory::$__numRows = NULL
AwardCategory::$__affectedRows = NULL
AwardCategory::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
AwardCategory::$_log = NULL
AwardCategory::$ParentAwardCategory = "*RECURSION* -> AwardCategory"
AwardCategory::$ChildAwardCategory = "*RECURSION* -> AwardCategory"
AwardCategory::beforeDelete()
AwardCategory::beforeSave()
AwardCategory::afterSave()
AwardCategory::afterDelete()
AwardCategory::sort()
AwardCategory::unbindAll()
AwardCategory::generateNestedList()
AwardCategory::generateParentList()
AwardCategory::generatetreearray()
AwardCategory::validateUnique()
AwardCategory::validateCaptcha()
AwardCategory::validateMXRecord()
AwardCategory::equalToField()
AwardCategory::getEnumValues()
AwardCategory::unbindValidation()
AwardCategory::call__()
AwardCategory::bind()
AwardCategory::bindModel()
AwardCategory::unbindModel()
AwardCategory::setSource()
AwardCategory::set()
AwardCategory::deconstruct()
AwardCategory::schema()
AwardCategory::loadInfo()
AwardCategory::getColumnTypes()
AwardCategory::getColumnType()
AwardCategory::hasField()
AwardCategory::create()
AwardCategory::read()
AwardCategory::field()
AwardCategory::saveField()
AwardCategory::save()
AwardCategory::updateCounterCache()
AwardCategory::saveAll()
AwardCategory::updateAll()
AwardCategory::remove()
AwardCategory::del()
AwardCategory::delete()
AwardCategory::deleteAll()
AwardCategory::exists()
AwardCategory::hasAny()
AwardCategory::find()
AwardCategory::findAll()
AwardCategory::execute()
AwardCategory::findCount()
AwardCategory::isUnique()
AwardCategory::findAllThreaded()
AwardCategory::findNeighbours()
AwardCategory::query()
AwardCategory::validates()
AwardCategory::invalidFields()
AwardCategory::invalidate()
AwardCategory::isForeignKey()
AwardCategory::getDisplayField()
AwardCategory::generateList()
AwardCategory::escapeField()
AwardCategory::getID()
AwardCategory::normalizeFindParams()
AwardCategory::getLastInsertID()
AwardCategory::getInsertID()
AwardCategory::setInsertID()
AwardCategory::getNumRows()
AwardCategory::getAffectedRows()
AwardCategory::setDataSource()
AwardCategory::getDataSource()
AwardCategory::getAssociated()
AwardCategory::joinModel()
AwardCategory::beforeFind()
AwardCategory::afterFind()
AwardCategory::beforeValidate()
AwardCategory::onError()
AwardCategory::overload()
AwardCategory::Object()
AwardCategory::toString()
AwardCategory::requestAction()
AwardCategory::log()
AwardCategory::cakeError()
AwardCategory::$ChildAwardCategory = "*RECURSION* -> AwardCategory"
AwardCategory::beforeDelete()
AwardCategory::beforeSave()
AwardCategory::afterSave()
AwardCategory::afterDelete()
AwardCategory::sort()
AwardCategory::unbindAll()
AwardCategory::generateNestedList()
AwardCategory::generateParentList()
AwardCategory::generatetreearray()
AwardCategory::validateUnique()
AwardCategory::validateCaptcha()
AwardCategory::validateMXRecord()
AwardCategory::equalToField()
AwardCategory::getEnumValues()
AwardCategory::unbindValidation()
AwardCategory::call__()
AwardCategory::bind()
AwardCategory::bindModel()
AwardCategory::unbindModel()
AwardCategory::setSource()
AwardCategory::set()
AwardCategory::deconstruct()
AwardCategory::schema()
AwardCategory::loadInfo()
AwardCategory::getColumnTypes()
AwardCategory::getColumnType()
AwardCategory::hasField()
AwardCategory::create()
AwardCategory::read()
AwardCategory::field()
AwardCategory::saveField()
AwardCategory::save()
AwardCategory::updateCounterCache()
AwardCategory::saveAll()
AwardCategory::updateAll()
AwardCategory::remove()
AwardCategory::del()
AwardCategory::delete()
AwardCategory::deleteAll()
AwardCategory::exists()
AwardCategory::hasAny()
AwardCategory::find()
AwardCategory::findAll()
AwardCategory::execute()
AwardCategory::findCount()
AwardCategory::isUnique()
AwardCategory::findAllThreaded()
AwardCategory::findNeighbours()
AwardCategory::query()
AwardCategory::validates()
AwardCategory::invalidFields()
AwardCategory::invalidate()
AwardCategory::isForeignKey()
AwardCategory::getDisplayField()
AwardCategory::generateList()
AwardCategory::escapeField()
AwardCategory::getID()
AwardCategory::normalizeFindParams()
AwardCategory::getLastInsertID()
AwardCategory::getInsertID()
AwardCategory::setInsertID()
AwardCategory::getNumRows()
AwardCategory::getAffectedRows()
AwardCategory::setDataSource()
AwardCategory::getDataSource()
AwardCategory::getAssociated()
AwardCategory::joinModel()
AwardCategory::beforeFind()
AwardCategory::afterFind()
AwardCategory::beforeValidate()
AwardCategory::onError()
AwardCategory::overload()
AwardCategory::Object()
AwardCategory::toString()
AwardCategory::requestAction()
AwardCategory::log()
AwardCategory::cakeError()
AwardCategory::beforeDelete()
AwardCategory::beforeSave()
AwardCategory::afterSave()
AwardCategory::afterDelete()
AwardCategory::sort()
AwardCategory::unbindAll()
AwardCategory::generateNestedList()
AwardCategory::generateParentList()
AwardCategory::generatetreearray()
AwardCategory::validateUnique()
AwardCategory::validateCaptcha()
AwardCategory::validateMXRecord()
AwardCategory::equalToField()
AwardCategory::getEnumValues()
AwardCategory::unbindValidation()
AwardCategory::call__()
AwardCategory::bind()
AwardCategory::bindModel()
AwardCategory::unbindModel()
AwardCategory::setSource()
AwardCategory::set()
AwardCategory::deconstruct()
AwardCategory::schema()
AwardCategory::loadInfo()
AwardCategory::getColumnTypes()
AwardCategory::getColumnType()
AwardCategory::hasField()
AwardCategory::create()
AwardCategory::read()
AwardCategory::field()
AwardCategory::saveField()
AwardCategory::save()
AwardCategory::updateCounterCache()
AwardCategory::saveAll()
AwardCategory::updateAll()
AwardCategory::remove()
AwardCategory::del()
AwardCategory::delete()
AwardCategory::deleteAll()
AwardCategory::exists()
AwardCategory::hasAny()
AwardCategory::find()
AwardCategory::findAll()
AwardCategory::execute()
AwardCategory::findCount()
AwardCategory::isUnique()
AwardCategory::findAllThreaded()
AwardCategory::findNeighbours()
AwardCategory::query()
AwardCategory::validates()
AwardCategory::invalidFields()
AwardCategory::invalidate()
AwardCategory::isForeignKey()
AwardCategory::getDisplayField()
AwardCategory::generateList()
AwardCategory::escapeField()
AwardCategory::getID()
AwardCategory::normalizeFindParams()
AwardCategory::getLastInsertID()
AwardCategory::getInsertID()
AwardCategory::setInsertID()
AwardCategory::getNumRows()
AwardCategory::getAffectedRows()
AwardCategory::setDataSource()
AwardCategory::getDataSource()
AwardCategory::getAssociated()
AwardCategory::joinModel()
AwardCategory::beforeFind()
AwardCategory::afterFind()
AwardCategory::beforeValidate()
AwardCategory::onError()
AwardCategory::overload()
AwardCategory::Object()
AwardCategory::toString()
AwardCategory::requestAction()
AwardCategory::log()
AwardCategory::cakeError()
AwardProduct::$AwardProductsAward = AppModel
AppModel::$actsAs = array(
"Bindable" => null
)
AppModel::$useDbConfig = "default"
AppModel::$useTable = "award_products_awards"
AppModel::$displayField = "id"
AppModel::$id = false
AppModel::$data = array()
AppModel::$table = "award_products_awards"
AppModel::$primaryKey = "award_product_id"
AppModel::$_schema = false
AppModel::$validate = array()
AppModel::$validationErrors = array()
AppModel::$tablePrefix = NULL
AppModel::$name = "AwardProductsAward"
AppModel::$alias = "AwardProductsAward"
AppModel::$tableToModel = array(
"award_products_awards" => "AwardProductsAward"
)
AppModel::$logTransactions = false
AppModel::$transactional = false
AppModel::$cacheQueries = false
AppModel::$belongsTo = array()
AppModel::$hasOne = array()
AppModel::$hasMany = array()
AppModel::$hasAndBelongsToMany = array()
AppModel::$behaviors = array(
"Bindable" => BindableBehavior
BindableBehavior::$__settings = array(
"IndustryType" => array(
"recursive" => true,
"notices" => false
),
"Company" => array(
"recursive" => true,
"notices" => false
),
"Award" => array(
"recursive" => true,
"notices" => false
),
"ChildAwardCategory" => array(
"recursive" => true,
"notices" => false
),
"ParentAwardCategory" => array(
"recursive" => true,
"notices" => false
),
"AwardCategory" => array(
"recursive" => true,
"notices" => false
),
"AwardProductsAward" => array(
"recursive" => true,
"notices" => false
),
"AwardCategoriesAwardProduct" => array(
"recursive" => true,
"notices" => false
),
"AwardProduct" => array(
"recursive" => true,
"notices" => false
),
"Config" => array(
"recursive" => true,
"notices" => false
),
"ConfigCategory" => array(
"recursive" => true,
"notices" => false
),
"ChildLink" => array(
"recursive" => true,
"notices" => false
),
"ParentLink" => array(
"recursive" => true,
"notices" => false
),
"Link" => array(
"recursive" => true,
"notices" => false
)
)
BindableBehavior::$__bindings = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
BindableBehavior::$settings = array()
BindableBehavior::$mapMethods = array()
BindableBehavior::$_log = NULL
BindableBehavior::$__runResetBindable = array(
"AwardProduct" => true
)
BindableBehavior::setup()
BindableBehavior::restrict()
BindableBehavior::resetBindable()
BindableBehavior::beforeFind()
BindableBehavior::afterFind()
BindableBehavior::beforeValidate()
BindableBehavior::beforeSave()
BindableBehavior::afterSave()
BindableBehavior::beforeDelete()
BindableBehavior::afterDelete()
BindableBehavior::onError()
BindableBehavior::Object()
BindableBehavior::toString()
BindableBehavior::requestAction()
BindableBehavior::log()
BindableBehavior::cakeError()
)
AppModel::$whitelist = array()
AppModel::$cacheSources = true
AppModel::$findQueryType = NULL
AppModel::$__behaviorMethods = array(
"restrict" => array(
"restrict",
"Bindable"
),
"resetBindable" => array(
"resetBindable",
"Bindable"
)
)
AppModel::$recursive = 1
AppModel::$order = NULL
AppModel::$__exists = NULL
AppModel::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
AppModel::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
AppModel::$__backAssociation = array()
AppModel::$__insertID = NULL
AppModel::$__numRows = NULL
AppModel::$__affectedRows = NULL
AppModel::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
AppModel::$_log = NULL
AppModel::unbindAll()
AppModel::generateNestedList()
AppModel::generateParentList()
AppModel::generatetreearray()
AppModel::validateUnique()
AppModel::validateCaptcha()
AppModel::validateMXRecord()
AppModel::equalToField()
AppModel::getEnumValues()
AppModel::unbindValidation()
AppModel::call__()
AppModel::bind()
AppModel::bindModel()
AppModel::unbindModel()
AppModel::setSource()
AppModel::set()
AppModel::deconstruct()
AppModel::schema()
AppModel::loadInfo()
AppModel::getColumnTypes()
AppModel::getColumnType()
AppModel::hasField()
AppModel::create()
AppModel::read()
AppModel::field()
AppModel::saveField()
AppModel::save()
AppModel::updateCounterCache()
AppModel::saveAll()
AppModel::updateAll()
AppModel::remove()
AppModel::del()
AppModel::delete()
AppModel::deleteAll()
AppModel::exists()
AppModel::hasAny()
AppModel::find()
AppModel::findAll()
AppModel::execute()
AppModel::findCount()
AppModel::isUnique()
AppModel::findAllThreaded()
AppModel::findNeighbours()
AppModel::query()
AppModel::validates()
AppModel::invalidFields()
AppModel::invalidate()
AppModel::isForeignKey()
AppModel::getDisplayField()
AppModel::generateList()
AppModel::escapeField()
AppModel::getID()
AppModel::normalizeFindParams()
AppModel::getLastInsertID()
AppModel::getInsertID()
AppModel::setInsertID()
AppModel::getNumRows()
AppModel::getAffectedRows()
AppModel::setDataSource()
AppModel::getDataSource()
AppModel::getAssociated()
AppModel::joinModel()
AppModel::beforeFind()
AppModel::afterFind()
AppModel::beforeSave()
AppModel::afterSave()
AppModel::beforeDelete()
AppModel::afterDelete()
AppModel::beforeValidate()
AppModel::onError()
AppModel::overload()
AppModel::Object()
AppModel::toString()
AppModel::requestAction()
AppModel::log()
AppModel::cakeError()
AwardProduct::$AwardCategoriesAwardProduct = AwardCategoriesAwardProduct
AwardCategoriesAwardProduct::$name = "AwardCategoriesAwardProduct"
AwardCategoriesAwardProduct::$belongsTo = array(
"AwardCategory" => array(
"className" => "AwardCategory",
"foreignKey" => "award_category_id",
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "[empty string]",
"counterCache" => "[empty string]"
),
"AwardProduct" => array(
"className" => "AwardProduct",
"foreignKey" => "award_product_id",
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "[empty string]",
"counterCache" => "[empty string]"
)
)
AwardCategoriesAwardProduct::$actsAs = array(
"Bindable" => null
)
AwardCategoriesAwardProduct::$useDbConfig = "default"
AwardCategoriesAwardProduct::$useTable = "award_categories_award_products"
AwardCategoriesAwardProduct::$displayField = "id"
AwardCategoriesAwardProduct::$id = false
AwardCategoriesAwardProduct::$data = array()
AwardCategoriesAwardProduct::$table = "award_categories_award_products"
AwardCategoriesAwardProduct::$primaryKey = "award_product_id"
AwardCategoriesAwardProduct::$_schema = false
AwardCategoriesAwardProduct::$validate = array()
AwardCategoriesAwardProduct::$validationErrors = array()
AwardCategoriesAwardProduct::$tablePrefix = NULL
AwardCategoriesAwardProduct::$alias = "AwardCategoriesAwardProduct"
AwardCategoriesAwardProduct::$tableToModel = array(
"award_categories_award_products" => "AwardCategoriesAwardProduct",
"award_categories" => "AwardCategory",
"award_products" => "AwardProduct"
)
AwardCategoriesAwardProduct::$logTransactions = false
AwardCategoriesAwardProduct::$transactional = false
AwardCategoriesAwardProduct::$cacheQueries = false
AwardCategoriesAwardProduct::$hasOne = array()
AwardCategoriesAwardProduct::$hasMany = array()
AwardCategoriesAwardProduct::$hasAndBelongsToMany = array()
AwardCategoriesAwardProduct::$behaviors = array(
"Bindable" => BindableBehavior
BindableBehavior::$__settings = array(
"IndustryType" => array(
"recursive" => true,
"notices" => false
),
"Company" => array(
"recursive" => true,
"notices" => false
),
"Award" => array(
"recursive" => true,
"notices" => false
),
"ChildAwardCategory" => array(
"recursive" => true,
"notices" => false
),
"ParentAwardCategory" => array(
"recursive" => true,
"notices" => false
),
"AwardCategory" => array(
"recursive" => true,
"notices" => false
),
"AwardProductsAward" => array(
"recursive" => true,
"notices" => false
),
"AwardCategoriesAwardProduct" => array(
"recursive" => true,
"notices" => false
),
"AwardProduct" => array(
"recursive" => true,
"notices" => false
),
"Config" => array(
"recursive" => true,
"notices" => false
),
"ConfigCategory" => array(
"recursive" => true,
"notices" => false
),
"ChildLink" => array(
"recursive" => true,
"notices" => false
),
"ParentLink" => array(
"recursive" => true,
"notices" => false
),
"Link" => array(
"recursive" => true,
"notices" => false
)
)
BindableBehavior::$__bindings = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
BindableBehavior::$settings = array()
BindableBehavior::$mapMethods = array()
BindableBehavior::$_log = NULL
BindableBehavior::$__runResetBindable = array(
"AwardProduct" => true
)
BindableBehavior::setup()
BindableBehavior::restrict()
BindableBehavior::resetBindable()
BindableBehavior::beforeFind()
BindableBehavior::afterFind()
BindableBehavior::beforeValidate()
BindableBehavior::beforeSave()
BindableBehavior::afterSave()
BindableBehavior::beforeDelete()
BindableBehavior::afterDelete()
BindableBehavior::onError()
BindableBehavior::Object()
BindableBehavior::toString()
BindableBehavior::requestAction()
BindableBehavior::log()
BindableBehavior::cakeError()
)
AwardCategoriesAwardProduct::$whitelist = array()
AwardCategoriesAwardProduct::$cacheSources = true
AwardCategoriesAwardProduct::$findQueryType = NULL
AwardCategoriesAwardProduct::$__behaviorMethods = array(
"restrict" => array(
"restrict",
"Bindable"
),
"resetBindable" => array(
"resetBindable",
"Bindable"
)
)
AwardCategoriesAwardProduct::$recursive = 1
AwardCategoriesAwardProduct::$order = NULL
AwardCategoriesAwardProduct::$__exists = NULL
AwardCategoriesAwardProduct::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
AwardCategoriesAwardProduct::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
AwardCategoriesAwardProduct::$__backAssociation = array()
AwardCategoriesAwardProduct::$__insertID = NULL
AwardCategoriesAwardProduct::$__numRows = NULL
AwardCategoriesAwardProduct::$__affectedRows = NULL
AwardCategoriesAwardProduct::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
AwardCategoriesAwardProduct::$_log = NULL
AwardCategoriesAwardProduct::$AwardCategory = AwardCategory
AwardCategory::$name = "AwardCategory"
AwardCategory::$actsAs = array(
"Bindable" => null,
"Sluggable" => array(
"label" => "name",
"overwrite" => true
)
)
AwardCategory::$validate = array(
"name" => array(
"required" => array(
"rule" => "/.+/",
"message" => "This field cannot be left blank",
"last" => true
)
)
)
AwardCategory::$belongsTo = array(
"ParentAwardCategory" => array(
"className" => "AwardCategory",
"foreignKey" => "parent_id",
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "ParentAwardCategory.sort",
"counterCache" => "[empty string]"
)
)
AwardCategory::$hasMany = array(
"ChildAwardCategory" => array(
"className" => "AwardCategory",
"foreignKey" => "parent_id",
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "ChildAwardCategory.sort",
"limit" => "[empty string]",
"offset" => "[empty string]",
"dependent" => "[empty string]",
"exclusive" => "[empty string]",
"finderQuery" => "[empty string]",
"counterQuery" => "[empty string]"
)
)
AwardCategory::$useDbConfig = "default"
AwardCategory::$useTable = "award_categories"
AwardCategory::$displayField = "id"
AwardCategory::$id = false
AwardCategory::$data = array()
AwardCategory::$table = "award_categories"
AwardCategory::$primaryKey = "id"
AwardCategory::$_schema = false
AwardCategory::$validationErrors = array()
AwardCategory::$tablePrefix = NULL
AwardCategory::$alias = "AwardCategory"
AwardCategory::$tableToModel = array(
"award_categories" => "ChildAwardCategory"
)
AwardCategory::$logTransactions = false
AwardCategory::$transactional = false
AwardCategory::$cacheQueries = false
AwardCategory::$hasOne = array()
AwardCategory::$hasAndBelongsToMany = array()
AwardCategory::$behaviors = array(
"Bindable" => BindableBehavior
BindableBehavior::$__settings = array(
"IndustryType" => array(
"recursive" => true,
"notices" => false
),
"Company" => array(
"recursive" => true,
"notices" => false
),
"Award" => array(
"recursive" => true,
"notices" => false
),
"ChildAwardCategory" => array(
"recursive" => true,
"notices" => false
),
"ParentAwardCategory" => array(
"recursive" => true,
"notices" => false
),
"AwardCategory" => array(
"recursive" => true,
"notices" => false
),
"AwardProductsAward" => array(
"recursive" => true,
"notices" => false
),
"AwardCategoriesAwardProduct" => array(
"recursive" => true,
"notices" => false
),
"AwardProduct" => array(
"recursive" => true,
"notices" => false
),
"Config" => array(
"recursive" => true,
"notices" => false
),
"ConfigCategory" => array(
"recursive" => true,
"notices" => false
),
"ChildLink" => array(
"recursive" => true,
"notices" => false
),
"ParentLink" => array(
"recursive" => true,
"notices" => false
),
"Link" => array(
"recursive" => true,
"notices" => false
)
)
BindableBehavior::$__bindings = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
BindableBehavior::$settings = array()
BindableBehavior::$mapMethods = array()
BindableBehavior::$_log = NULL
BindableBehavior::$__runResetBindable = array(
"AwardProduct" => true
)
BindableBehavior::setup()
BindableBehavior::restrict()
BindableBehavior::resetBindable()
BindableBehavior::beforeFind()
BindableBehavior::afterFind()
BindableBehavior::beforeValidate()
BindableBehavior::beforeSave()
BindableBehavior::afterSave()
BindableBehavior::beforeDelete()
BindableBehavior::afterDelete()
BindableBehavior::onError()
BindableBehavior::Object()
BindableBehavior::toString()
BindableBehavior::requestAction()
BindableBehavior::log()
BindableBehavior::cakeError(),
"Sluggable" => SluggableBehavior
SluggableBehavior::$__settings = array(
"ChildAwardCategory" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
),
"ParentAwardCategory" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
),
"AwardCategory" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
),
"AwardProduct" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
)
)
SluggableBehavior::$settings = array()
SluggableBehavior::$mapMethods = array()
SluggableBehavior::$_log = NULL
SluggableBehavior::setup()
SluggableBehavior::beforeSave()
SluggableBehavior::beforeFind()
SluggableBehavior::afterFind()
SluggableBehavior::beforeValidate()
SluggableBehavior::afterSave()
SluggableBehavior::beforeDelete()
SluggableBehavior::afterDelete()
SluggableBehavior::onError()
SluggableBehavior::Object()
SluggableBehavior::toString()
SluggableBehavior::requestAction()
SluggableBehavior::log()
SluggableBehavior::cakeError()
)
AwardCategory::$whitelist = array()
AwardCategory::$cacheSources = true
AwardCategory::$findQueryType = NULL
AwardCategory::$__behaviorMethods = array(
"restrict" => array(
"restrict",
"Bindable"
),
"resetBindable" => array(
"resetBindable",
"Bindable"
)
)
AwardCategory::$recursive = 1
AwardCategory::$order = NULL
AwardCategory::$__exists = NULL
AwardCategory::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
AwardCategory::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
AwardCategory::$__backAssociation = array()
AwardCategory::$__insertID = NULL
AwardCategory::$__numRows = NULL
AwardCategory::$__affectedRows = NULL
AwardCategory::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
AwardCategory::$_log = NULL
AwardCategory::$ParentAwardCategory = AwardCategory
AwardCategory::$name = "AwardCategory"
AwardCategory::$actsAs = array(
"Bindable" => null,
"Sluggable" => array(
"label" => "name",
"overwrite" => true
)
)
AwardCategory::$validate = array(
"name" => array(
"required" => array(
"rule" => "/.+/",
"message" => "This field cannot be left blank",
"last" => true
)
)
)
AwardCategory::$belongsTo = array(
"ParentAwardCategory" => array(
"className" => "AwardCategory",
"foreignKey" => "parent_id",
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "ParentAwardCategory.sort",
"counterCache" => "[empty string]"
)
)
AwardCategory::$hasMany = array(
"ChildAwardCategory" => array(
"className" => "AwardCategory",
"foreignKey" => "parent_id",
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "ChildAwardCategory.sort",
"limit" => "[empty string]",
"offset" => "[empty string]",
"dependent" => "[empty string]",
"exclusive" => "[empty string]",
"finderQuery" => "[empty string]",
"counterQuery" => "[empty string]"
)
)
AwardCategory::$useDbConfig = "default"
AwardCategory::$useTable = "award_categories"
AwardCategory::$displayField = "id"
AwardCategory::$id = false
AwardCategory::$data = array()
AwardCategory::$table = "award_categories"
AwardCategory::$primaryKey = "id"
AwardCategory::$_schema = false
AwardCategory::$validationErrors = array()
AwardCategory::$tablePrefix = NULL
AwardCategory::$alias = "ParentAwardCategory"
AwardCategory::$tableToModel = array(
"award_categories" => "ChildAwardCategory"
)
AwardCategory::$logTransactions = false
AwardCategory::$transactional = false
AwardCategory::$cacheQueries = false
AwardCategory::$hasOne = array()
AwardCategory::$hasAndBelongsToMany = array()
AwardCategory::$behaviors = array(
"Bindable" => BindableBehavior
BindableBehavior::$__settings = array(
"IndustryType" => array(
"recursive" => true,
"notices" => false
),
"Company" => array(
"recursive" => true,
"notices" => false
),
"Award" => array(
"recursive" => true,
"notices" => false
),
"ChildAwardCategory" => array(
"recursive" => true,
"notices" => false
),
"ParentAwardCategory" => array(
"recursive" => true,
"notices" => false
),
"AwardCategory" => array(
"recursive" => true,
"notices" => false
),
"AwardProductsAward" => array(
"recursive" => true,
"notices" => false
),
"AwardCategoriesAwardProduct" => array(
"recursive" => true,
"notices" => false
),
"AwardProduct" => array(
"recursive" => true,
"notices" => false
),
"Config" => array(
"recursive" => true,
"notices" => false
),
"ConfigCategory" => array(
"recursive" => true,
"notices" => false
),
"ChildLink" => array(
"recursive" => true,
"notices" => false
),
"ParentLink" => array(
"recursive" => true,
"notices" => false
),
"Link" => array(
"recursive" => true,
"notices" => false
)
)
BindableBehavior::$__bindings = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
BindableBehavior::$settings = array()
BindableBehavior::$mapMethods = array()
BindableBehavior::$_log = NULL
BindableBehavior::$__runResetBindable = array(
"AwardProduct" => true
)
BindableBehavior::setup()
BindableBehavior::restrict()
BindableBehavior::resetBindable()
BindableBehavior::beforeFind()
BindableBehavior::afterFind()
BindableBehavior::beforeValidate()
BindableBehavior::beforeSave()
BindableBehavior::afterSave()
BindableBehavior::beforeDelete()
BindableBehavior::afterDelete()
BindableBehavior::onError()
BindableBehavior::Object()
BindableBehavior::toString()
BindableBehavior::requestAction()
BindableBehavior::log()
BindableBehavior::cakeError(),
"Sluggable" => SluggableBehavior
SluggableBehavior::$__settings = array(
"ChildAwardCategory" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
),
"ParentAwardCategory" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
),
"AwardCategory" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
),
"AwardProduct" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
)
)
SluggableBehavior::$settings = array()
SluggableBehavior::$mapMethods = array()
SluggableBehavior::$_log = NULL
SluggableBehavior::setup()
SluggableBehavior::beforeSave()
SluggableBehavior::beforeFind()
SluggableBehavior::afterFind()
SluggableBehavior::beforeValidate()
SluggableBehavior::afterSave()
SluggableBehavior::beforeDelete()
SluggableBehavior::afterDelete()
SluggableBehavior::onError()
SluggableBehavior::Object()
SluggableBehavior::toString()
SluggableBehavior::requestAction()
SluggableBehavior::log()
SluggableBehavior::cakeError()
)
AwardCategory::$whitelist = array()
AwardCategory::$cacheSources = true
AwardCategory::$findQueryType = NULL
AwardCategory::$__behaviorMethods = array(
"restrict" => array(
"restrict",
"Bindable"
),
"resetBindable" => array(
"resetBindable",
"Bindable"
)
)
AwardCategory::$recursive = 1
AwardCategory::$order = NULL
AwardCategory::$__exists = NULL
AwardCategory::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
AwardCategory::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
AwardCategory::$__backAssociation = array()
AwardCategory::$__insertID = NULL
AwardCategory::$__numRows = NULL
AwardCategory::$__affectedRows = NULL
AwardCategory::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
AwardCategory::$_log = NULL
AwardCategory::$ParentAwardCategory = "*RECURSION* -> AwardCategory"
AwardCategory::$ChildAwardCategory = AwardCategory
AwardCategory::$name = "AwardCategory"
AwardCategory::$actsAs = array(
"Bindable" => null,
"Sluggable" => array(
"label" => "name",
"overwrite" => true
)
)
AwardCategory::$validate = array(
"name" => array(
"required" => array(
"rule" => "/.+/",
"message" => "This field cannot be left blank",
"last" => true
)
)
)
AwardCategory::$belongsTo = array(
"ParentAwardCategory" => array(
"className" => "AwardCategory",
"foreignKey" => "parent_id",
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "ParentAwardCategory.sort",
"counterCache" => "[empty string]"
)
)
AwardCategory::$hasMany = array(
"ChildAwardCategory" => array(
"className" => "AwardCategory",
"foreignKey" => "parent_id",
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "ChildAwardCategory.sort",
"limit" => "[empty string]",
"offset" => "[empty string]",
"dependent" => "[empty string]",
"exclusive" => "[empty string]",
"finderQuery" => "[empty string]",
"counterQuery" => "[empty string]"
)
)
AwardCategory::$useDbConfig = "default"
AwardCategory::$useTable = "award_categories"
AwardCategory::$displayField = "id"
AwardCategory::$id = false
AwardCategory::$data = array()
AwardCategory::$table = "award_categories"
AwardCategory::$primaryKey = "id"
AwardCategory::$_schema = false
AwardCategory::$validationErrors = array()
AwardCategory::$tablePrefix = NULL
AwardCategory::$alias = "ChildAwardCategory"
AwardCategory::$tableToModel = array(
"award_categories" => "ChildAwardCategory"
)
AwardCategory::$logTransactions = false
AwardCategory::$transactional = false
AwardCategory::$cacheQueries = false
AwardCategory::$hasOne = array()
AwardCategory::$hasAndBelongsToMany = array()
AwardCategory::$behaviors = array(
"Bindable" => BindableBehavior
BindableBehavior::$__settings = array(
"IndustryType" => array(
"recursive" => true,
"notices" => false
),
"Company" => array(
"recursive" => true,
"notices" => false
),
"Award" => array(
"recursive" => true,
"notices" => false
),
"ChildAwardCategory" => array(
"recursive" => true,
"notices" => false
),
"ParentAwardCategory" => array(
"recursive" => true,
"notices" => false
),
"AwardCategory" => array(
"recursive" => true,
"notices" => false
),
"AwardProductsAward" => array(
"recursive" => true,
"notices" => false
),
"AwardCategoriesAwardProduct" => array(
"recursive" => true,
"notices" => false
),
"AwardProduct" => array(
"recursive" => true,
"notices" => false
),
"Config" => array(
"recursive" => true,
"notices" => false
),
"ConfigCategory" => array(
"recursive" => true,
"notices" => false
),
"ChildLink" => array(
"recursive" => true,
"notices" => false
),
"ParentLink" => array(
"recursive" => true,
"notices" => false
),
"Link" => array(
"recursive" => true,
"notices" => false
)
)
BindableBehavior::$__bindings = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
BindableBehavior::$settings = array()
BindableBehavior::$mapMethods = array()
BindableBehavior::$_log = NULL
BindableBehavior::$__runResetBindable = array(
"AwardProduct" => true
)
BindableBehavior::setup()
BindableBehavior::restrict()
BindableBehavior::resetBindable()
BindableBehavior::beforeFind()
BindableBehavior::afterFind()
BindableBehavior::beforeValidate()
BindableBehavior::beforeSave()
BindableBehavior::afterSave()
BindableBehavior::beforeDelete()
BindableBehavior::afterDelete()
BindableBehavior::onError()
BindableBehavior::Object()
BindableBehavior::toString()
BindableBehavior::requestAction()
BindableBehavior::log()
BindableBehavior::cakeError(),
"Sluggable" => SluggableBehavior
SluggableBehavior::$__settings = array(
"ChildAwardCategory" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
),
"ParentAwardCategory" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
),
"AwardCategory" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
),
"AwardProduct" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
)
)
SluggableBehavior::$settings = array()
SluggableBehavior::$mapMethods = array()
SluggableBehavior::$_log = NULL
SluggableBehavior::setup()
SluggableBehavior::beforeSave()
SluggableBehavior::beforeFind()
SluggableBehavior::afterFind()
SluggableBehavior::beforeValidate()
SluggableBehavior::afterSave()
SluggableBehavior::beforeDelete()
SluggableBehavior::afterDelete()
SluggableBehavior::onError()
SluggableBehavior::Object()
SluggableBehavior::toString()
SluggableBehavior::requestAction()
SluggableBehavior::log()
SluggableBehavior::cakeError()
)
AwardCategory::$whitelist = array()
AwardCategory::$cacheSources = true
AwardCategory::$findQueryType = NULL
AwardCategory::$__behaviorMethods = array(
"restrict" => array(
"restrict",
"Bindable"
),
"resetBindable" => array(
"resetBindable",
"Bindable"
)
)
AwardCategory::$recursive = 1
AwardCategory::$order = NULL
AwardCategory::$__exists = NULL
AwardCategory::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
AwardCategory::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
AwardCategory::$__backAssociation = array()
AwardCategory::$__insertID = NULL
AwardCategory::$__numRows = NULL
AwardCategory::$__affectedRows = NULL
AwardCategory::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
AwardCategory::$_log = NULL
AwardCategory::$ParentAwardCategory = "*RECURSION* -> AwardCategory"
AwardCategory::$ChildAwardCategory = "*RECURSION* -> AwardCategory"
AwardCategory::beforeDelete()
AwardCategory::beforeSave()
AwardCategory::afterSave()
AwardCategory::afterDelete()
AwardCategory::sort()
AwardCategory::unbindAll()
AwardCategory::generateNestedList()
AwardCategory::generateParentList()
AwardCategory::generatetreearray()
AwardCategory::validateUnique()
AwardCategory::validateCaptcha()
AwardCategory::validateMXRecord()
AwardCategory::equalToField()
AwardCategory::getEnumValues()
AwardCategory::unbindValidation()
AwardCategory::call__()
AwardCategory::bind()
AwardCategory::bindModel()
AwardCategory::unbindModel()
AwardCategory::setSource()
AwardCategory::set()
AwardCategory::deconstruct()
AwardCategory::schema()
AwardCategory::loadInfo()
AwardCategory::getColumnTypes()
AwardCategory::getColumnType()
AwardCategory::hasField()
AwardCategory::create()
AwardCategory::read()
AwardCategory::field()
AwardCategory::saveField()
AwardCategory::save()
AwardCategory::updateCounterCache()
AwardCategory::saveAll()
AwardCategory::updateAll()
AwardCategory::remove()
AwardCategory::del()
AwardCategory::delete()
AwardCategory::deleteAll()
AwardCategory::exists()
AwardCategory::hasAny()
AwardCategory::find()
AwardCategory::findAll()
AwardCategory::execute()
AwardCategory::findCount()
AwardCategory::isUnique()
AwardCategory::findAllThreaded()
AwardCategory::findNeighbours()
AwardCategory::query()
AwardCategory::validates()
AwardCategory::invalidFields()
AwardCategory::invalidate()
AwardCategory::isForeignKey()
AwardCategory::getDisplayField()
AwardCategory::generateList()
AwardCategory::escapeField()
AwardCategory::getID()
AwardCategory::normalizeFindParams()
AwardCategory::getLastInsertID()
AwardCategory::getInsertID()
AwardCategory::setInsertID()
AwardCategory::getNumRows()
AwardCategory::getAffectedRows()
AwardCategory::setDataSource()
AwardCategory::getDataSource()
AwardCategory::getAssociated()
AwardCategory::joinModel()
AwardCategory::beforeFind()
AwardCategory::afterFind()
AwardCategory::beforeValidate()
AwardCategory::onError()
AwardCategory::overload()
AwardCategory::Object()
AwardCategory::toString()
AwardCategory::requestAction()
AwardCategory::log()
AwardCategory::cakeError()
AwardCategory::beforeDelete()
AwardCategory::beforeSave()
AwardCategory::afterSave()
AwardCategory::afterDelete()
AwardCategory::sort()
AwardCategory::unbindAll()
AwardCategory::generateNestedList()
AwardCategory::generateParentList()
AwardCategory::generatetreearray()
AwardCategory::validateUnique()
AwardCategory::validateCaptcha()
AwardCategory::validateMXRecord()
AwardCategory::equalToField()
AwardCategory::getEnumValues()
AwardCategory::unbindValidation()
AwardCategory::call__()
AwardCategory::bind()
AwardCategory::bindModel()
AwardCategory::unbindModel()
AwardCategory::setSource()
AwardCategory::set()
AwardCategory::deconstruct()
AwardCategory::schema()
AwardCategory::loadInfo()
AwardCategory::getColumnTypes()
AwardCategory::getColumnType()
AwardCategory::hasField()
AwardCategory::create()
AwardCategory::read()
AwardCategory::field()
AwardCategory::saveField()
AwardCategory::save()
AwardCategory::updateCounterCache()
AwardCategory::saveAll()
AwardCategory::updateAll()
AwardCategory::remove()
AwardCategory::del()
AwardCategory::delete()
AwardCategory::deleteAll()
AwardCategory::exists()
AwardCategory::hasAny()
AwardCategory::find()
AwardCategory::findAll()
AwardCategory::execute()
AwardCategory::findCount()
AwardCategory::isUnique()
AwardCategory::findAllThreaded()
AwardCategory::findNeighbours()
AwardCategory::query()
AwardCategory::validates()
AwardCategory::invalidFields()
AwardCategory::invalidate()
AwardCategory::isForeignKey()
AwardCategory::getDisplayField()
AwardCategory::generateList()
AwardCategory::escapeField()
AwardCategory::getID()
AwardCategory::normalizeFindParams()
AwardCategory::getLastInsertID()
AwardCategory::getInsertID()
AwardCategory::setInsertID()
AwardCategory::getNumRows()
AwardCategory::getAffectedRows()
AwardCategory::setDataSource()
AwardCategory::getDataSource()
AwardCategory::getAssociated()
AwardCategory::joinModel()
AwardCategory::beforeFind()
AwardCategory::afterFind()
AwardCategory::beforeValidate()
AwardCategory::onError()
AwardCategory::overload()
AwardCategory::Object()
AwardCategory::toString()
AwardCategory::requestAction()
AwardCategory::log()
AwardCategory::cakeError()
AwardCategory::$ChildAwardCategory = AwardCategory
AwardCategory::$name = "AwardCategory"
AwardCategory::$actsAs = array(
"Bindable" => null,
"Sluggable" => array(
"label" => "name",
"overwrite" => true
)
)
AwardCategory::$validate = array(
"name" => array(
"required" => array(
"rule" => "/.+/",
"message" => "This field cannot be left blank",
"last" => true
)
)
)
AwardCategory::$belongsTo = array(
"ParentAwardCategory" => array(
"className" => "AwardCategory",
"foreignKey" => "parent_id",
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "ParentAwardCategory.sort",
"counterCache" => "[empty string]"
)
)
AwardCategory::$hasMany = array(
"ChildAwardCategory" => array(
"className" => "AwardCategory",
"foreignKey" => "parent_id",
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "ChildAwardCategory.sort",
"limit" => "[empty string]",
"offset" => "[empty string]",
"dependent" => "[empty string]",
"exclusive" => "[empty string]",
"finderQuery" => "[empty string]",
"counterQuery" => "[empty string]"
)
)
AwardCategory::$useDbConfig = "default"
AwardCategory::$useTable = "award_categories"
AwardCategory::$displayField = "id"
AwardCategory::$id = false
AwardCategory::$data = array()
AwardCategory::$table = "award_categories"
AwardCategory::$primaryKey = "id"
AwardCategory::$_schema = false
AwardCategory::$validationErrors = array()
AwardCategory::$tablePrefix = NULL
AwardCategory::$alias = "ChildAwardCategory"
AwardCategory::$tableToModel = array(
"award_categories" => "ChildAwardCategory"
)
AwardCategory::$logTransactions = false
AwardCategory::$transactional = false
AwardCategory::$cacheQueries = false
AwardCategory::$hasOne = array()
AwardCategory::$hasAndBelongsToMany = array()
AwardCategory::$behaviors = array(
"Bindable" => BindableBehavior
BindableBehavior::$__settings = array(
"IndustryType" => array(
"recursive" => true,
"notices" => false
),
"Company" => array(
"recursive" => true,
"notices" => false
),
"Award" => array(
"recursive" => true,
"notices" => false
),
"ChildAwardCategory" => array(
"recursive" => true,
"notices" => false
),
"ParentAwardCategory" => array(
"recursive" => true,
"notices" => false
),
"AwardCategory" => array(
"recursive" => true,
"notices" => false
),
"AwardProductsAward" => array(
"recursive" => true,
"notices" => false
),
"AwardCategoriesAwardProduct" => array(
"recursive" => true,
"notices" => false
),
"AwardProduct" => array(
"recursive" => true,
"notices" => false
),
"Config" => array(
"recursive" => true,
"notices" => false
),
"ConfigCategory" => array(
"recursive" => true,
"notices" => false
),
"ChildLink" => array(
"recursive" => true,
"notices" => false
),
"ParentLink" => array(
"recursive" => true,
"notices" => false
),
"Link" => array(
"recursive" => true,
"notices" => false
)
)
BindableBehavior::$__bindings = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
BindableBehavior::$settings = array()
BindableBehavior::$mapMethods = array()
BindableBehavior::$_log = NULL
BindableBehavior::$__runResetBindable = array(
"AwardProduct" => true
)
BindableBehavior::setup()
BindableBehavior::restrict()
BindableBehavior::resetBindable()
BindableBehavior::beforeFind()
BindableBehavior::afterFind()
BindableBehavior::beforeValidate()
BindableBehavior::beforeSave()
BindableBehavior::afterSave()
BindableBehavior::beforeDelete()
BindableBehavior::afterDelete()
BindableBehavior::onError()
BindableBehavior::Object()
BindableBehavior::toString()
BindableBehavior::requestAction()
BindableBehavior::log()
BindableBehavior::cakeError(),
"Sluggable" => SluggableBehavior
SluggableBehavior::$__settings = array(
"ChildAwardCategory" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
),
"ParentAwardCategory" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
),
"AwardCategory" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
),
"AwardProduct" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
)
)
SluggableBehavior::$settings = array()
SluggableBehavior::$mapMethods = array()
SluggableBehavior::$_log = NULL
SluggableBehavior::setup()
SluggableBehavior::beforeSave()
SluggableBehavior::beforeFind()
SluggableBehavior::afterFind()
SluggableBehavior::beforeValidate()
SluggableBehavior::afterSave()
SluggableBehavior::beforeDelete()
SluggableBehavior::afterDelete()
SluggableBehavior::onError()
SluggableBehavior::Object()
SluggableBehavior::toString()
SluggableBehavior::requestAction()
SluggableBehavior::log()
SluggableBehavior::cakeError()
)
AwardCategory::$whitelist = array()
AwardCategory::$cacheSources = true
AwardCategory::$findQueryType = NULL
AwardCategory::$__behaviorMethods = array(
"restrict" => array(
"restrict",
"Bindable"
),
"resetBindable" => array(
"resetBindable",
"Bindable"
)
)
AwardCategory::$recursive = 1
AwardCategory::$order = NULL
AwardCategory::$__exists = NULL
AwardCategory::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
AwardCategory::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
AwardCategory::$__backAssociation = array()
AwardCategory::$__insertID = NULL
AwardCategory::$__numRows = NULL
AwardCategory::$__affectedRows = NULL
AwardCategory::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
AwardCategory::$_log = NULL
AwardCategory::$ParentAwardCategory = AwardCategory
AwardCategory::$name = "AwardCategory"
AwardCategory::$actsAs = array(
"Bindable" => null,
"Sluggable" => array(
"label" => "name",
"overwrite" => true
)
)
AwardCategory::$validate = array(
"name" => array(
"required" => array(
"rule" => "/.+/",
"message" => "This field cannot be left blank",
"last" => true
)
)
)
AwardCategory::$belongsTo = array(
"ParentAwardCategory" => array(
"className" => "AwardCategory",
"foreignKey" => "parent_id",
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "ParentAwardCategory.sort",
"counterCache" => "[empty string]"
)
)
AwardCategory::$hasMany = array(
"ChildAwardCategory" => array(
"className" => "AwardCategory",
"foreignKey" => "parent_id",
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "ChildAwardCategory.sort",
"limit" => "[empty string]",
"offset" => "[empty string]",
"dependent" => "[empty string]",
"exclusive" => "[empty string]",
"finderQuery" => "[empty string]",
"counterQuery" => "[empty string]"
)
)
AwardCategory::$useDbConfig = "default"
AwardCategory::$useTable = "award_categories"
AwardCategory::$displayField = "id"
AwardCategory::$id = false
AwardCategory::$data = array()
AwardCategory::$table = "award_categories"
AwardCategory::$primaryKey = "id"
AwardCategory::$_schema = false
AwardCategory::$validationErrors = array()
AwardCategory::$tablePrefix = NULL
AwardCategory::$alias = "ParentAwardCategory"
AwardCategory::$tableToModel = array(
"award_categories" => "ChildAwardCategory"
)
AwardCategory::$logTransactions = false
AwardCategory::$transactional = false
AwardCategory::$cacheQueries = false
AwardCategory::$hasOne = array()
AwardCategory::$hasAndBelongsToMany = array()
AwardCategory::$behaviors = array(
"Bindable" => BindableBehavior
BindableBehavior::$__settings = array(
"IndustryType" => array(
"recursive" => true,
"notices" => false
),
"Company" => array(
"recursive" => true,
"notices" => false
),
"Award" => array(
"recursive" => true,
"notices" => false
),
"ChildAwardCategory" => array(
"recursive" => true,
"notices" => false
),
"ParentAwardCategory" => array(
"recursive" => true,
"notices" => false
),
"AwardCategory" => array(
"recursive" => true,
"notices" => false
),
"AwardProductsAward" => array(
"recursive" => true,
"notices" => false
),
"AwardCategoriesAwardProduct" => array(
"recursive" => true,
"notices" => false
),
"AwardProduct" => array(
"recursive" => true,
"notices" => false
),
"Config" => array(
"recursive" => true,
"notices" => false
),
"ConfigCategory" => array(
"recursive" => true,
"notices" => false
),
"ChildLink" => array(
"recursive" => true,
"notices" => false
),
"ParentLink" => array(
"recursive" => true,
"notices" => false
),
"Link" => array(
"recursive" => true,
"notices" => false
)
)
BindableBehavior::$__bindings = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
BindableBehavior::$settings = array()
BindableBehavior::$mapMethods = array()
BindableBehavior::$_log = NULL
BindableBehavior::$__runResetBindable = array(
"AwardProduct" => true
)
BindableBehavior::setup()
BindableBehavior::restrict()
BindableBehavior::resetBindable()
BindableBehavior::beforeFind()
BindableBehavior::afterFind()
BindableBehavior::beforeValidate()
BindableBehavior::beforeSave()
BindableBehavior::afterSave()
BindableBehavior::beforeDelete()
BindableBehavior::afterDelete()
BindableBehavior::onError()
BindableBehavior::Object()
BindableBehavior::toString()
BindableBehavior::requestAction()
BindableBehavior::log()
BindableBehavior::cakeError(),
"Sluggable" => SluggableBehavior
SluggableBehavior::$__settings = array(
"ChildAwardCategory" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
),
"ParentAwardCategory" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
),
"AwardCategory" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
),
"AwardProduct" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
)
)
SluggableBehavior::$settings = array()
SluggableBehavior::$mapMethods = array()
SluggableBehavior::$_log = NULL
SluggableBehavior::setup()
SluggableBehavior::beforeSave()
SluggableBehavior::beforeFind()
SluggableBehavior::afterFind()
SluggableBehavior::beforeValidate()
SluggableBehavior::afterSave()
SluggableBehavior::beforeDelete()
SluggableBehavior::afterDelete()
SluggableBehavior::onError()
SluggableBehavior::Object()
SluggableBehavior::toString()
SluggableBehavior::requestAction()
SluggableBehavior::log()
SluggableBehavior::cakeError()
)
AwardCategory::$whitelist = array()
AwardCategory::$cacheSources = true
AwardCategory::$findQueryType = NULL
AwardCategory::$__behaviorMethods = array(
"restrict" => array(
"restrict",
"Bindable"
),
"resetBindable" => array(
"resetBindable",
"Bindable"
)
)
AwardCategory::$recursive = 1
AwardCategory::$order = NULL
AwardCategory::$__exists = NULL
AwardCategory::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
AwardCategory::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
AwardCategory::$__backAssociation = array()
AwardCategory::$__insertID = NULL
AwardCategory::$__numRows = NULL
AwardCategory::$__affectedRows = NULL
AwardCategory::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
AwardCategory::$_log = NULL
AwardCategory::$ParentAwardCategory = "*RECURSION* -> AwardCategory"
AwardCategory::$ChildAwardCategory = "*RECURSION* -> AwardCategory"
AwardCategory::beforeDelete()
AwardCategory::beforeSave()
AwardCategory::afterSave()
AwardCategory::afterDelete()
AwardCategory::sort()
AwardCategory::unbindAll()
AwardCategory::generateNestedList()
AwardCategory::generateParentList()
AwardCategory::generatetreearray()
AwardCategory::validateUnique()
AwardCategory::validateCaptcha()
AwardCategory::validateMXRecord()
AwardCategory::equalToField()
AwardCategory::getEnumValues()
AwardCategory::unbindValidation()
AwardCategory::call__()
AwardCategory::bind()
AwardCategory::bindModel()
AwardCategory::unbindModel()
AwardCategory::setSource()
AwardCategory::set()
AwardCategory::deconstruct()
AwardCategory::schema()
AwardCategory::loadInfo()
AwardCategory::getColumnTypes()
AwardCategory::getColumnType()
AwardCategory::hasField()
AwardCategory::create()
AwardCategory::read()
AwardCategory::field()
AwardCategory::saveField()
AwardCategory::save()
AwardCategory::updateCounterCache()
AwardCategory::saveAll()
AwardCategory::updateAll()
AwardCategory::remove()
AwardCategory::del()
AwardCategory::delete()
AwardCategory::deleteAll()
AwardCategory::exists()
AwardCategory::hasAny()
AwardCategory::find()
AwardCategory::findAll()
AwardCategory::execute()
AwardCategory::findCount()
AwardCategory::isUnique()
AwardCategory::findAllThreaded()
AwardCategory::findNeighbours()
AwardCategory::query()
AwardCategory::validates()
AwardCategory::invalidFields()
AwardCategory::invalidate()
AwardCategory::isForeignKey()
AwardCategory::getDisplayField()
AwardCategory::generateList()
AwardCategory::escapeField()
AwardCategory::getID()
AwardCategory::normalizeFindParams()
AwardCategory::getLastInsertID()
AwardCategory::getInsertID()
AwardCategory::setInsertID()
AwardCategory::getNumRows()
AwardCategory::getAffectedRows()
AwardCategory::setDataSource()
AwardCategory::getDataSource()
AwardCategory::getAssociated()
AwardCategory::joinModel()
AwardCategory::beforeFind()
AwardCategory::afterFind()
AwardCategory::beforeValidate()
AwardCategory::onError()
AwardCategory::overload()
AwardCategory::Object()
AwardCategory::toString()
AwardCategory::requestAction()
AwardCategory::log()
AwardCategory::cakeError()
AwardCategory::$ChildAwardCategory = "*RECURSION* -> AwardCategory"
AwardCategory::beforeDelete()
AwardCategory::beforeSave()
AwardCategory::afterSave()
AwardCategory::afterDelete()
AwardCategory::sort()
AwardCategory::unbindAll()
AwardCategory::generateNestedList()
AwardCategory::generateParentList()
AwardCategory::generatetreearray()
AwardCategory::validateUnique()
AwardCategory::validateCaptcha()
AwardCategory::validateMXRecord()
AwardCategory::equalToField()
AwardCategory::getEnumValues()
AwardCategory::unbindValidation()
AwardCategory::call__()
AwardCategory::bind()
AwardCategory::bindModel()
AwardCategory::unbindModel()
AwardCategory::setSource()
AwardCategory::set()
AwardCategory::deconstruct()
AwardCategory::schema()
AwardCategory::loadInfo()
AwardCategory::getColumnTypes()
AwardCategory::getColumnType()
AwardCategory::hasField()
AwardCategory::create()
AwardCategory::read()
AwardCategory::field()
AwardCategory::saveField()
AwardCategory::save()
AwardCategory::updateCounterCache()
AwardCategory::saveAll()
AwardCategory::updateAll()
AwardCategory::remove()
AwardCategory::del()
AwardCategory::delete()
AwardCategory::deleteAll()
AwardCategory::exists()
AwardCategory::hasAny()
AwardCategory::find()
AwardCategory::findAll()
AwardCategory::execute()
AwardCategory::findCount()
AwardCategory::isUnique()
AwardCategory::findAllThreaded()
AwardCategory::findNeighbours()
AwardCategory::query()
AwardCategory::validates()
AwardCategory::invalidFields()
AwardCategory::invalidate()
AwardCategory::isForeignKey()
AwardCategory::getDisplayField()
AwardCategory::generateList()
AwardCategory::escapeField()
AwardCategory::getID()
AwardCategory::normalizeFindParams()
AwardCategory::getLastInsertID()
AwardCategory::getInsertID()
AwardCategory::setInsertID()
AwardCategory::getNumRows()
AwardCategory::getAffectedRows()
AwardCategory::setDataSource()
AwardCategory::getDataSource()
AwardCategory::getAssociated()
AwardCategory::joinModel()
AwardCategory::beforeFind()
AwardCategory::afterFind()
AwardCategory::beforeValidate()
AwardCategory::onError()
AwardCategory::overload()
AwardCategory::Object()
AwardCategory::toString()
AwardCategory::requestAction()
AwardCategory::log()
AwardCategory::cakeError()
AwardCategory::beforeDelete()
AwardCategory::beforeSave()
AwardCategory::afterSave()
AwardCategory::afterDelete()
AwardCategory::sort()
AwardCategory::unbindAll()
AwardCategory::generateNestedList()
AwardCategory::generateParentList()
AwardCategory::generatetreearray()
AwardCategory::validateUnique()
AwardCategory::validateCaptcha()
AwardCategory::validateMXRecord()
AwardCategory::equalToField()
AwardCategory::getEnumValues()
AwardCategory::unbindValidation()
AwardCategory::call__()
AwardCategory::bind()
AwardCategory::bindModel()
AwardCategory::unbindModel()
AwardCategory::setSource()
AwardCategory::set()
AwardCategory::deconstruct()
AwardCategory::schema()
AwardCategory::loadInfo()
AwardCategory::getColumnTypes()
AwardCategory::getColumnType()
AwardCategory::hasField()
AwardCategory::create()
AwardCategory::read()
AwardCategory::field()
AwardCategory::saveField()
AwardCategory::save()
AwardCategory::updateCounterCache()
AwardCategory::saveAll()
AwardCategory::updateAll()
AwardCategory::remove()
AwardCategory::del()
AwardCategory::delete()
AwardCategory::deleteAll()
AwardCategory::exists()
AwardCategory::hasAny()
AwardCategory::find()
AwardCategory::findAll()
AwardCategory::execute()
AwardCategory::findCount()
AwardCategory::isUnique()
AwardCategory::findAllThreaded()
AwardCategory::findNeighbours()
AwardCategory::query()
AwardCategory::validates()
AwardCategory::invalidFields()
AwardCategory::invalidate()
AwardCategory::isForeignKey()
AwardCategory::getDisplayField()
AwardCategory::generateList()
AwardCategory::escapeField()
AwardCategory::getID()
AwardCategory::normalizeFindParams()
AwardCategory::getLastInsertID()
AwardCategory::getInsertID()
AwardCategory::setInsertID()
AwardCategory::getNumRows()
AwardCategory::getAffectedRows()
AwardCategory::setDataSource()
AwardCategory::getDataSource()
AwardCategory::getAssociated()
AwardCategory::joinModel()
AwardCategory::beforeFind()
AwardCategory::afterFind()
AwardCategory::beforeValidate()
AwardCategory::onError()
AwardCategory::overload()
AwardCategory::Object()
AwardCategory::toString()
AwardCategory::requestAction()
AwardCategory::log()
AwardCategory::cakeError()
AwardCategoriesAwardProduct::$AwardProduct = AwardProduct
AwardProduct::$name = "AwardProduct"
AwardProduct::$order = "AwardProduct.name"
AwardProduct::$actsAs = array(
"Bindable" => null,
"Upload" => array(
"photo_1_upload" => array(
"field" => "photo_1",
"max_filesize" => 300,
"max_size" => array(
300,
300
)
),
"photo_2_upload" => array(
"field" => "photo_2",
"max_filesize" => 300,
"max_size" => array(
300,
300
)
),
"photo_3_upload" => array(
"field" => "photo_3",
"max_filesize" => 300,
"max_size" => array(
300,
300
)
),
"photo_4_upload" => array(
"field" => "photo_4",
"max_filesize" => 300,
"max_size" => array(
300,
300
)
)
),
"Sluggable" => array(
"label" => "name",
"overwrite" => true
)
)
AwardProduct::$validate = array(
"name" => array(
"required" => array(
"rule" => "/.+/",
"message" => "This field cannot be left blank",
"last" => true
)
),
"description" => array(
"required" => array(
"rule" => "/.+/",
"message" => "This field cannot be left blank",
"last" => true
)
)
)
AwardProduct::$belongsTo = array(
"Company" => array(
"className" => "Company",
"foreignKey" => "company_id",
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "[empty string]",
"counterCache" => "[empty string]"
)
)
AwardProduct::$hasAndBelongsToMany = array(
"Award" => array(
"order" => "Award.id DESC",
"className" => "Award",
"joinTable" => "award_products_awards",
"with" => "AwardProductsAward",
"foreignKey" => "award_product_id",
"associationForeignKey" => "award_id",
"conditions" => "[empty string]",
"fields" => "[empty string]",
"limit" => "[empty string]",
"offset" => "[empty string]",
"unique" => true,
"finderQuery" => "[empty string]",
"deleteQuery" => "[empty string]",
"insertQuery" => "[empty string]"
),
"AwardCategory" => array(
"className" => "AwardCategory",
"joinTable" => "award_categories_award_products",
"foreignKey" => "award_product_id",
"associationForeignKey" => "award_category_id",
"nestedList" => true,
"with" => "AwardCategoriesAwardProduct",
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "[empty string]",
"limit" => "[empty string]",
"offset" => "[empty string]",
"unique" => true,
"finderQuery" => "[empty string]",
"deleteQuery" => "[empty string]",
"insertQuery" => "[empty string]"
)
)
AwardProduct::$useDbConfig = "default"
AwardProduct::$useTable = "award_products"
AwardProduct::$displayField = "id"
AwardProduct::$id = "1320"
AwardProduct::$data = array()
AwardProduct::$table = "award_products"
AwardProduct::$primaryKey = "id"
AwardProduct::$_schema = false
AwardProduct::$validationErrors = array()
AwardProduct::$tablePrefix = NULL
AwardProduct::$alias = "AwardProduct"
AwardProduct::$tableToModel = array(
"award_products" => "AwardProduct",
"companies" => "Company",
"awards" => "Award",
"award_categories" => "AwardCategory",
"award_categories_award_products" => "AwardCategoriesAwardProduct"
)
AwardProduct::$logTransactions = false
AwardProduct::$transactional = false
AwardProduct::$cacheQueries = false
AwardProduct::$hasOne = array()
AwardProduct::$hasMany = array()
AwardProduct::$behaviors = array(
"Bindable" => BindableBehavior
BindableBehavior::$__settings = array(
"IndustryType" => array(
"recursive" => true,
"notices" => false
),
"Company" => array(
"recursive" => true,
"notices" => false
),
"Award" => array(
"recursive" => true,
"notices" => false
),
"ChildAwardCategory" => array(
"recursive" => true,
"notices" => false
),
"ParentAwardCategory" => array(
"recursive" => true,
"notices" => false
),
"AwardCategory" => array(
"recursive" => true,
"notices" => false
),
"AwardProductsAward" => array(
"recursive" => true,
"notices" => false
),
"AwardCategoriesAwardProduct" => array(
"recursive" => true,
"notices" => false
),
"AwardProduct" => array(
"recursive" => true,
"notices" => false
),
"Config" => array(
"recursive" => true,
"notices" => false
),
"ConfigCategory" => array(
"recursive" => true,
"notices" => false
),
"ChildLink" => array(
"recursive" => true,
"notices" => false
),
"ParentLink" => array(
"recursive" => true,
"notices" => false
),
"Link" => array(
"recursive" => true,
"notices" => false
)
)
BindableBehavior::$__bindings = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
BindableBehavior::$settings = array()
BindableBehavior::$mapMethods = array()
BindableBehavior::$_log = NULL
BindableBehavior::$__runResetBindable = array(
"AwardProduct" => true
)
BindableBehavior::setup()
BindableBehavior::restrict()
BindableBehavior::resetBindable()
BindableBehavior::beforeFind()
BindableBehavior::afterFind()
BindableBehavior::beforeValidate()
BindableBehavior::beforeSave()
BindableBehavior::afterSave()
BindableBehavior::beforeDelete()
BindableBehavior::afterDelete()
BindableBehavior::onError()
BindableBehavior::Object()
BindableBehavior::toString()
BindableBehavior::requestAction()
BindableBehavior::log()
BindableBehavior::cakeError(),
"Upload" => UploadBehavior
UploadBehavior::$default_options = array(
"dir" => "[empty string]",
"allowed_mime" => array(
"image/jpeg",
"image/pjpeg",
"image/gif",
"image/png"
),
"allowed_ext" => array(
".jpg",
".jpeg",
".png",
".gif"
),
"overwrite_existing" => false,
"unique_prefix" => true,
"create_directory" => true,
"thumbsizes" => array(),
"permission" => 438,
"max_filesize" => 1024,
"max_size" => null
)
UploadBehavior::$__fields = array(
"AwardProduct" => array(
"photo_1_upload" => array(
"dir" => "img/uploads/AwardProduct",
"allowed_mime" => array(
"image/jpeg",
"image/pjpeg",
"image/gif",
"image/png"
),
"allowed_ext" => array(
".jpg",
".jpeg",
".png",
".gif"
),
"overwrite_existing" => false,
"unique_prefix" => true,
"create_directory" => true,
"thumbsizes" => array(),
"permission" => 438,
"max_filesize" => 300,
"max_size" => array(
300,
300
),
"field" => "photo_1"
),
"photo_2_upload" => array(
"dir" => "img/uploads/AwardProduct",
"allowed_mime" => array(
"image/jpeg",
"image/pjpeg",
"image/gif",
"image/png"
),
"allowed_ext" => array(
".jpg",
".jpeg",
".png",
".gif"
),
"overwrite_existing" => false,
"unique_prefix" => true,
"create_directory" => true,
"thumbsizes" => array(),
"permission" => 438,
"max_filesize" => 300,
"max_size" => array(
300,
300
),
"field" => "photo_2"
),
"photo_3_upload" => array(
"dir" => "img/uploads/AwardProduct",
"allowed_mime" => array(
"image/jpeg",
"image/pjpeg",
"image/gif",
"image/png"
),
"allowed_ext" => array(
".jpg",
".jpeg",
".png",
".gif"
),
"overwrite_existing" => false,
"unique_prefix" => true,
"create_directory" => true,
"thumbsizes" => array(),
"permission" => 438,
"max_filesize" => 300,
"max_size" => array(
300,
300
),
"field" => "photo_3"
),
"photo_4_upload" => array(
"dir" => "img/uploads/AwardProduct",
"allowed_mime" => array(
"image/jpeg",
"image/pjpeg",
"image/gif",
"image/png"
),
"allowed_ext" => array(
".jpg",
".jpeg",
".png",
".gif"
),
"overwrite_existing" => false,
"unique_prefix" => true,
"create_directory" => true,
"thumbsizes" => array(),
"permission" => 438,
"max_filesize" => 300,
"max_size" => array(
300,
300
),
"field" => "photo_4"
)
)
)
UploadBehavior::$patterns = array(
"/\s/",
"/\&/",
"/\+/"
)
UploadBehavior::$replacements = array(
"_",
"and",
"plus"
)
UploadBehavior::$settings = array()
UploadBehavior::$mapMethods = array()
UploadBehavior::$_log = NULL
UploadBehavior::$Folder = Folder
Folder::$path = "/home/shape1/public_html/shapeyou.com/app/tmp/"
Folder::$sort = false
Folder::$mode = "0755"
Folder::$__messages = array()
Folder::$__errors = false
Folder::$__directories = NULL
Folder::$__files = NULL
Folder::$_log = NULL
Folder::pwd()
Folder::cd()
Folder::read()
Folder::find()
Folder::findRecursive()
Folder::isWindowsPath()
Folder::isAbsolute()
Folder::normalizePath()
Folder::correctSlashFor()
Folder::slashTerm()
Folder::addPathElement()
Folder::inCakePath()
Folder::inPath()
Folder::chmod()
Folder::tree()
Folder::create()
Folder::dirsize()
Folder::delete()
Folder::copy()
Folder::move()
Folder::messages()
Folder::errors()
Folder::ls()
Folder::mkdir()
Folder::cp()
Folder::mv()
Folder::rm()
Folder::realpath()
Folder::isSlashTerm()
Folder::chmodr()
Folder::mkdirr()
Folder::Object()
Folder::toString()
Folder::requestAction()
Folder::log()
Folder::cakeError()
UploadBehavior::setup()
UploadBehavior::beforeSave()
UploadBehavior::beforeDelete()
UploadBehavior::createthumb()
UploadBehavior::beforeFind()
UploadBehavior::afterFind()
UploadBehavior::beforeValidate()
UploadBehavior::afterSave()
UploadBehavior::afterDelete()
UploadBehavior::onError()
UploadBehavior::Object()
UploadBehavior::toString()
UploadBehavior::requestAction()
UploadBehavior::log()
UploadBehavior::cakeError(),
"Sluggable" => SluggableBehavior
SluggableBehavior::$__settings = array(
"ChildAwardCategory" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
),
"ParentAwardCategory" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
),
"AwardCategory" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
),
"AwardProduct" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
)
)
SluggableBehavior::$settings = array()
SluggableBehavior::$mapMethods = array()
SluggableBehavior::$_log = NULL
SluggableBehavior::setup()
SluggableBehavior::beforeSave()
SluggableBehavior::beforeFind()
SluggableBehavior::afterFind()
SluggableBehavior::beforeValidate()
SluggableBehavior::afterSave()
SluggableBehavior::beforeDelete()
SluggableBehavior::afterDelete()
SluggableBehavior::onError()
SluggableBehavior::Object()
SluggableBehavior::toString()
SluggableBehavior::requestAction()
SluggableBehavior::log()
SluggableBehavior::cakeError()
)
AwardProduct::$whitelist = array()
AwardProduct::$cacheSources = true
AwardProduct::$findQueryType = NULL
AwardProduct::$__behaviorMethods = array(
"restrict" => array(
"restrict",
"Bindable"
),
"resetBindable" => array(
"resetBindable",
"Bindable"
),
"createthumb" => array(
"createthumb",
"Upload"
)
)
AwardProduct::$recursive = 1
AwardProduct::$__exists = NULL
AwardProduct::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
AwardProduct::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
AwardProduct::$__backAssociation = array()
AwardProduct::$__insertID = NULL
AwardProduct::$__numRows = NULL
AwardProduct::$__affectedRows = NULL
AwardProduct::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
AwardProduct::$_log = NULL
AwardProduct::$Company = Company
Company::$name = "Company"
Company::$displayField = "company_name"
Company::$order = "Company.company_name"
Company::$validate = array(
"company_name" => array(
"required" => array(
"rule" => "/.+/",
"message" => "This field cannot be left blank"
)
),
"contact_email" => array(
"email" => array(
"rule" => "email",
"message" => "Valid email required",
"allowEmpty" => true,
"required" => false
)
),
"phone" => array(
"phone" => array(
"rule" => array(
"phone",
null,
"us"
),
"message" => "Please enter valid phone number",
"allowEmpty" => true,
"required" => false
)
),
"fax" => array(
"phone" => array(
"rule" => array(
"phone",
null,
"us"
),
"message" => "Please enter valid phone number",
"allowEmpty" => true,
"required" => false
)
),
"website" => array(
"url" => array(
"rule" => "/\A(?:(https?|ftps?|file|news|gopher):\/\/[\w\-_]+(\.[\w\-_]+)+([\w\-\.,'@?^=%&:;\/~\+#]*[\w\-\@?^=%&\/~\+#])?)\z/i",
"message" => "Please enter a valid url",
"allowEmpty" => true,
"required" => false
)
)
)
Company::$hasMany = array()
Company::$belongsTo = array()
Company::$actsAs = array(
"Bindable" => null
)
Company::$useDbConfig = "default"
Company::$useTable = "companies"
Company::$id = false
Company::$data = array()
Company::$table = "companies"
Company::$primaryKey = "id"
Company::$_schema = false
Company::$validationErrors = array()
Company::$tablePrefix = NULL
Company::$alias = "Company"
Company::$tableToModel = array(
"companies" => "Company",
"seller_industry_types" => "IndustryType",
"award_products" => "AwardProduct"
)
Company::$logTransactions = false
Company::$transactional = false
Company::$cacheQueries = false
Company::$hasOne = array()
Company::$hasAndBelongsToMany = array()
Company::$behaviors = array(
"Bindable" => BindableBehavior
BindableBehavior::$__settings = array(
"IndustryType" => array(
"recursive" => true,
"notices" => false
),
"Company" => array(
"recursive" => true,
"notices" => false
),
"Award" => array(
"recursive" => true,
"notices" => false
),
"ChildAwardCategory" => array(
"recursive" => true,
"notices" => false
),
"ParentAwardCategory" => array(
"recursive" => true,
"notices" => false
),
"AwardCategory" => array(
"recursive" => true,
"notices" => false
),
"AwardProductsAward" => array(
"recursive" => true,
"notices" => false
),
"AwardCategoriesAwardProduct" => array(
"recursive" => true,
"notices" => false
),
"AwardProduct" => array(
"recursive" => true,
"notices" => false
),
"Config" => array(
"recursive" => true,
"notices" => false
),
"ConfigCategory" => array(
"recursive" => true,
"notices" => false
),
"ChildLink" => array(
"recursive" => true,
"notices" => false
),
"ParentLink" => array(
"recursive" => true,
"notices" => false
),
"Link" => array(
"recursive" => true,
"notices" => false
)
)
BindableBehavior::$__bindings = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
BindableBehavior::$settings = array()
BindableBehavior::$mapMethods = array()
BindableBehavior::$_log = NULL
BindableBehavior::$__runResetBindable = array(
"AwardProduct" => true
)
BindableBehavior::setup()
BindableBehavior::restrict()
BindableBehavior::resetBindable()
BindableBehavior::beforeFind()
BindableBehavior::afterFind()
BindableBehavior::beforeValidate()
BindableBehavior::beforeSave()
BindableBehavior::afterSave()
BindableBehavior::beforeDelete()
BindableBehavior::afterDelete()
BindableBehavior::onError()
BindableBehavior::Object()
BindableBehavior::toString()
BindableBehavior::requestAction()
BindableBehavior::log()
BindableBehavior::cakeError()
)
Company::$whitelist = array()
Company::$cacheSources = true
Company::$findQueryType = NULL
Company::$__behaviorMethods = array(
"restrict" => array(
"restrict",
"Bindable"
),
"resetBindable" => array(
"resetBindable",
"Bindable"
)
)
Company::$recursive = 1
Company::$__exists = NULL
Company::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
Company::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
Company::$__backAssociation = array(
"belongsTo" => array(
"IndustryType" => array(
"className" => "SellerIndustryType",
"foreignKey" => "industry_type_id",
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "[empty string]",
"counterCache" => "[empty string]"
)
),
"hasMany" => array(
"AwardProduct" => array(
"className" => "AwardProduct",
"foreignKey" => "company_id",
"dependent" => true,
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "[empty string]",
"limit" => "[empty string]",
"offset" => "[empty string]",
"exclusive" => "[empty string]",
"finderQuery" => "[empty string]",
"counterQuery" => "[empty string]"
)
)
)
Company::$__insertID = NULL
Company::$__numRows = NULL
Company::$__affectedRows = NULL
Company::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
Company::$_log = NULL
Company::$IndustryType = SellerIndustryType
SellerIndustryType::$name = "SellerIndustryType"
SellerIndustryType::$actsAs = array(
"Bindable" => null
)
SellerIndustryType::$useDbConfig = "default"
SellerIndustryType::$useTable = "seller_industry_types"
SellerIndustryType::$displayField = "id"
SellerIndustryType::$id = false
SellerIndustryType::$data = array()
SellerIndustryType::$table = "seller_industry_types"
SellerIndustryType::$primaryKey = "id"
SellerIndustryType::$_schema = false
SellerIndustryType::$validate = array()
SellerIndustryType::$validationErrors = array()
SellerIndustryType::$tablePrefix = NULL
SellerIndustryType::$alias = "IndustryType"
SellerIndustryType::$tableToModel = array(
"seller_industry_types" => "IndustryType"
)
SellerIndustryType::$logTransactions = false
SellerIndustryType::$transactional = false
SellerIndustryType::$cacheQueries = false
SellerIndustryType::$belongsTo = array()
SellerIndustryType::$hasOne = array()
SellerIndustryType::$hasMany = array()
SellerIndustryType::$hasAndBelongsToMany = array()
SellerIndustryType::$behaviors = array(
"Bindable" => BindableBehavior
BindableBehavior::$__settings = array(
"IndustryType" => array(
"recursive" => true,
"notices" => false
),
"Company" => array(
"recursive" => true,
"notices" => false
),
"Award" => array(
"recursive" => true,
"notices" => false
),
"ChildAwardCategory" => array(
"recursive" => true,
"notices" => false
),
"ParentAwardCategory" => array(
"recursive" => true,
"notices" => false
),
"AwardCategory" => array(
"recursive" => true,
"notices" => false
),
"AwardProductsAward" => array(
"recursive" => true,
"notices" => false
),
"AwardCategoriesAwardProduct" => array(
"recursive" => true,
"notices" => false
),
"AwardProduct" => array(
"recursive" => true,
"notices" => false
),
"Config" => array(
"recursive" => true,
"notices" => false
),
"ConfigCategory" => array(
"recursive" => true,
"notices" => false
),
"ChildLink" => array(
"recursive" => true,
"notices" => false
),
"ParentLink" => array(
"recursive" => true,
"notices" => false
),
"Link" => array(
"recursive" => true,
"notices" => false
)
)
BindableBehavior::$__bindings = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
BindableBehavior::$settings = array()
BindableBehavior::$mapMethods = array()
BindableBehavior::$_log = NULL
BindableBehavior::$__runResetBindable = array(
"AwardProduct" => true
)
BindableBehavior::setup()
BindableBehavior::restrict()
BindableBehavior::resetBindable()
BindableBehavior::beforeFind()
BindableBehavior::afterFind()
BindableBehavior::beforeValidate()
BindableBehavior::beforeSave()
BindableBehavior::afterSave()
BindableBehavior::beforeDelete()
BindableBehavior::afterDelete()
BindableBehavior::onError()
BindableBehavior::Object()
BindableBehavior::toString()
BindableBehavior::requestAction()
BindableBehavior::log()
BindableBehavior::cakeError()
)
SellerIndustryType::$whitelist = array()
SellerIndustryType::$cacheSources = true
SellerIndustryType::$findQueryType = NULL
SellerIndustryType::$__behaviorMethods = array(
"restrict" => array(
"restrict",
"Bindable"
),
"resetBindable" => array(
"resetBindable",
"Bindable"
)
)
SellerIndustryType::$recursive = 1
SellerIndustryType::$order = NULL
SellerIndustryType::$__exists = NULL
SellerIndustryType::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
SellerIndustryType::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
SellerIndustryType::$__backAssociation = array()
SellerIndustryType::$__insertID = NULL
SellerIndustryType::$__numRows = NULL
SellerIndustryType::$__affectedRows = NULL
SellerIndustryType::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
SellerIndustryType::$_log = NULL
SellerIndustryType::unbindAll()
SellerIndustryType::generateNestedList()
SellerIndustryType::generateParentList()
SellerIndustryType::generatetreearray()
SellerIndustryType::validateUnique()
SellerIndustryType::validateCaptcha()
SellerIndustryType::validateMXRecord()
SellerIndustryType::equalToField()
SellerIndustryType::getEnumValues()
SellerIndustryType::unbindValidation()
SellerIndustryType::call__()
SellerIndustryType::bind()
SellerIndustryType::bindModel()
SellerIndustryType::unbindModel()
SellerIndustryType::setSource()
SellerIndustryType::set()
SellerIndustryType::deconstruct()
SellerIndustryType::schema()
SellerIndustryType::loadInfo()
SellerIndustryType::getColumnTypes()
SellerIndustryType::getColumnType()
SellerIndustryType::hasField()
SellerIndustryType::create()
SellerIndustryType::read()
SellerIndustryType::field()
SellerIndustryType::saveField()
SellerIndustryType::save()
SellerIndustryType::updateCounterCache()
SellerIndustryType::saveAll()
SellerIndustryType::updateAll()
SellerIndustryType::remove()
SellerIndustryType::del()
SellerIndustryType::delete()
SellerIndustryType::deleteAll()
SellerIndustryType::exists()
SellerIndustryType::hasAny()
SellerIndustryType::find()
SellerIndustryType::findAll()
SellerIndustryType::execute()
SellerIndustryType::findCount()
SellerIndustryType::isUnique()
SellerIndustryType::findAllThreaded()
SellerIndustryType::findNeighbours()
SellerIndustryType::query()
SellerIndustryType::validates()
SellerIndustryType::invalidFields()
SellerIndustryType::invalidate()
SellerIndustryType::isForeignKey()
SellerIndustryType::getDisplayField()
SellerIndustryType::generateList()
SellerIndustryType::escapeField()
SellerIndustryType::getID()
SellerIndustryType::normalizeFindParams()
SellerIndustryType::getLastInsertID()
SellerIndustryType::getInsertID()
SellerIndustryType::setInsertID()
SellerIndustryType::getNumRows()
SellerIndustryType::getAffectedRows()
SellerIndustryType::setDataSource()
SellerIndustryType::getDataSource()
SellerIndustryType::getAssociated()
SellerIndustryType::joinModel()
SellerIndustryType::beforeFind()
SellerIndustryType::afterFind()
SellerIndustryType::beforeSave()
SellerIndustryType::afterSave()
SellerIndustryType::beforeDelete()
SellerIndustryType::afterDelete()
SellerIndustryType::beforeValidate()
SellerIndustryType::onError()
SellerIndustryType::overload()
SellerIndustryType::Object()
SellerIndustryType::toString()
SellerIndustryType::requestAction()
SellerIndustryType::log()
SellerIndustryType::cakeError()
Company::$AwardProduct = "*RECURSION* -> AwardProduct"
Company::unbindAll()
Company::generateNestedList()
Company::generateParentList()
Company::generatetreearray()
Company::validateUnique()
Company::validateCaptcha()
Company::validateMXRecord()
Company::equalToField()
Company::getEnumValues()
Company::unbindValidation()
Company::call__()
Company::bind()
Company::bindModel()
Company::unbindModel()
Company::setSource()
Company::set()
Company::deconstruct()
Company::schema()
Company::loadInfo()
Company::getColumnTypes()
Company::getColumnType()
Company::hasField()
Company::create()
Company::read()
Company::field()
Company::saveField()
Company::save()
Company::updateCounterCache()
Company::saveAll()
Company::updateAll()
Company::remove()
Company::del()
Company::delete()
Company::deleteAll()
Company::exists()
Company::hasAny()
Company::find()
Company::findAll()
Company::execute()
Company::findCount()
Company::isUnique()
Company::findAllThreaded()
Company::findNeighbours()
Company::query()
Company::validates()
Company::invalidFields()
Company::invalidate()
Company::isForeignKey()
Company::getDisplayField()
Company::generateList()
Company::escapeField()
Company::getID()
Company::normalizeFindParams()
Company::getLastInsertID()
Company::getInsertID()
Company::setInsertID()
Company::getNumRows()
Company::getAffectedRows()
Company::setDataSource()
Company::getDataSource()
Company::getAssociated()
Company::joinModel()
Company::beforeFind()
Company::afterFind()
Company::beforeSave()
Company::afterSave()
Company::beforeDelete()
Company::afterDelete()
Company::beforeValidate()
Company::onError()
Company::overload()
Company::Object()
Company::toString()
Company::requestAction()
Company::log()
Company::cakeError()
AwardProduct::$Award = Award
Award::$name = "Award"
Award::$displayField = "award"
Award::$actsAs = array(
"Bindable" => null
)
Award::$useDbConfig = "default"
Award::$useTable = "awards"
Award::$id = false
Award::$data = array()
Award::$table = "awards"
Award::$primaryKey = "id"
Award::$_schema = false
Award::$validate = array()
Award::$validationErrors = array()
Award::$tablePrefix = NULL
Award::$alias = "Award"
Award::$tableToModel = array(
"awards" => "Award"
)
Award::$logTransactions = false
Award::$transactional = false
Award::$cacheQueries = false
Award::$belongsTo = array()
Award::$hasOne = array()
Award::$hasMany = array()
Award::$hasAndBelongsToMany = array()
Award::$behaviors = array(
"Bindable" => BindableBehavior
BindableBehavior::$__settings = array(
"IndustryType" => array(
"recursive" => true,
"notices" => false
),
"Company" => array(
"recursive" => true,
"notices" => false
),
"Award" => array(
"recursive" => true,
"notices" => false
),
"ChildAwardCategory" => array(
"recursive" => true,
"notices" => false
),
"ParentAwardCategory" => array(
"recursive" => true,
"notices" => false
),
"AwardCategory" => array(
"recursive" => true,
"notices" => false
),
"AwardProductsAward" => array(
"recursive" => true,
"notices" => false
),
"AwardCategoriesAwardProduct" => array(
"recursive" => true,
"notices" => false
),
"AwardProduct" => array(
"recursive" => true,
"notices" => false
),
"Config" => array(
"recursive" => true,
"notices" => false
),
"ConfigCategory" => array(
"recursive" => true,
"notices" => false
),
"ChildLink" => array(
"recursive" => true,
"notices" => false
),
"ParentLink" => array(
"recursive" => true,
"notices" => false
),
"Link" => array(
"recursive" => true,
"notices" => false
)
)
BindableBehavior::$__bindings = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
BindableBehavior::$settings = array()
BindableBehavior::$mapMethods = array()
BindableBehavior::$_log = NULL
BindableBehavior::$__runResetBindable = array(
"AwardProduct" => true
)
BindableBehavior::setup()
BindableBehavior::restrict()
BindableBehavior::resetBindable()
BindableBehavior::beforeFind()
BindableBehavior::afterFind()
BindableBehavior::beforeValidate()
BindableBehavior::beforeSave()
BindableBehavior::afterSave()
BindableBehavior::beforeDelete()
BindableBehavior::afterDelete()
BindableBehavior::onError()
BindableBehavior::Object()
BindableBehavior::toString()
BindableBehavior::requestAction()
BindableBehavior::log()
BindableBehavior::cakeError()
)
Award::$whitelist = array()
Award::$cacheSources = true
Award::$findQueryType = NULL
Award::$__behaviorMethods = array(
"restrict" => array(
"restrict",
"Bindable"
),
"resetBindable" => array(
"resetBindable",
"Bindable"
)
)
Award::$recursive = 1
Award::$order = NULL
Award::$__exists = NULL
Award::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
Award::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
Award::$__backAssociation = array()
Award::$__insertID = NULL
Award::$__numRows = NULL
Award::$__affectedRows = NULL
Award::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
Award::$_log = NULL
Award::unbindAll()
Award::generateNestedList()
Award::generateParentList()
Award::generatetreearray()
Award::validateUnique()
Award::validateCaptcha()
Award::validateMXRecord()
Award::equalToField()
Award::getEnumValues()
Award::unbindValidation()
Award::call__()
Award::bind()
Award::bindModel()
Award::unbindModel()
Award::setSource()
Award::set()
Award::deconstruct()
Award::schema()
Award::loadInfo()
Award::getColumnTypes()
Award::getColumnType()
Award::hasField()
Award::create()
Award::read()
Award::field()
Award::saveField()
Award::save()
Award::updateCounterCache()
Award::saveAll()
Award::updateAll()
Award::remove()
Award::del()
Award::delete()
Award::deleteAll()
Award::exists()
Award::hasAny()
Award::find()
Award::findAll()
Award::execute()
Award::findCount()
Award::isUnique()
Award::findAllThreaded()
Award::findNeighbours()
Award::query()
Award::validates()
Award::invalidFields()
Award::invalidate()
Award::isForeignKey()
Award::getDisplayField()
Award::generateList()
Award::escapeField()
Award::getID()
Award::normalizeFindParams()
Award::getLastInsertID()
Award::getInsertID()
Award::setInsertID()
Award::getNumRows()
Award::getAffectedRows()
Award::setDataSource()
Award::getDataSource()
Award::getAssociated()
Award::joinModel()
Award::beforeFind()
Award::afterFind()
Award::beforeSave()
Award::afterSave()
Award::beforeDelete()
Award::afterDelete()
Award::beforeValidate()
Award::onError()
Award::overload()
Award::Object()
Award::toString()
Award::requestAction()
Award::log()
Award::cakeError()
AwardProduct::$AwardCategory = AwardCategory
AwardCategory::$name = "AwardCategory"
AwardCategory::$actsAs = array(
"Bindable" => null,
"Sluggable" => array(
"label" => "name",
"overwrite" => true
)
)
AwardCategory::$validate = array(
"name" => array(
"required" => array(
"rule" => "/.+/",
"message" => "This field cannot be left blank",
"last" => true
)
)
)
AwardCategory::$belongsTo = array(
"ParentAwardCategory" => array(
"className" => "AwardCategory",
"foreignKey" => "parent_id",
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "ParentAwardCategory.sort",
"counterCache" => "[empty string]"
)
)
AwardCategory::$hasMany = array(
"ChildAwardCategory" => array(
"className" => "AwardCategory",
"foreignKey" => "parent_id",
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "ChildAwardCategory.sort",
"limit" => "[empty string]",
"offset" => "[empty string]",
"dependent" => "[empty string]",
"exclusive" => "[empty string]",
"finderQuery" => "[empty string]",
"counterQuery" => "[empty string]"
)
)
AwardCategory::$useDbConfig = "default"
AwardCategory::$useTable = "award_categories"
AwardCategory::$displayField = "id"
AwardCategory::$id = false
AwardCategory::$data = array()
AwardCategory::$table = "award_categories"
AwardCategory::$primaryKey = "id"
AwardCategory::$_schema = false
AwardCategory::$validationErrors = array()
AwardCategory::$tablePrefix = NULL
AwardCategory::$alias = "AwardCategory"
AwardCategory::$tableToModel = array(
"award_categories" => "ChildAwardCategory"
)
AwardCategory::$logTransactions = false
AwardCategory::$transactional = false
AwardCategory::$cacheQueries = false
AwardCategory::$hasOne = array()
AwardCategory::$hasAndBelongsToMany = array()
AwardCategory::$behaviors = array(
"Bindable" => BindableBehavior
BindableBehavior::$__settings = array(
"IndustryType" => array(
"recursive" => true,
"notices" => false
),
"Company" => array(
"recursive" => true,
"notices" => false
),
"Award" => array(
"recursive" => true,
"notices" => false
),
"ChildAwardCategory" => array(
"recursive" => true,
"notices" => false
),
"ParentAwardCategory" => array(
"recursive" => true,
"notices" => false
),
"AwardCategory" => array(
"recursive" => true,
"notices" => false
),
"AwardProductsAward" => array(
"recursive" => true,
"notices" => false
),
"AwardCategoriesAwardProduct" => array(
"recursive" => true,
"notices" => false
),
"AwardProduct" => array(
"recursive" => true,
"notices" => false
),
"Config" => array(
"recursive" => true,
"notices" => false
),
"ConfigCategory" => array(
"recursive" => true,
"notices" => false
),
"ChildLink" => array(
"recursive" => true,
"notices" => false
),
"ParentLink" => array(
"recursive" => true,
"notices" => false
),
"Link" => array(
"recursive" => true,
"notices" => false
)
)
BindableBehavior::$__bindings = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
BindableBehavior::$settings = array()
BindableBehavior::$mapMethods = array()
BindableBehavior::$_log = NULL
BindableBehavior::$__runResetBindable = array(
"AwardProduct" => true
)
BindableBehavior::setup()
BindableBehavior::restrict()
BindableBehavior::resetBindable()
BindableBehavior::beforeFind()
BindableBehavior::afterFind()
BindableBehavior::beforeValidate()
BindableBehavior::beforeSave()
BindableBehavior::afterSave()
BindableBehavior::beforeDelete()
BindableBehavior::afterDelete()
BindableBehavior::onError()
BindableBehavior::Object()
BindableBehavior::toString()
BindableBehavior::requestAction()
BindableBehavior::log()
BindableBehavior::cakeError(),
"Sluggable" => SluggableBehavior
SluggableBehavior::$__settings = array(
"ChildAwardCategory" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
),
"ParentAwardCategory" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
),
"AwardCategory" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
),
"AwardProduct" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
)
)
SluggableBehavior::$settings = array()
SluggableBehavior::$mapMethods = array()
SluggableBehavior::$_log = NULL
SluggableBehavior::setup()
SluggableBehavior::beforeSave()
SluggableBehavior::beforeFind()
SluggableBehavior::afterFind()
SluggableBehavior::beforeValidate()
SluggableBehavior::afterSave()
SluggableBehavior::beforeDelete()
SluggableBehavior::afterDelete()
SluggableBehavior::onError()
SluggableBehavior::Object()
SluggableBehavior::toString()
SluggableBehavior::requestAction()
SluggableBehavior::log()
SluggableBehavior::cakeError()
)
AwardCategory::$whitelist = array()
AwardCategory::$cacheSources = true
AwardCategory::$findQueryType = NULL
AwardCategory::$__behaviorMethods = array(
"restrict" => array(
"restrict",
"Bindable"
),
"resetBindable" => array(
"resetBindable",
"Bindable"
)
)
AwardCategory::$recursive = 1
AwardCategory::$order = NULL
AwardCategory::$__exists = NULL
AwardCategory::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
AwardCategory::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
AwardCategory::$__backAssociation = array()
AwardCategory::$__insertID = NULL
AwardCategory::$__numRows = NULL
AwardCategory::$__affectedRows = NULL
AwardCategory::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
AwardCategory::$_log = NULL
AwardCategory::$ParentAwardCategory = AwardCategory
AwardCategory::$name = "AwardCategory"
AwardCategory::$actsAs = array(
"Bindable" => null,
"Sluggable" => array(
"label" => "name",
"overwrite" => true
)
)
AwardCategory::$validate = array(
"name" => array(
"required" => array(
"rule" => "/.+/",
"message" => "This field cannot be left blank",
"last" => true
)
)
)
AwardCategory::$belongsTo = array(
"ParentAwardCategory" => array(
"className" => "AwardCategory",
"foreignKey" => "parent_id",
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "ParentAwardCategory.sort",
"counterCache" => "[empty string]"
)
)
AwardCategory::$hasMany = array(
"ChildAwardCategory" => array(
"className" => "AwardCategory",
"foreignKey" => "parent_id",
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "ChildAwardCategory.sort",
"limit" => "[empty string]",
"offset" => "[empty string]",
"dependent" => "[empty string]",
"exclusive" => "[empty string]",
"finderQuery" => "[empty string]",
"counterQuery" => "[empty string]"
)
)
AwardCategory::$useDbConfig = "default"
AwardCategory::$useTable = "award_categories"
AwardCategory::$displayField = "id"
AwardCategory::$id = false
AwardCategory::$data = array()
AwardCategory::$table = "award_categories"
AwardCategory::$primaryKey = "id"
AwardCategory::$_schema = false
AwardCategory::$validationErrors = array()
AwardCategory::$tablePrefix = NULL
AwardCategory::$alias = "ParentAwardCategory"
AwardCategory::$tableToModel = array(
"award_categories" => "ChildAwardCategory"
)
AwardCategory::$logTransactions = false
AwardCategory::$transactional = false
AwardCategory::$cacheQueries = false
AwardCategory::$hasOne = array()
AwardCategory::$hasAndBelongsToMany = array()
AwardCategory::$behaviors = array(
"Bindable" => BindableBehavior
BindableBehavior::$__settings = array(
"IndustryType" => array(
"recursive" => true,
"notices" => false
),
"Company" => array(
"recursive" => true,
"notices" => false
),
"Award" => array(
"recursive" => true,
"notices" => false
),
"ChildAwardCategory" => array(
"recursive" => true,
"notices" => false
),
"ParentAwardCategory" => array(
"recursive" => true,
"notices" => false
),
"AwardCategory" => array(
"recursive" => true,
"notices" => false
),
"AwardProductsAward" => array(
"recursive" => true,
"notices" => false
),
"AwardCategoriesAwardProduct" => array(
"recursive" => true,
"notices" => false
),
"AwardProduct" => array(
"recursive" => true,
"notices" => false
),
"Config" => array(
"recursive" => true,
"notices" => false
),
"ConfigCategory" => array(
"recursive" => true,
"notices" => false
),
"ChildLink" => array(
"recursive" => true,
"notices" => false
),
"ParentLink" => array(
"recursive" => true,
"notices" => false
),
"Link" => array(
"recursive" => true,
"notices" => false
)
)
BindableBehavior::$__bindings = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
BindableBehavior::$settings = array()
BindableBehavior::$mapMethods = array()
BindableBehavior::$_log = NULL
BindableBehavior::$__runResetBindable = array(
"AwardProduct" => true
)
BindableBehavior::setup()
BindableBehavior::restrict()
BindableBehavior::resetBindable()
BindableBehavior::beforeFind()
BindableBehavior::afterFind()
BindableBehavior::beforeValidate()
BindableBehavior::beforeSave()
BindableBehavior::afterSave()
BindableBehavior::beforeDelete()
BindableBehavior::afterDelete()
BindableBehavior::onError()
BindableBehavior::Object()
BindableBehavior::toString()
BindableBehavior::requestAction()
BindableBehavior::log()
BindableBehavior::cakeError(),
"Sluggable" => SluggableBehavior
SluggableBehavior::$__settings = array(
"ChildAwardCategory" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
),
"ParentAwardCategory" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
),
"AwardCategory" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
),
"AwardProduct" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
)
)
SluggableBehavior::$settings = array()
SluggableBehavior::$mapMethods = array()
SluggableBehavior::$_log = NULL
SluggableBehavior::setup()
SluggableBehavior::beforeSave()
SluggableBehavior::beforeFind()
SluggableBehavior::afterFind()
SluggableBehavior::beforeValidate()
SluggableBehavior::afterSave()
SluggableBehavior::beforeDelete()
SluggableBehavior::afterDelete()
SluggableBehavior::onError()
SluggableBehavior::Object()
SluggableBehavior::toString()
SluggableBehavior::requestAction()
SluggableBehavior::log()
SluggableBehavior::cakeError()
)
AwardCategory::$whitelist = array()
AwardCategory::$cacheSources = true
AwardCategory::$findQueryType = NULL
AwardCategory::$__behaviorMethods = array(
"restrict" => array(
"restrict",
"Bindable"
),
"resetBindable" => array(
"resetBindable",
"Bindable"
)
)
AwardCategory::$recursive = 1
AwardCategory::$order = NULL
AwardCategory::$__exists = NULL
AwardCategory::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
AwardCategory::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
AwardCategory::$__backAssociation = array()
AwardCategory::$__insertID = NULL
AwardCategory::$__numRows = NULL
AwardCategory::$__affectedRows = NULL
AwardCategory::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
AwardCategory::$_log = NULL
AwardCategory::$ParentAwardCategory = "*RECURSION* -> AwardCategory"
AwardCategory::$ChildAwardCategory = AwardCategory
AwardCategory::$name = "AwardCategory"
AwardCategory::$actsAs = array(
"Bindable" => null,
"Sluggable" => array(
"label" => "name",
"overwrite" => true
)
)
AwardCategory::$validate = array(
"name" => array(
"required" => array(
"rule" => "/.+/",
"message" => "This field cannot be left blank",
"last" => true
)
)
)
AwardCategory::$belongsTo = array(
"ParentAwardCategory" => array(
"className" => "AwardCategory",
"foreignKey" => "parent_id",
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "ParentAwardCategory.sort",
"counterCache" => "[empty string]"
)
)
AwardCategory::$hasMany = array(
"ChildAwardCategory" => array(
"className" => "AwardCategory",
"foreignKey" => "parent_id",
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "ChildAwardCategory.sort",
"limit" => "[empty string]",
"offset" => "[empty string]",
"dependent" => "[empty string]",
"exclusive" => "[empty string]",
"finderQuery" => "[empty string]",
"counterQuery" => "[empty string]"
)
)
AwardCategory::$useDbConfig = "default"
AwardCategory::$useTable = "award_categories"
AwardCategory::$displayField = "id"
AwardCategory::$id = false
AwardCategory::$data = array()
AwardCategory::$table = "award_categories"
AwardCategory::$primaryKey = "id"
AwardCategory::$_schema = false
AwardCategory::$validationErrors = array()
AwardCategory::$tablePrefix = NULL
AwardCategory::$alias = "ChildAwardCategory"
AwardCategory::$tableToModel = array(
"award_categories" => "ChildAwardCategory"
)
AwardCategory::$logTransactions = false
AwardCategory::$transactional = false
AwardCategory::$cacheQueries = false
AwardCategory::$hasOne = array()
AwardCategory::$hasAndBelongsToMany = array()
AwardCategory::$behaviors = array(
"Bindable" => BindableBehavior
BindableBehavior::$__settings = array(
"IndustryType" => array(
"recursive" => true,
"notices" => false
),
"Company" => array(
"recursive" => true,
"notices" => false
),
"Award" => array(
"recursive" => true,
"notices" => false
),
"ChildAwardCategory" => array(
"recursive" => true,
"notices" => false
),
"ParentAwardCategory" => array(
"recursive" => true,
"notices" => false
),
"AwardCategory" => array(
"recursive" => true,
"notices" => false
),
"AwardProductsAward" => array(
"recursive" => true,
"notices" => false
),
"AwardCategoriesAwardProduct" => array(
"recursive" => true,
"notices" => false
),
"AwardProduct" => array(
"recursive" => true,
"notices" => false
),
"Config" => array(
"recursive" => true,
"notices" => false
),
"ConfigCategory" => array(
"recursive" => true,
"notices" => false
),
"ChildLink" => array(
"recursive" => true,
"notices" => false
),
"ParentLink" => array(
"recursive" => true,
"notices" => false
),
"Link" => array(
"recursive" => true,
"notices" => false
)
)
BindableBehavior::$__bindings = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
BindableBehavior::$settings = array()
BindableBehavior::$mapMethods = array()
BindableBehavior::$_log = NULL
BindableBehavior::$__runResetBindable = array(
"AwardProduct" => true
)
BindableBehavior::setup()
BindableBehavior::restrict()
BindableBehavior::resetBindable()
BindableBehavior::beforeFind()
BindableBehavior::afterFind()
BindableBehavior::beforeValidate()
BindableBehavior::beforeSave()
BindableBehavior::afterSave()
BindableBehavior::beforeDelete()
BindableBehavior::afterDelete()
BindableBehavior::onError()
BindableBehavior::Object()
BindableBehavior::toString()
BindableBehavior::requestAction()
BindableBehavior::log()
BindableBehavior::cakeError(),
"Sluggable" => SluggableBehavior
SluggableBehavior::$__settings = array(
"ChildAwardCategory" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
),
"ParentAwardCategory" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
),
"AwardCategory" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
),
"AwardProduct" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
)
)
SluggableBehavior::$settings = array()
SluggableBehavior::$mapMethods = array()
SluggableBehavior::$_log = NULL
SluggableBehavior::setup()
SluggableBehavior::beforeSave()
SluggableBehavior::beforeFind()
SluggableBehavior::afterFind()
SluggableBehavior::beforeValidate()
SluggableBehavior::afterSave()
SluggableBehavior::beforeDelete()
SluggableBehavior::afterDelete()
SluggableBehavior::onError()
SluggableBehavior::Object()
SluggableBehavior::toString()
SluggableBehavior::requestAction()
SluggableBehavior::log()
SluggableBehavior::cakeError()
)
AwardCategory::$whitelist = array()
AwardCategory::$cacheSources = true
AwardCategory::$findQueryType = NULL
AwardCategory::$__behaviorMethods = array(
"restrict" => array(
"restrict",
"Bindable"
),
"resetBindable" => array(
"resetBindable",
"Bindable"
)
)
AwardCategory::$recursive = 1
AwardCategory::$order = NULL
AwardCategory::$__exists = NULL
AwardCategory::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
AwardCategory::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
AwardCategory::$__backAssociation = array()
AwardCategory::$__insertID = NULL
AwardCategory::$__numRows = NULL
AwardCategory::$__affectedRows = NULL
AwardCategory::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
AwardCategory::$_log = NULL
AwardCategory::$ParentAwardCategory = "*RECURSION* -> AwardCategory"
AwardCategory::$ChildAwardCategory = "*RECURSION* -> AwardCategory"
AwardCategory::beforeDelete()
AwardCategory::beforeSave()
AwardCategory::afterSave()
AwardCategory::afterDelete()
AwardCategory::sort()
AwardCategory::unbindAll()
AwardCategory::generateNestedList()
AwardCategory::generateParentList()
AwardCategory::generatetreearray()
AwardCategory::validateUnique()
AwardCategory::validateCaptcha()
AwardCategory::validateMXRecord()
AwardCategory::equalToField()
AwardCategory::getEnumValues()
AwardCategory::unbindValidation()
AwardCategory::call__()
AwardCategory::bind()
AwardCategory::bindModel()
AwardCategory::unbindModel()
AwardCategory::setSource()
AwardCategory::set()
AwardCategory::deconstruct()
AwardCategory::schema()
AwardCategory::loadInfo()
AwardCategory::getColumnTypes()
AwardCategory::getColumnType()
AwardCategory::hasField()
AwardCategory::create()
AwardCategory::read()
AwardCategory::field()
AwardCategory::saveField()
AwardCategory::save()
AwardCategory::updateCounterCache()
AwardCategory::saveAll()
AwardCategory::updateAll()
AwardCategory::remove()
AwardCategory::del()
AwardCategory::delete()
AwardCategory::deleteAll()
AwardCategory::exists()
AwardCategory::hasAny()
AwardCategory::find()
AwardCategory::findAll()
AwardCategory::execute()
AwardCategory::findCount()
AwardCategory::isUnique()
AwardCategory::findAllThreaded()
AwardCategory::findNeighbours()
AwardCategory::query()
AwardCategory::validates()
AwardCategory::invalidFields()
AwardCategory::invalidate()
AwardCategory::isForeignKey()
AwardCategory::getDisplayField()
AwardCategory::generateList()
AwardCategory::escapeField()
AwardCategory::getID()
AwardCategory::normalizeFindParams()
AwardCategory::getLastInsertID()
AwardCategory::getInsertID()
AwardCategory::setInsertID()
AwardCategory::getNumRows()
AwardCategory::getAffectedRows()
AwardCategory::setDataSource()
AwardCategory::getDataSource()
AwardCategory::getAssociated()
AwardCategory::joinModel()
AwardCategory::beforeFind()
AwardCategory::afterFind()
AwardCategory::beforeValidate()
AwardCategory::onError()
AwardCategory::overload()
AwardCategory::Object()
AwardCategory::toString()
AwardCategory::requestAction()
AwardCategory::log()
AwardCategory::cakeError()
AwardCategory::beforeDelete()
AwardCategory::beforeSave()
AwardCategory::afterSave()
AwardCategory::afterDelete()
AwardCategory::sort()
AwardCategory::unbindAll()
AwardCategory::generateNestedList()
AwardCategory::generateParentList()
AwardCategory::generatetreearray()
AwardCategory::validateUnique()
AwardCategory::validateCaptcha()
AwardCategory::validateMXRecord()
AwardCategory::equalToField()
AwardCategory::getEnumValues()
AwardCategory::unbindValidation()
AwardCategory::call__()
AwardCategory::bind()
AwardCategory::bindModel()
AwardCategory::unbindModel()
AwardCategory::setSource()
AwardCategory::set()
AwardCategory::deconstruct()
AwardCategory::schema()
AwardCategory::loadInfo()
AwardCategory::getColumnTypes()
AwardCategory::getColumnType()
AwardCategory::hasField()
AwardCategory::create()
AwardCategory::read()
AwardCategory::field()
AwardCategory::saveField()
AwardCategory::save()
AwardCategory::updateCounterCache()
AwardCategory::saveAll()
AwardCategory::updateAll()
AwardCategory::remove()
AwardCategory::del()
AwardCategory::delete()
AwardCategory::deleteAll()
AwardCategory::exists()
AwardCategory::hasAny()
AwardCategory::find()
AwardCategory::findAll()
AwardCategory::execute()
AwardCategory::findCount()
AwardCategory::isUnique()
AwardCategory::findAllThreaded()
AwardCategory::findNeighbours()
AwardCategory::query()
AwardCategory::validates()
AwardCategory::invalidFields()
AwardCategory::invalidate()
AwardCategory::isForeignKey()
AwardCategory::getDisplayField()
AwardCategory::generateList()
AwardCategory::escapeField()
AwardCategory::getID()
AwardCategory::normalizeFindParams()
AwardCategory::getLastInsertID()
AwardCategory::getInsertID()
AwardCategory::setInsertID()
AwardCategory::getNumRows()
AwardCategory::getAffectedRows()
AwardCategory::setDataSource()
AwardCategory::getDataSource()
AwardCategory::getAssociated()
AwardCategory::joinModel()
AwardCategory::beforeFind()
AwardCategory::afterFind()
AwardCategory::beforeValidate()
AwardCategory::onError()
AwardCategory::overload()
AwardCategory::Object()
AwardCategory::toString()
AwardCategory::requestAction()
AwardCategory::log()
AwardCategory::cakeError()
AwardCategory::$ChildAwardCategory = AwardCategory
AwardCategory::$name = "AwardCategory"
AwardCategory::$actsAs = array(
"Bindable" => null,
"Sluggable" => array(
"label" => "name",
"overwrite" => true
)
)
AwardCategory::$validate = array(
"name" => array(
"required" => array(
"rule" => "/.+/",
"message" => "This field cannot be left blank",
"last" => true
)
)
)
AwardCategory::$belongsTo = array(
"ParentAwardCategory" => array(
"className" => "AwardCategory",
"foreignKey" => "parent_id",
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "ParentAwardCategory.sort",
"counterCache" => "[empty string]"
)
)
AwardCategory::$hasMany = array(
"ChildAwardCategory" => array(
"className" => "AwardCategory",
"foreignKey" => "parent_id",
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "ChildAwardCategory.sort",
"limit" => "[empty string]",
"offset" => "[empty string]",
"dependent" => "[empty string]",
"exclusive" => "[empty string]",
"finderQuery" => "[empty string]",
"counterQuery" => "[empty string]"
)
)
AwardCategory::$useDbConfig = "default"
AwardCategory::$useTable = "award_categories"
AwardCategory::$displayField = "id"
AwardCategory::$id = false
AwardCategory::$data = array()
AwardCategory::$table = "award_categories"
AwardCategory::$primaryKey = "id"
AwardCategory::$_schema = false
AwardCategory::$validationErrors = array()
AwardCategory::$tablePrefix = NULL
AwardCategory::$alias = "ChildAwardCategory"
AwardCategory::$tableToModel = array(
"award_categories" => "ChildAwardCategory"
)
AwardCategory::$logTransactions = false
AwardCategory::$transactional = false
AwardCategory::$cacheQueries = false
AwardCategory::$hasOne = array()
AwardCategory::$hasAndBelongsToMany = array()
AwardCategory::$behaviors = array(
"Bindable" => BindableBehavior
BindableBehavior::$__settings = array(
"IndustryType" => array(
"recursive" => true,
"notices" => false
),
"Company" => array(
"recursive" => true,
"notices" => false
),
"Award" => array(
"recursive" => true,
"notices" => false
),
"ChildAwardCategory" => array(
"recursive" => true,
"notices" => false
),
"ParentAwardCategory" => array(
"recursive" => true,
"notices" => false
),
"AwardCategory" => array(
"recursive" => true,
"notices" => false
),
"AwardProductsAward" => array(
"recursive" => true,
"notices" => false
),
"AwardCategoriesAwardProduct" => array(
"recursive" => true,
"notices" => false
),
"AwardProduct" => array(
"recursive" => true,
"notices" => false
),
"Config" => array(
"recursive" => true,
"notices" => false
),
"ConfigCategory" => array(
"recursive" => true,
"notices" => false
),
"ChildLink" => array(
"recursive" => true,
"notices" => false
),
"ParentLink" => array(
"recursive" => true,
"notices" => false
),
"Link" => array(
"recursive" => true,
"notices" => false
)
)
BindableBehavior::$__bindings = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
BindableBehavior::$settings = array()
BindableBehavior::$mapMethods = array()
BindableBehavior::$_log = NULL
BindableBehavior::$__runResetBindable = array(
"AwardProduct" => true
)
BindableBehavior::setup()
BindableBehavior::restrict()
BindableBehavior::resetBindable()
BindableBehavior::beforeFind()
BindableBehavior::afterFind()
BindableBehavior::beforeValidate()
BindableBehavior::beforeSave()
BindableBehavior::afterSave()
BindableBehavior::beforeDelete()
BindableBehavior::afterDelete()
BindableBehavior::onError()
BindableBehavior::Object()
BindableBehavior::toString()
BindableBehavior::requestAction()
BindableBehavior::log()
BindableBehavior::cakeError(),
"Sluggable" => SluggableBehavior
SluggableBehavior::$__settings = array(
"ChildAwardCategory" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
),
"ParentAwardCategory" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
),
"AwardCategory" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
),
"AwardProduct" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
)
)
SluggableBehavior::$settings = array()
SluggableBehavior::$mapMethods = array()
SluggableBehavior::$_log = NULL
SluggableBehavior::setup()
SluggableBehavior::beforeSave()
SluggableBehavior::beforeFind()
SluggableBehavior::afterFind()
SluggableBehavior::beforeValidate()
SluggableBehavior::afterSave()
SluggableBehavior::beforeDelete()
SluggableBehavior::afterDelete()
SluggableBehavior::onError()
SluggableBehavior::Object()
SluggableBehavior::toString()
SluggableBehavior::requestAction()
SluggableBehavior::log()
SluggableBehavior::cakeError()
)
AwardCategory::$whitelist = array()
AwardCategory::$cacheSources = true
AwardCategory::$findQueryType = NULL
AwardCategory::$__behaviorMethods = array(
"restrict" => array(
"restrict",
"Bindable"
),
"resetBindable" => array(
"resetBindable",
"Bindable"
)
)
AwardCategory::$recursive = 1
AwardCategory::$order = NULL
AwardCategory::$__exists = NULL
AwardCategory::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
AwardCategory::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
AwardCategory::$__backAssociation = array()
AwardCategory::$__insertID = NULL
AwardCategory::$__numRows = NULL
AwardCategory::$__affectedRows = NULL
AwardCategory::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
AwardCategory::$_log = NULL
AwardCategory::$ParentAwardCategory = AwardCategory
AwardCategory::$name = "AwardCategory"
AwardCategory::$actsAs = array(
"Bindable" => null,
"Sluggable" => array(
"label" => "name",
"overwrite" => true
)
)
AwardCategory::$validate = array(
"name" => array(
"required" => array(
"rule" => "/.+/",
"message" => "This field cannot be left blank",
"last" => true
)
)
)
AwardCategory::$belongsTo = array(
"ParentAwardCategory" => array(
"className" => "AwardCategory",
"foreignKey" => "parent_id",
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "ParentAwardCategory.sort",
"counterCache" => "[empty string]"
)
)
AwardCategory::$hasMany = array(
"ChildAwardCategory" => array(
"className" => "AwardCategory",
"foreignKey" => "parent_id",
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "ChildAwardCategory.sort",
"limit" => "[empty string]",
"offset" => "[empty string]",
"dependent" => "[empty string]",
"exclusive" => "[empty string]",
"finderQuery" => "[empty string]",
"counterQuery" => "[empty string]"
)
)
AwardCategory::$useDbConfig = "default"
AwardCategory::$useTable = "award_categories"
AwardCategory::$displayField = "id"
AwardCategory::$id = false
AwardCategory::$data = array()
AwardCategory::$table = "award_categories"
AwardCategory::$primaryKey = "id"
AwardCategory::$_schema = false
AwardCategory::$validationErrors = array()
AwardCategory::$tablePrefix = NULL
AwardCategory::$alias = "ParentAwardCategory"
AwardCategory::$tableToModel = array(
"award_categories" => "ChildAwardCategory"
)
AwardCategory::$logTransactions = false
AwardCategory::$transactional = false
AwardCategory::$cacheQueries = false
AwardCategory::$hasOne = array()
AwardCategory::$hasAndBelongsToMany = array()
AwardCategory::$behaviors = array(
"Bindable" => BindableBehavior
BindableBehavior::$__settings = array(
"IndustryType" => array(
"recursive" => true,
"notices" => false
),
"Company" => array(
"recursive" => true,
"notices" => false
),
"Award" => array(
"recursive" => true,
"notices" => false
),
"ChildAwardCategory" => array(
"recursive" => true,
"notices" => false
),
"ParentAwardCategory" => array(
"recursive" => true,
"notices" => false
),
"AwardCategory" => array(
"recursive" => true,
"notices" => false
),
"AwardProductsAward" => array(
"recursive" => true,
"notices" => false
),
"AwardCategoriesAwardProduct" => array(
"recursive" => true,
"notices" => false
),
"AwardProduct" => array(
"recursive" => true,
"notices" => false
),
"Config" => array(
"recursive" => true,
"notices" => false
),
"ConfigCategory" => array(
"recursive" => true,
"notices" => false
),
"ChildLink" => array(
"recursive" => true,
"notices" => false
),
"ParentLink" => array(
"recursive" => true,
"notices" => false
),
"Link" => array(
"recursive" => true,
"notices" => false
)
)
BindableBehavior::$__bindings = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
BindableBehavior::$settings = array()
BindableBehavior::$mapMethods = array()
BindableBehavior::$_log = NULL
BindableBehavior::$__runResetBindable = array(
"AwardProduct" => true
)
BindableBehavior::setup()
BindableBehavior::restrict()
BindableBehavior::resetBindable()
BindableBehavior::beforeFind()
BindableBehavior::afterFind()
BindableBehavior::beforeValidate()
BindableBehavior::beforeSave()
BindableBehavior::afterSave()
BindableBehavior::beforeDelete()
BindableBehavior::afterDelete()
BindableBehavior::onError()
BindableBehavior::Object()
BindableBehavior::toString()
BindableBehavior::requestAction()
BindableBehavior::log()
BindableBehavior::cakeError(),
"Sluggable" => SluggableBehavior
SluggableBehavior::$__settings = array(
"ChildAwardCategory" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
),
"ParentAwardCategory" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
),
"AwardCategory" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
),
"AwardProduct" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
)
)
SluggableBehavior::$settings = array()
SluggableBehavior::$mapMethods = array()
SluggableBehavior::$_log = NULL
SluggableBehavior::setup()
SluggableBehavior::beforeSave()
SluggableBehavior::beforeFind()
SluggableBehavior::afterFind()
SluggableBehavior::beforeValidate()
SluggableBehavior::afterSave()
SluggableBehavior::beforeDelete()
SluggableBehavior::afterDelete()
SluggableBehavior::onError()
SluggableBehavior::Object()
SluggableBehavior::toString()
SluggableBehavior::requestAction()
SluggableBehavior::log()
SluggableBehavior::cakeError()
)
AwardCategory::$whitelist = array()
AwardCategory::$cacheSources = true
AwardCategory::$findQueryType = NULL
AwardCategory::$__behaviorMethods = array(
"restrict" => array(
"restrict",
"Bindable"
),
"resetBindable" => array(
"resetBindable",
"Bindable"
)
)
AwardCategory::$recursive = 1
AwardCategory::$order = NULL
AwardCategory::$__exists = NULL
AwardCategory::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
AwardCategory::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
AwardCategory::$__backAssociation = array()
AwardCategory::$__insertID = NULL
AwardCategory::$__numRows = NULL
AwardCategory::$__affectedRows = NULL
AwardCategory::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
AwardCategory::$_log = NULL
AwardCategory::$ParentAwardCategory = "*RECURSION* -> AwardCategory"
AwardCategory::$ChildAwardCategory = "*RECURSION* -> AwardCategory"
AwardCategory::beforeDelete()
AwardCategory::beforeSave()
AwardCategory::afterSave()
AwardCategory::afterDelete()
AwardCategory::sort()
AwardCategory::unbindAll()
AwardCategory::generateNestedList()
AwardCategory::generateParentList()
AwardCategory::generatetreearray()
AwardCategory::validateUnique()
AwardCategory::validateCaptcha()
AwardCategory::validateMXRecord()
AwardCategory::equalToField()
AwardCategory::getEnumValues()
AwardCategory::unbindValidation()
AwardCategory::call__()
AwardCategory::bind()
AwardCategory::bindModel()
AwardCategory::unbindModel()
AwardCategory::setSource()
AwardCategory::set()
AwardCategory::deconstruct()
AwardCategory::schema()
AwardCategory::loadInfo()
AwardCategory::getColumnTypes()
AwardCategory::getColumnType()
AwardCategory::hasField()
AwardCategory::create()
AwardCategory::read()
AwardCategory::field()
AwardCategory::saveField()
AwardCategory::save()
AwardCategory::updateCounterCache()
AwardCategory::saveAll()
AwardCategory::updateAll()
AwardCategory::remove()
AwardCategory::del()
AwardCategory::delete()
AwardCategory::deleteAll()
AwardCategory::exists()
AwardCategory::hasAny()
AwardCategory::find()
AwardCategory::findAll()
AwardCategory::execute()
AwardCategory::findCount()
AwardCategory::isUnique()
AwardCategory::findAllThreaded()
AwardCategory::findNeighbours()
AwardCategory::query()
AwardCategory::validates()
AwardCategory::invalidFields()
AwardCategory::invalidate()
AwardCategory::isForeignKey()
AwardCategory::getDisplayField()
AwardCategory::generateList()
AwardCategory::escapeField()
AwardCategory::getID()
AwardCategory::normalizeFindParams()
AwardCategory::getLastInsertID()
AwardCategory::getInsertID()
AwardCategory::setInsertID()
AwardCategory::getNumRows()
AwardCategory::getAffectedRows()
AwardCategory::setDataSource()
AwardCategory::getDataSource()
AwardCategory::getAssociated()
AwardCategory::joinModel()
AwardCategory::beforeFind()
AwardCategory::afterFind()
AwardCategory::beforeValidate()
AwardCategory::onError()
AwardCategory::overload()
AwardCategory::Object()
AwardCategory::toString()
AwardCategory::requestAction()
AwardCategory::log()
AwardCategory::cakeError()
AwardCategory::$ChildAwardCategory = "*RECURSION* -> AwardCategory"
AwardCategory::beforeDelete()
AwardCategory::beforeSave()
AwardCategory::afterSave()
AwardCategory::afterDelete()
AwardCategory::sort()
AwardCategory::unbindAll()
AwardCategory::generateNestedList()
AwardCategory::generateParentList()
AwardCategory::generatetreearray()
AwardCategory::validateUnique()
AwardCategory::validateCaptcha()
AwardCategory::validateMXRecord()
AwardCategory::equalToField()
AwardCategory::getEnumValues()
AwardCategory::unbindValidation()
AwardCategory::call__()
AwardCategory::bind()
AwardCategory::bindModel()
AwardCategory::unbindModel()
AwardCategory::setSource()
AwardCategory::set()
AwardCategory::deconstruct()
AwardCategory::schema()
AwardCategory::loadInfo()
AwardCategory::getColumnTypes()
AwardCategory::getColumnType()
AwardCategory::hasField()
AwardCategory::create()
AwardCategory::read()
AwardCategory::field()
AwardCategory::saveField()
AwardCategory::save()
AwardCategory::updateCounterCache()
AwardCategory::saveAll()
AwardCategory::updateAll()
AwardCategory::remove()
AwardCategory::del()
AwardCategory::delete()
AwardCategory::deleteAll()
AwardCategory::exists()
AwardCategory::hasAny()
AwardCategory::find()
AwardCategory::findAll()
AwardCategory::execute()
AwardCategory::findCount()
AwardCategory::isUnique()
AwardCategory::findAllThreaded()
AwardCategory::findNeighbours()
AwardCategory::query()
AwardCategory::validates()
AwardCategory::invalidFields()
AwardCategory::invalidate()
AwardCategory::isForeignKey()
AwardCategory::getDisplayField()
AwardCategory::generateList()
AwardCategory::escapeField()
AwardCategory::getID()
AwardCategory::normalizeFindParams()
AwardCategory::getLastInsertID()
AwardCategory::getInsertID()
AwardCategory::setInsertID()
AwardCategory::getNumRows()
AwardCategory::getAffectedRows()
AwardCategory::setDataSource()
AwardCategory::getDataSource()
AwardCategory::getAssociated()
AwardCategory::joinModel()
AwardCategory::beforeFind()
AwardCategory::afterFind()
AwardCategory::beforeValidate()
AwardCategory::onError()
AwardCategory::overload()
AwardCategory::Object()
AwardCategory::toString()
AwardCategory::requestAction()
AwardCategory::log()
AwardCategory::cakeError()
AwardCategory::beforeDelete()
AwardCategory::beforeSave()
AwardCategory::afterSave()
AwardCategory::afterDelete()
AwardCategory::sort()
AwardCategory::unbindAll()
AwardCategory::generateNestedList()
AwardCategory::generateParentList()
AwardCategory::generatetreearray()
AwardCategory::validateUnique()
AwardCategory::validateCaptcha()
AwardCategory::validateMXRecord()
AwardCategory::equalToField()
AwardCategory::getEnumValues()
AwardCategory::unbindValidation()
AwardCategory::call__()
AwardCategory::bind()
AwardCategory::bindModel()
AwardCategory::unbindModel()
AwardCategory::setSource()
AwardCategory::set()
AwardCategory::deconstruct()
AwardCategory::schema()
AwardCategory::loadInfo()
AwardCategory::getColumnTypes()
AwardCategory::getColumnType()
AwardCategory::hasField()
AwardCategory::create()
AwardCategory::read()
AwardCategory::field()
AwardCategory::saveField()
AwardCategory::save()
AwardCategory::updateCounterCache()
AwardCategory::saveAll()
AwardCategory::updateAll()
AwardCategory::remove()
AwardCategory::del()
AwardCategory::delete()
AwardCategory::deleteAll()
AwardCategory::exists()
AwardCategory::hasAny()
AwardCategory::find()
AwardCategory::findAll()
AwardCategory::execute()
AwardCategory::findCount()
AwardCategory::isUnique()
AwardCategory::findAllThreaded()
AwardCategory::findNeighbours()
AwardCategory::query()
AwardCategory::validates()
AwardCategory::invalidFields()
AwardCategory::invalidate()
AwardCategory::isForeignKey()
AwardCategory::getDisplayField()
AwardCategory::generateList()
AwardCategory::escapeField()
AwardCategory::getID()
AwardCategory::normalizeFindParams()
AwardCategory::getLastInsertID()
AwardCategory::getInsertID()
AwardCategory::setInsertID()
AwardCategory::getNumRows()
AwardCategory::getAffectedRows()
AwardCategory::setDataSource()
AwardCategory::getDataSource()
AwardCategory::getAssociated()
AwardCategory::joinModel()
AwardCategory::beforeFind()
AwardCategory::afterFind()
AwardCategory::beforeValidate()
AwardCategory::onError()
AwardCategory::overload()
AwardCategory::Object()
AwardCategory::toString()
AwardCategory::requestAction()
AwardCategory::log()
AwardCategory::cakeError()
AwardProduct::$AwardProductsAward = AppModel
AppModel::$actsAs = array(
"Bindable" => null
)
AppModel::$useDbConfig = "default"
AppModel::$useTable = "award_products_awards"
AppModel::$displayField = "id"
AppModel::$id = false
AppModel::$data = array()
AppModel::$table = "award_products_awards"
AppModel::$primaryKey = "award_product_id"
AppModel::$_schema = false
AppModel::$validate = array()
AppModel::$validationErrors = array()
AppModel::$tablePrefix = NULL
AppModel::$name = "AwardProductsAward"
AppModel::$alias = "AwardProductsAward"
AppModel::$tableToModel = array(
"award_products_awards" => "AwardProductsAward"
)
AppModel::$logTransactions = false
AppModel::$transactional = false
AppModel::$cacheQueries = false
AppModel::$belongsTo = array()
AppModel::$hasOne = array()
AppModel::$hasMany = array()
AppModel::$hasAndBelongsToMany = array()
AppModel::$behaviors = array(
"Bindable" => BindableBehavior
BindableBehavior::$__settings = array(
"IndustryType" => array(
"recursive" => true,
"notices" => false
),
"Company" => array(
"recursive" => true,
"notices" => false
),
"Award" => array(
"recursive" => true,
"notices" => false
),
"ChildAwardCategory" => array(
"recursive" => true,
"notices" => false
),
"ParentAwardCategory" => array(
"recursive" => true,
"notices" => false
),
"AwardCategory" => array(
"recursive" => true,
"notices" => false
),
"AwardProductsAward" => array(
"recursive" => true,
"notices" => false
),
"AwardCategoriesAwardProduct" => array(
"recursive" => true,
"notices" => false
),
"AwardProduct" => array(
"recursive" => true,
"notices" => false
),
"Config" => array(
"recursive" => true,
"notices" => false
),
"ConfigCategory" => array(
"recursive" => true,
"notices" => false
),
"ChildLink" => array(
"recursive" => true,
"notices" => false
),
"ParentLink" => array(
"recursive" => true,
"notices" => false
),
"Link" => array(
"recursive" => true,
"notices" => false
)
)
BindableBehavior::$__bindings = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
BindableBehavior::$settings = array()
BindableBehavior::$mapMethods = array()
BindableBehavior::$_log = NULL
BindableBehavior::$__runResetBindable = array(
"AwardProduct" => true
)
BindableBehavior::setup()
BindableBehavior::restrict()
BindableBehavior::resetBindable()
BindableBehavior::beforeFind()
BindableBehavior::afterFind()
BindableBehavior::beforeValidate()
BindableBehavior::beforeSave()
BindableBehavior::afterSave()
BindableBehavior::beforeDelete()
BindableBehavior::afterDelete()
BindableBehavior::onError()
BindableBehavior::Object()
BindableBehavior::toString()
BindableBehavior::requestAction()
BindableBehavior::log()
BindableBehavior::cakeError()
)
AppModel::$whitelist = array()
AppModel::$cacheSources = true
AppModel::$findQueryType = NULL
AppModel::$__behaviorMethods = array(
"restrict" => array(
"restrict",
"Bindable"
),
"resetBindable" => array(
"resetBindable",
"Bindable"
)
)
AppModel::$recursive = 1
AppModel::$order = NULL
AppModel::$__exists = NULL
AppModel::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
AppModel::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
AppModel::$__backAssociation = array()
AppModel::$__insertID = NULL
AppModel::$__numRows = NULL
AppModel::$__affectedRows = NULL
AppModel::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
AppModel::$_log = NULL
AppModel::unbindAll()
AppModel::generateNestedList()
AppModel::generateParentList()
AppModel::generatetreearray()
AppModel::validateUnique()
AppModel::validateCaptcha()
AppModel::validateMXRecord()
AppModel::equalToField()
AppModel::getEnumValues()
AppModel::unbindValidation()
AppModel::call__()
AppModel::bind()
AppModel::bindModel()
AppModel::unbindModel()
AppModel::setSource()
AppModel::set()
AppModel::deconstruct()
AppModel::schema()
AppModel::loadInfo()
AppModel::getColumnTypes()
AppModel::getColumnType()
AppModel::hasField()
AppModel::create()
AppModel::read()
AppModel::field()
AppModel::saveField()
AppModel::save()
AppModel::updateCounterCache()
AppModel::saveAll()
AppModel::updateAll()
AppModel::remove()
AppModel::del()
AppModel::delete()
AppModel::deleteAll()
AppModel::exists()
AppModel::hasAny()
AppModel::find()
AppModel::findAll()
AppModel::execute()
AppModel::findCount()
AppModel::isUnique()
AppModel::findAllThreaded()
AppModel::findNeighbours()
AppModel::query()
AppModel::validates()
AppModel::invalidFields()
AppModel::invalidate()
AppModel::isForeignKey()
AppModel::getDisplayField()
AppModel::generateList()
AppModel::escapeField()
AppModel::getID()
AppModel::normalizeFindParams()
AppModel::getLastInsertID()
AppModel::getInsertID()
AppModel::setInsertID()
AppModel::getNumRows()
AppModel::getAffectedRows()
AppModel::setDataSource()
AppModel::getDataSource()
AppModel::getAssociated()
AppModel::joinModel()
AppModel::beforeFind()
AppModel::afterFind()
AppModel::beforeSave()
AppModel::afterSave()
AppModel::beforeDelete()
AppModel::afterDelete()
AppModel::beforeValidate()
AppModel::onError()
AppModel::overload()
AppModel::Object()
AppModel::toString()
AppModel::requestAction()
AppModel::log()
AppModel::cakeError()
AwardProduct::$AwardCategoriesAwardProduct = "*RECURSION* -> AwardCategoriesAwardProduct"
AwardProduct::beforeSave()
AwardProduct::afterSave()
AwardProduct::afterDelete()
AwardProduct::unbindAll()
AwardProduct::generateNestedList()
AwardProduct::generateParentList()
AwardProduct::generatetreearray()
AwardProduct::validateUnique()
AwardProduct::validateCaptcha()
AwardProduct::validateMXRecord()
AwardProduct::equalToField()
AwardProduct::getEnumValues()
AwardProduct::unbindValidation()
AwardProduct::call__()
AwardProduct::bind()
AwardProduct::bindModel()
AwardProduct::unbindModel()
AwardProduct::setSource()
AwardProduct::set()
AwardProduct::deconstruct()
AwardProduct::schema()
AwardProduct::loadInfo()
AwardProduct::getColumnTypes()
AwardProduct::getColumnType()
AwardProduct::hasField()
AwardProduct::create()
AwardProduct::read()
AwardProduct::field()
AwardProduct::saveField()
AwardProduct::save()
AwardProduct::updateCounterCache()
AwardProduct::saveAll()
AwardProduct::updateAll()
AwardProduct::remove()
AwardProduct::del()
AwardProduct::delete()
AwardProduct::deleteAll()
AwardProduct::exists()
AwardProduct::hasAny()
AwardProduct::find()
AwardProduct::findAll()
AwardProduct::execute()
AwardProduct::findCount()
AwardProduct::isUnique()
AwardProduct::findAllThreaded()
AwardProduct::findNeighbours()
AwardProduct::query()
AwardProduct::validates()
AwardProduct::invalidFields()
AwardProduct::invalidate()
AwardProduct::isForeignKey()
AwardProduct::getDisplayField()
AwardProduct::generateList()
AwardProduct::escapeField()
AwardProduct::getID()
AwardProduct::normalizeFindParams()
AwardProduct::getLastInsertID()
AwardProduct::getInsertID()
AwardProduct::setInsertID()
AwardProduct::getNumRows()
AwardProduct::getAffectedRows()
AwardProduct::setDataSource()
AwardProduct::getDataSource()
AwardProduct::getAssociated()
AwardProduct::joinModel()
AwardProduct::beforeFind()
AwardProduct::afterFind()
AwardProduct::beforeDelete()
AwardProduct::beforeValidate()
AwardProduct::onError()
AwardProduct::overload()
AwardProduct::Object()
AwardProduct::toString()
AwardProduct::requestAction()
AwardProduct::log()
AwardProduct::cakeError()
AwardCategoriesAwardProduct::unbindAll()
AwardCategoriesAwardProduct::generateNestedList()
AwardCategoriesAwardProduct::generateParentList()
AwardCategoriesAwardProduct::generatetreearray()
AwardCategoriesAwardProduct::validateUnique()
AwardCategoriesAwardProduct::validateCaptcha()
AwardCategoriesAwardProduct::validateMXRecord()
AwardCategoriesAwardProduct::equalToField()
AwardCategoriesAwardProduct::getEnumValues()
AwardCategoriesAwardProduct::unbindValidation()
AwardCategoriesAwardProduct::call__()
AwardCategoriesAwardProduct::bind()
AwardCategoriesAwardProduct::bindModel()
AwardCategoriesAwardProduct::unbindModel()
AwardCategoriesAwardProduct::setSource()
AwardCategoriesAwardProduct::set()
AwardCategoriesAwardProduct::deconstruct()
AwardCategoriesAwardProduct::schema()
AwardCategoriesAwardProduct::loadInfo()
AwardCategoriesAwardProduct::getColumnTypes()
AwardCategoriesAwardProduct::getColumnType()
AwardCategoriesAwardProduct::hasField()
AwardCategoriesAwardProduct::create()
AwardCategoriesAwardProduct::read()
AwardCategoriesAwardProduct::field()
AwardCategoriesAwardProduct::saveField()
AwardCategoriesAwardProduct::save()
AwardCategoriesAwardProduct::updateCounterCache()
AwardCategoriesAwardProduct::saveAll()
AwardCategoriesAwardProduct::updateAll()
AwardCategoriesAwardProduct::remove()
AwardCategoriesAwardProduct::del()
AwardCategoriesAwardProduct::delete()
AwardCategoriesAwardProduct::deleteAll()
AwardCategoriesAwardProduct::exists()
AwardCategoriesAwardProduct::hasAny()
AwardCategoriesAwardProduct::find()
AwardCategoriesAwardProduct::findAll()
AwardCategoriesAwardProduct::execute()
AwardCategoriesAwardProduct::findCount()
AwardCategoriesAwardProduct::isUnique()
AwardCategoriesAwardProduct::findAllThreaded()
AwardCategoriesAwardProduct::findNeighbours()
AwardCategoriesAwardProduct::query()
AwardCategoriesAwardProduct::validates()
AwardCategoriesAwardProduct::invalidFields()
AwardCategoriesAwardProduct::invalidate()
AwardCategoriesAwardProduct::isForeignKey()
AwardCategoriesAwardProduct::getDisplayField()
AwardCategoriesAwardProduct::generateList()
AwardCategoriesAwardProduct::escapeField()
AwardCategoriesAwardProduct::getID()
AwardCategoriesAwardProduct::normalizeFindParams()
AwardCategoriesAwardProduct::getLastInsertID()
AwardCategoriesAwardProduct::getInsertID()
AwardCategoriesAwardProduct::setInsertID()
AwardCategoriesAwardProduct::getNumRows()
AwardCategoriesAwardProduct::getAffectedRows()
AwardCategoriesAwardProduct::setDataSource()
AwardCategoriesAwardProduct::getDataSource()
AwardCategoriesAwardProduct::getAssociated()
AwardCategoriesAwardProduct::joinModel()
AwardCategoriesAwardProduct::beforeFind()
AwardCategoriesAwardProduct::afterFind()
AwardCategoriesAwardProduct::beforeSave()
AwardCategoriesAwardProduct::afterSave()
AwardCategoriesAwardProduct::beforeDelete()
AwardCategoriesAwardProduct::afterDelete()
AwardCategoriesAwardProduct::beforeValidate()
AwardCategoriesAwardProduct::onError()
AwardCategoriesAwardProduct::overload()
AwardCategoriesAwardProduct::Object()
AwardCategoriesAwardProduct::toString()
AwardCategoriesAwardProduct::requestAction()
AwardCategoriesAwardProduct::log()
AwardCategoriesAwardProduct::cakeError()
AwardProduct::$__backInnerAssociation = array(
"Company"
)
AwardProduct::$__backRecursive = 1
AwardProduct::beforeSave()
AwardProduct::afterSave()
AwardProduct::afterDelete()
AwardProduct::unbindAll()
AwardProduct::generateNestedList()
AwardProduct::generateParentList()
AwardProduct::generatetreearray()
AwardProduct::validateUnique()
AwardProduct::validateCaptcha()
AwardProduct::validateMXRecord()
AwardProduct::equalToField()
AwardProduct::getEnumValues()
AwardProduct::unbindValidation()
AwardProduct::call__()
AwardProduct::bind()
AwardProduct::bindModel()
AwardProduct::unbindModel()
AwardProduct::setSource()
AwardProduct::set()
AwardProduct::deconstruct()
AwardProduct::schema()
AwardProduct::loadInfo()
AwardProduct::getColumnTypes()
AwardProduct::getColumnType()
AwardProduct::hasField()
AwardProduct::create()
AwardProduct::read()
AwardProduct::field()
AwardProduct::saveField()
AwardProduct::save()
AwardProduct::updateCounterCache()
AwardProduct::saveAll()
AwardProduct::updateAll()
AwardProduct::remove()
AwardProduct::del()
AwardProduct::delete()
AwardProduct::deleteAll()
AwardProduct::exists()
AwardProduct::hasAny()
AwardProduct::find()
AwardProduct::findAll()
AwardProduct::execute()
AwardProduct::findCount()
AwardProduct::isUnique()
AwardProduct::findAllThreaded()
AwardProduct::findNeighbours()
AwardProduct::query()
AwardProduct::validates()
AwardProduct::invalidFields()
AwardProduct::invalidate()
AwardProduct::isForeignKey()
AwardProduct::getDisplayField()
AwardProduct::generateList()
AwardProduct::escapeField()
AwardProduct::getID()
AwardProduct::normalizeFindParams()
AwardProduct::getLastInsertID()
AwardProduct::getInsertID()
AwardProduct::setInsertID()
AwardProduct::getNumRows()
AwardProduct::getAffectedRows()
AwardProduct::setDataSource()
AwardProduct::getDataSource()
AwardProduct::getAssociated()
AwardProduct::joinModel()
AwardProduct::beforeFind()
AwardProduct::afterFind()
AwardProduct::beforeDelete()
AwardProduct::beforeValidate()
AwardProduct::onError()
AwardProduct::overload()
AwardProduct::Object()
AwardProduct::toString()
AwardProduct::requestAction()
AwardProduct::log()
AwardProduct::cakeError()
$linkModel = Company
Company::$name = "Company"
Company::$displayField = "company_name"
Company::$order = "Company.company_name"
Company::$validate = array(
"company_name" => array(
"required" => array(
"rule" => "/.+/",
"message" => "This field cannot be left blank"
)
),
"contact_email" => array(
"email" => array(
"rule" => "email",
"message" => "Valid email required",
"allowEmpty" => true,
"required" => false
)
),
"phone" => array(
"phone" => array(
"rule" => array(
"phone",
null,
"us"
),
"message" => "Please enter valid phone number",
"allowEmpty" => true,
"required" => false
)
),
"fax" => array(
"phone" => array(
"rule" => array(
"phone",
null,
"us"
),
"message" => "Please enter valid phone number",
"allowEmpty" => true,
"required" => false
)
),
"website" => array(
"url" => array(
"rule" => "/\A(?:(https?|ftps?|file|news|gopher):\/\/[\w\-_]+(\.[\w\-_]+)+([\w\-\.,'@?^=%&:;\/~\+#]*[\w\-\@?^=%&\/~\+#])?)\z/i",
"message" => "Please enter a valid url",
"allowEmpty" => true,
"required" => false
)
)
)
Company::$hasMany = array()
Company::$belongsTo = array()
Company::$actsAs = array(
"Bindable" => null
)
Company::$useDbConfig = "default"
Company::$useTable = "companies"
Company::$id = false
Company::$data = array()
Company::$table = "companies"
Company::$primaryKey = "id"
Company::$_schema = false
Company::$validationErrors = array()
Company::$tablePrefix = NULL
Company::$alias = "Company"
Company::$tableToModel = array(
"companies" => "Company",
"seller_industry_types" => "IndustryType",
"award_products" => "AwardProduct"
)
Company::$logTransactions = false
Company::$transactional = false
Company::$cacheQueries = false
Company::$hasOne = array()
Company::$hasAndBelongsToMany = array()
Company::$behaviors = array(
"Bindable" => BindableBehavior
BindableBehavior::$__settings = array(
"IndustryType" => array(
"recursive" => true,
"notices" => false
),
"Company" => array(
"recursive" => true,
"notices" => false
),
"Award" => array(
"recursive" => true,
"notices" => false
),
"ChildAwardCategory" => array(
"recursive" => true,
"notices" => false
),
"ParentAwardCategory" => array(
"recursive" => true,
"notices" => false
),
"AwardCategory" => array(
"recursive" => true,
"notices" => false
),
"AwardProductsAward" => array(
"recursive" => true,
"notices" => false
),
"AwardCategoriesAwardProduct" => array(
"recursive" => true,
"notices" => false
),
"AwardProduct" => array(
"recursive" => true,
"notices" => false
),
"Config" => array(
"recursive" => true,
"notices" => false
),
"ConfigCategory" => array(
"recursive" => true,
"notices" => false
),
"ChildLink" => array(
"recursive" => true,
"notices" => false
),
"ParentLink" => array(
"recursive" => true,
"notices" => false
),
"Link" => array(
"recursive" => true,
"notices" => false
)
)
BindableBehavior::$__bindings = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
BindableBehavior::$settings = array()
BindableBehavior::$mapMethods = array()
BindableBehavior::$_log = NULL
BindableBehavior::$__runResetBindable = array(
"AwardProduct" => true
)
BindableBehavior::setup()
BindableBehavior::restrict()
BindableBehavior::resetBindable()
BindableBehavior::beforeFind()
BindableBehavior::afterFind()
BindableBehavior::beforeValidate()
BindableBehavior::beforeSave()
BindableBehavior::afterSave()
BindableBehavior::beforeDelete()
BindableBehavior::afterDelete()
BindableBehavior::onError()
BindableBehavior::Object()
BindableBehavior::toString()
BindableBehavior::requestAction()
BindableBehavior::log()
BindableBehavior::cakeError()
)
Company::$whitelist = array()
Company::$cacheSources = true
Company::$findQueryType = NULL
Company::$__behaviorMethods = array(
"restrict" => array(
"restrict",
"Bindable"
),
"resetBindable" => array(
"resetBindable",
"Bindable"
)
)
Company::$recursive = 1
Company::$__exists = NULL
Company::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
Company::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
Company::$__backAssociation = array(
"belongsTo" => array(
"IndustryType" => array(
"className" => "SellerIndustryType",
"foreignKey" => "industry_type_id",
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "[empty string]",
"counterCache" => "[empty string]"
)
),
"hasMany" => array(
"AwardProduct" => array(
"className" => "AwardProduct",
"foreignKey" => "company_id",
"dependent" => true,
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "[empty string]",
"limit" => "[empty string]",
"offset" => "[empty string]",
"exclusive" => "[empty string]",
"finderQuery" => "[empty string]",
"counterQuery" => "[empty string]"
)
)
)
Company::$__insertID = NULL
Company::$__numRows = NULL
Company::$__affectedRows = NULL
Company::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
Company::$_log = NULL
Company::$IndustryType = SellerIndustryType
SellerIndustryType::$name = "SellerIndustryType"
SellerIndustryType::$actsAs = array(
"Bindable" => null
)
SellerIndustryType::$useDbConfig = "default"
SellerIndustryType::$useTable = "seller_industry_types"
SellerIndustryType::$displayField = "id"
SellerIndustryType::$id = false
SellerIndustryType::$data = array()
SellerIndustryType::$table = "seller_industry_types"
SellerIndustryType::$primaryKey = "id"
SellerIndustryType::$_schema = false
SellerIndustryType::$validate = array()
SellerIndustryType::$validationErrors = array()
SellerIndustryType::$tablePrefix = NULL
SellerIndustryType::$alias = "IndustryType"
SellerIndustryType::$tableToModel = array(
"seller_industry_types" => "IndustryType"
)
SellerIndustryType::$logTransactions = false
SellerIndustryType::$transactional = false
SellerIndustryType::$cacheQueries = false
SellerIndustryType::$belongsTo = array()
SellerIndustryType::$hasOne = array()
SellerIndustryType::$hasMany = array()
SellerIndustryType::$hasAndBelongsToMany = array()
SellerIndustryType::$behaviors = array(
"Bindable" => BindableBehavior
BindableBehavior::$__settings = array(
"IndustryType" => array(
"recursive" => true,
"notices" => false
),
"Company" => array(
"recursive" => true,
"notices" => false
),
"Award" => array(
"recursive" => true,
"notices" => false
),
"ChildAwardCategory" => array(
"recursive" => true,
"notices" => false
),
"ParentAwardCategory" => array(
"recursive" => true,
"notices" => false
),
"AwardCategory" => array(
"recursive" => true,
"notices" => false
),
"AwardProductsAward" => array(
"recursive" => true,
"notices" => false
),
"AwardCategoriesAwardProduct" => array(
"recursive" => true,
"notices" => false
),
"AwardProduct" => array(
"recursive" => true,
"notices" => false
),
"Config" => array(
"recursive" => true,
"notices" => false
),
"ConfigCategory" => array(
"recursive" => true,
"notices" => false
),
"ChildLink" => array(
"recursive" => true,
"notices" => false
),
"ParentLink" => array(
"recursive" => true,
"notices" => false
),
"Link" => array(
"recursive" => true,
"notices" => false
)
)
BindableBehavior::$__bindings = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
BindableBehavior::$settings = array()
BindableBehavior::$mapMethods = array()
BindableBehavior::$_log = NULL
BindableBehavior::$__runResetBindable = array(
"AwardProduct" => true
)
BindableBehavior::setup()
BindableBehavior::restrict()
BindableBehavior::resetBindable()
BindableBehavior::beforeFind()
BindableBehavior::afterFind()
BindableBehavior::beforeValidate()
BindableBehavior::beforeSave()
BindableBehavior::afterSave()
BindableBehavior::beforeDelete()
BindableBehavior::afterDelete()
BindableBehavior::onError()
BindableBehavior::Object()
BindableBehavior::toString()
BindableBehavior::requestAction()
BindableBehavior::log()
BindableBehavior::cakeError()
)
SellerIndustryType::$whitelist = array()
SellerIndustryType::$cacheSources = true
SellerIndustryType::$findQueryType = NULL
SellerIndustryType::$__behaviorMethods = array(
"restrict" => array(
"restrict",
"Bindable"
),
"resetBindable" => array(
"resetBindable",
"Bindable"
)
)
SellerIndustryType::$recursive = 1
SellerIndustryType::$order = NULL
SellerIndustryType::$__exists = NULL
SellerIndustryType::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
SellerIndustryType::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
SellerIndustryType::$__backAssociation = array()
SellerIndustryType::$__insertID = NULL
SellerIndustryType::$__numRows = NULL
SellerIndustryType::$__affectedRows = NULL
SellerIndustryType::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
SellerIndustryType::$_log = NULL
SellerIndustryType::unbindAll()
SellerIndustryType::generateNestedList()
SellerIndustryType::generateParentList()
SellerIndustryType::generatetreearray()
SellerIndustryType::validateUnique()
SellerIndustryType::validateCaptcha()
SellerIndustryType::validateMXRecord()
SellerIndustryType::equalToField()
SellerIndustryType::getEnumValues()
SellerIndustryType::unbindValidation()
SellerIndustryType::call__()
SellerIndustryType::bind()
SellerIndustryType::bindModel()
SellerIndustryType::unbindModel()
SellerIndustryType::setSource()
SellerIndustryType::set()
SellerIndustryType::deconstruct()
SellerIndustryType::schema()
SellerIndustryType::loadInfo()
SellerIndustryType::getColumnTypes()
SellerIndustryType::getColumnType()
SellerIndustryType::hasField()
SellerIndustryType::create()
SellerIndustryType::read()
SellerIndustryType::field()
SellerIndustryType::saveField()
SellerIndustryType::save()
SellerIndustryType::updateCounterCache()
SellerIndustryType::saveAll()
SellerIndustryType::updateAll()
SellerIndustryType::remove()
SellerIndustryType::del()
SellerIndustryType::delete()
SellerIndustryType::deleteAll()
SellerIndustryType::exists()
SellerIndustryType::hasAny()
SellerIndustryType::find()
SellerIndustryType::findAll()
SellerIndustryType::execute()
SellerIndustryType::findCount()
SellerIndustryType::isUnique()
SellerIndustryType::findAllThreaded()
SellerIndustryType::findNeighbours()
SellerIndustryType::query()
SellerIndustryType::validates()
SellerIndustryType::invalidFields()
SellerIndustryType::invalidate()
SellerIndustryType::isForeignKey()
SellerIndustryType::getDisplayField()
SellerIndustryType::generateList()
SellerIndustryType::escapeField()
SellerIndustryType::getID()
SellerIndustryType::normalizeFindParams()
SellerIndustryType::getLastInsertID()
SellerIndustryType::getInsertID()
SellerIndustryType::setInsertID()
SellerIndustryType::getNumRows()
SellerIndustryType::getAffectedRows()
SellerIndustryType::setDataSource()
SellerIndustryType::getDataSource()
SellerIndustryType::getAssociated()
SellerIndustryType::joinModel()
SellerIndustryType::beforeFind()
SellerIndustryType::afterFind()
SellerIndustryType::beforeSave()
SellerIndustryType::afterSave()
SellerIndustryType::beforeDelete()
SellerIndustryType::afterDelete()
SellerIndustryType::beforeValidate()
SellerIndustryType::onError()
SellerIndustryType::overload()
SellerIndustryType::Object()
SellerIndustryType::toString()
SellerIndustryType::requestAction()
SellerIndustryType::log()
SellerIndustryType::cakeError()
Company::$AwardProduct = AwardProduct
AwardProduct::$name = "AwardProduct"
AwardProduct::$order = "AwardProduct.name"
AwardProduct::$actsAs = array(
"Bindable" => null,
"Upload" => array(
"photo_1_upload" => array(
"field" => "photo_1",
"max_filesize" => 300,
"max_size" => array(
300,
300
)
),
"photo_2_upload" => array(
"field" => "photo_2",
"max_filesize" => 300,
"max_size" => array(
300,
300
)
),
"photo_3_upload" => array(
"field" => "photo_3",
"max_filesize" => 300,
"max_size" => array(
300,
300
)
),
"photo_4_upload" => array(
"field" => "photo_4",
"max_filesize" => 300,
"max_size" => array(
300,
300
)
)
),
"Sluggable" => array(
"label" => "name",
"overwrite" => true
)
)
AwardProduct::$validate = array(
"name" => array(
"required" => array(
"rule" => "/.+/",
"message" => "This field cannot be left blank",
"last" => true
)
),
"description" => array(
"required" => array(
"rule" => "/.+/",
"message" => "This field cannot be left blank",
"last" => true
)
)
)
AwardProduct::$belongsTo = array(
"Company" => array(
"className" => "Company",
"foreignKey" => "company_id",
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "[empty string]",
"counterCache" => "[empty string]"
)
)
AwardProduct::$hasAndBelongsToMany = array(
"Award" => array(
"order" => "Award.id DESC",
"className" => "Award",
"joinTable" => "award_products_awards",
"with" => "AwardProductsAward",
"foreignKey" => "award_product_id",
"associationForeignKey" => "award_id",
"conditions" => "[empty string]",
"fields" => "[empty string]",
"limit" => "[empty string]",
"offset" => "[empty string]",
"unique" => true,
"finderQuery" => "[empty string]",
"deleteQuery" => "[empty string]",
"insertQuery" => "[empty string]"
),
"AwardCategory" => array(
"className" => "AwardCategory",
"joinTable" => "award_categories_award_products",
"foreignKey" => "award_product_id",
"associationForeignKey" => "award_category_id",
"nestedList" => true,
"with" => "AwardCategoriesAwardProduct",
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "[empty string]",
"limit" => "[empty string]",
"offset" => "[empty string]",
"unique" => true,
"finderQuery" => "[empty string]",
"deleteQuery" => "[empty string]",
"insertQuery" => "[empty string]"
)
)
AwardProduct::$useDbConfig = "default"
AwardProduct::$useTable = "award_products"
AwardProduct::$displayField = "id"
AwardProduct::$id = "1320"
AwardProduct::$data = array()
AwardProduct::$table = "award_products"
AwardProduct::$primaryKey = "id"
AwardProduct::$_schema = false
AwardProduct::$validationErrors = array()
AwardProduct::$tablePrefix = NULL
AwardProduct::$alias = "AwardProduct"
AwardProduct::$tableToModel = array(
"award_products" => "AwardProduct",
"companies" => "Company",
"awards" => "Award",
"award_categories" => "AwardCategory",
"award_categories_award_products" => "AwardCategoriesAwardProduct"
)
AwardProduct::$logTransactions = false
AwardProduct::$transactional = false
AwardProduct::$cacheQueries = false
AwardProduct::$hasOne = array()
AwardProduct::$hasMany = array()
AwardProduct::$behaviors = array(
"Bindable" => BindableBehavior
BindableBehavior::$__settings = array(
"IndustryType" => array(
"recursive" => true,
"notices" => false
),
"Company" => array(
"recursive" => true,
"notices" => false
),
"Award" => array(
"recursive" => true,
"notices" => false
),
"ChildAwardCategory" => array(
"recursive" => true,
"notices" => false
),
"ParentAwardCategory" => array(
"recursive" => true,
"notices" => false
),
"AwardCategory" => array(
"recursive" => true,
"notices" => false
),
"AwardProductsAward" => array(
"recursive" => true,
"notices" => false
),
"AwardCategoriesAwardProduct" => array(
"recursive" => true,
"notices" => false
),
"AwardProduct" => array(
"recursive" => true,
"notices" => false
),
"Config" => array(
"recursive" => true,
"notices" => false
),
"ConfigCategory" => array(
"recursive" => true,
"notices" => false
),
"ChildLink" => array(
"recursive" => true,
"notices" => false
),
"ParentLink" => array(
"recursive" => true,
"notices" => false
),
"Link" => array(
"recursive" => true,
"notices" => false
)
)
BindableBehavior::$__bindings = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
BindableBehavior::$settings = array()
BindableBehavior::$mapMethods = array()
BindableBehavior::$_log = NULL
BindableBehavior::$__runResetBindable = array(
"AwardProduct" => true
)
BindableBehavior::setup()
BindableBehavior::restrict()
BindableBehavior::resetBindable()
BindableBehavior::beforeFind()
BindableBehavior::afterFind()
BindableBehavior::beforeValidate()
BindableBehavior::beforeSave()
BindableBehavior::afterSave()
BindableBehavior::beforeDelete()
BindableBehavior::afterDelete()
BindableBehavior::onError()
BindableBehavior::Object()
BindableBehavior::toString()
BindableBehavior::requestAction()
BindableBehavior::log()
BindableBehavior::cakeError(),
"Upload" => UploadBehavior
UploadBehavior::$default_options = array(
"dir" => "[empty string]",
"allowed_mime" => array(
"image/jpeg",
"image/pjpeg",
"image/gif",
"image/png"
),
"allowed_ext" => array(
".jpg",
".jpeg",
".png",
".gif"
),
"overwrite_existing" => false,
"unique_prefix" => true,
"create_directory" => true,
"thumbsizes" => array(),
"permission" => 438,
"max_filesize" => 1024,
"max_size" => null
)
UploadBehavior::$__fields = array(
"AwardProduct" => array(
"photo_1_upload" => array(
"dir" => "img/uploads/AwardProduct",
"allowed_mime" => array(
"image/jpeg",
"image/pjpeg",
"image/gif",
"image/png"
),
"allowed_ext" => array(
".jpg",
".jpeg",
".png",
".gif"
),
"overwrite_existing" => false,
"unique_prefix" => true,
"create_directory" => true,
"thumbsizes" => array(),
"permission" => 438,
"max_filesize" => 300,
"max_size" => array(
300,
300
),
"field" => "photo_1"
),
"photo_2_upload" => array(
"dir" => "img/uploads/AwardProduct",
"allowed_mime" => array(
"image/jpeg",
"image/pjpeg",
"image/gif",
"image/png"
),
"allowed_ext" => array(
".jpg",
".jpeg",
".png",
".gif"
),
"overwrite_existing" => false,
"unique_prefix" => true,
"create_directory" => true,
"thumbsizes" => array(),
"permission" => 438,
"max_filesize" => 300,
"max_size" => array(
300,
300
),
"field" => "photo_2"
),
"photo_3_upload" => array(
"dir" => "img/uploads/AwardProduct",
"allowed_mime" => array(
"image/jpeg",
"image/pjpeg",
"image/gif",
"image/png"
),
"allowed_ext" => array(
".jpg",
".jpeg",
".png",
".gif"
),
"overwrite_existing" => false,
"unique_prefix" => true,
"create_directory" => true,
"thumbsizes" => array(),
"permission" => 438,
"max_filesize" => 300,
"max_size" => array(
300,
300
),
"field" => "photo_3"
),
"photo_4_upload" => array(
"dir" => "img/uploads/AwardProduct",
"allowed_mime" => array(
"image/jpeg",
"image/pjpeg",
"image/gif",
"image/png"
),
"allowed_ext" => array(
".jpg",
".jpeg",
".png",
".gif"
),
"overwrite_existing" => false,
"unique_prefix" => true,
"create_directory" => true,
"thumbsizes" => array(),
"permission" => 438,
"max_filesize" => 300,
"max_size" => array(
300,
300
),
"field" => "photo_4"
)
)
)
UploadBehavior::$patterns = array(
"/\s/",
"/\&/",
"/\+/"
)
UploadBehavior::$replacements = array(
"_",
"and",
"plus"
)
UploadBehavior::$settings = array()
UploadBehavior::$mapMethods = array()
UploadBehavior::$_log = NULL
UploadBehavior::$Folder = Folder
Folder::$path = "/home/shape1/public_html/shapeyou.com/app/tmp/"
Folder::$sort = false
Folder::$mode = "0755"
Folder::$__messages = array()
Folder::$__errors = false
Folder::$__directories = NULL
Folder::$__files = NULL
Folder::$_log = NULL
Folder::pwd()
Folder::cd()
Folder::read()
Folder::find()
Folder::findRecursive()
Folder::isWindowsPath()
Folder::isAbsolute()
Folder::normalizePath()
Folder::correctSlashFor()
Folder::slashTerm()
Folder::addPathElement()
Folder::inCakePath()
Folder::inPath()
Folder::chmod()
Folder::tree()
Folder::create()
Folder::dirsize()
Folder::delete()
Folder::copy()
Folder::move()
Folder::messages()
Folder::errors()
Folder::ls()
Folder::mkdir()
Folder::cp()
Folder::mv()
Folder::rm()
Folder::realpath()
Folder::isSlashTerm()
Folder::chmodr()
Folder::mkdirr()
Folder::Object()
Folder::toString()
Folder::requestAction()
Folder::log()
Folder::cakeError()
UploadBehavior::setup()
UploadBehavior::beforeSave()
UploadBehavior::beforeDelete()
UploadBehavior::createthumb()
UploadBehavior::beforeFind()
UploadBehavior::afterFind()
UploadBehavior::beforeValidate()
UploadBehavior::afterSave()
UploadBehavior::afterDelete()
UploadBehavior::onError()
UploadBehavior::Object()
UploadBehavior::toString()
UploadBehavior::requestAction()
UploadBehavior::log()
UploadBehavior::cakeError(),
"Sluggable" => SluggableBehavior
SluggableBehavior::$__settings = array(
"ChildAwardCategory" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
),
"ParentAwardCategory" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
),
"AwardCategory" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
),
"AwardProduct" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
)
)
SluggableBehavior::$settings = array()
SluggableBehavior::$mapMethods = array()
SluggableBehavior::$_log = NULL
SluggableBehavior::setup()
SluggableBehavior::beforeSave()
SluggableBehavior::beforeFind()
SluggableBehavior::afterFind()
SluggableBehavior::beforeValidate()
SluggableBehavior::afterSave()
SluggableBehavior::beforeDelete()
SluggableBehavior::afterDelete()
SluggableBehavior::onError()
SluggableBehavior::Object()
SluggableBehavior::toString()
SluggableBehavior::requestAction()
SluggableBehavior::log()
SluggableBehavior::cakeError()
)
AwardProduct::$whitelist = array()
AwardProduct::$cacheSources = true
AwardProduct::$findQueryType = NULL
AwardProduct::$__behaviorMethods = array(
"restrict" => array(
"restrict",
"Bindable"
),
"resetBindable" => array(
"resetBindable",
"Bindable"
),
"createthumb" => array(
"createthumb",
"Upload"
)
)
AwardProduct::$recursive = 1
AwardProduct::$__exists = NULL
AwardProduct::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
AwardProduct::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
AwardProduct::$__backAssociation = array()
AwardProduct::$__insertID = NULL
AwardProduct::$__numRows = NULL
AwardProduct::$__affectedRows = NULL
AwardProduct::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
AwardProduct::$_log = NULL
AwardProduct::$Company = "*RECURSION* -> Company"
AwardProduct::$Award = Award
Award::$name = "Award"
Award::$displayField = "award"
Award::$actsAs = array(
"Bindable" => null
)
Award::$useDbConfig = "default"
Award::$useTable = "awards"
Award::$id = false
Award::$data = array()
Award::$table = "awards"
Award::$primaryKey = "id"
Award::$_schema = false
Award::$validate = array()
Award::$validationErrors = array()
Award::$tablePrefix = NULL
Award::$alias = "Award"
Award::$tableToModel = array(
"awards" => "Award"
)
Award::$logTransactions = false
Award::$transactional = false
Award::$cacheQueries = false
Award::$belongsTo = array()
Award::$hasOne = array()
Award::$hasMany = array()
Award::$hasAndBelongsToMany = array()
Award::$behaviors = array(
"Bindable" => BindableBehavior
BindableBehavior::$__settings = array(
"IndustryType" => array(
"recursive" => true,
"notices" => false
),
"Company" => array(
"recursive" => true,
"notices" => false
),
"Award" => array(
"recursive" => true,
"notices" => false
),
"ChildAwardCategory" => array(
"recursive" => true,
"notices" => false
),
"ParentAwardCategory" => array(
"recursive" => true,
"notices" => false
),
"AwardCategory" => array(
"recursive" => true,
"notices" => false
),
"AwardProductsAward" => array(
"recursive" => true,
"notices" => false
),
"AwardCategoriesAwardProduct" => array(
"recursive" => true,
"notices" => false
),
"AwardProduct" => array(
"recursive" => true,
"notices" => false
),
"Config" => array(
"recursive" => true,
"notices" => false
),
"ConfigCategory" => array(
"recursive" => true,
"notices" => false
),
"ChildLink" => array(
"recursive" => true,
"notices" => false
),
"ParentLink" => array(
"recursive" => true,
"notices" => false
),
"Link" => array(
"recursive" => true,
"notices" => false
)
)
BindableBehavior::$__bindings = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
BindableBehavior::$settings = array()
BindableBehavior::$mapMethods = array()
BindableBehavior::$_log = NULL
BindableBehavior::$__runResetBindable = array(
"AwardProduct" => true
)
BindableBehavior::setup()
BindableBehavior::restrict()
BindableBehavior::resetBindable()
BindableBehavior::beforeFind()
BindableBehavior::afterFind()
BindableBehavior::beforeValidate()
BindableBehavior::beforeSave()
BindableBehavior::afterSave()
BindableBehavior::beforeDelete()
BindableBehavior::afterDelete()
BindableBehavior::onError()
BindableBehavior::Object()
BindableBehavior::toString()
BindableBehavior::requestAction()
BindableBehavior::log()
BindableBehavior::cakeError()
)
Award::$whitelist = array()
Award::$cacheSources = true
Award::$findQueryType = NULL
Award::$__behaviorMethods = array(
"restrict" => array(
"restrict",
"Bindable"
),
"resetBindable" => array(
"resetBindable",
"Bindable"
)
)
Award::$recursive = 1
Award::$order = NULL
Award::$__exists = NULL
Award::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
Award::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
Award::$__backAssociation = array()
Award::$__insertID = NULL
Award::$__numRows = NULL
Award::$__affectedRows = NULL
Award::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
Award::$_log = NULL
Award::unbindAll()
Award::generateNestedList()
Award::generateParentList()
Award::generatetreearray()
Award::validateUnique()
Award::validateCaptcha()
Award::validateMXRecord()
Award::equalToField()
Award::getEnumValues()
Award::unbindValidation()
Award::call__()
Award::bind()
Award::bindModel()
Award::unbindModel()
Award::setSource()
Award::set()
Award::deconstruct()
Award::schema()
Award::loadInfo()
Award::getColumnTypes()
Award::getColumnType()
Award::hasField()
Award::create()
Award::read()
Award::field()
Award::saveField()
Award::save()
Award::updateCounterCache()
Award::saveAll()
Award::updateAll()
Award::remove()
Award::del()
Award::delete()
Award::deleteAll()
Award::exists()
Award::hasAny()
Award::find()
Award::findAll()
Award::execute()
Award::findCount()
Award::isUnique()
Award::findAllThreaded()
Award::findNeighbours()
Award::query()
Award::validates()
Award::invalidFields()
Award::invalidate()
Award::isForeignKey()
Award::getDisplayField()
Award::generateList()
Award::escapeField()
Award::getID()
Award::normalizeFindParams()
Award::getLastInsertID()
Award::getInsertID()
Award::setInsertID()
Award::getNumRows()
Award::getAffectedRows()
Award::setDataSource()
Award::getDataSource()
Award::getAssociated()
Award::joinModel()
Award::beforeFind()
Award::afterFind()
Award::beforeSave()
Award::afterSave()
Award::beforeDelete()
Award::afterDelete()
Award::beforeValidate()
Award::onError()
Award::overload()
Award::Object()
Award::toString()
Award::requestAction()
Award::log()
Award::cakeError()
AwardProduct::$AwardCategory = AwardCategory
AwardCategory::$name = "AwardCategory"
AwardCategory::$actsAs = array(
"Bindable" => null,
"Sluggable" => array(
"label" => "name",
"overwrite" => true
)
)
AwardCategory::$validate = array(
"name" => array(
"required" => array(
"rule" => "/.+/",
"message" => "This field cannot be left blank",
"last" => true
)
)
)
AwardCategory::$belongsTo = array(
"ParentAwardCategory" => array(
"className" => "AwardCategory",
"foreignKey" => "parent_id",
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "ParentAwardCategory.sort",
"counterCache" => "[empty string]"
)
)
AwardCategory::$hasMany = array(
"ChildAwardCategory" => array(
"className" => "AwardCategory",
"foreignKey" => "parent_id",
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "ChildAwardCategory.sort",
"limit" => "[empty string]",
"offset" => "[empty string]",
"dependent" => "[empty string]",
"exclusive" => "[empty string]",
"finderQuery" => "[empty string]",
"counterQuery" => "[empty string]"
)
)
AwardCategory::$useDbConfig = "default"
AwardCategory::$useTable = "award_categories"
AwardCategory::$displayField = "id"
AwardCategory::$id = false
AwardCategory::$data = array()
AwardCategory::$table = "award_categories"
AwardCategory::$primaryKey = "id"
AwardCategory::$_schema = false
AwardCategory::$validationErrors = array()
AwardCategory::$tablePrefix = NULL
AwardCategory::$alias = "AwardCategory"
AwardCategory::$tableToModel = array(
"award_categories" => "ChildAwardCategory"
)
AwardCategory::$logTransactions = false
AwardCategory::$transactional = false
AwardCategory::$cacheQueries = false
AwardCategory::$hasOne = array()
AwardCategory::$hasAndBelongsToMany = array()
AwardCategory::$behaviors = array(
"Bindable" => BindableBehavior
BindableBehavior::$__settings = array(
"IndustryType" => array(
"recursive" => true,
"notices" => false
),
"Company" => array(
"recursive" => true,
"notices" => false
),
"Award" => array(
"recursive" => true,
"notices" => false
),
"ChildAwardCategory" => array(
"recursive" => true,
"notices" => false
),
"ParentAwardCategory" => array(
"recursive" => true,
"notices" => false
),
"AwardCategory" => array(
"recursive" => true,
"notices" => false
),
"AwardProductsAward" => array(
"recursive" => true,
"notices" => false
),
"AwardCategoriesAwardProduct" => array(
"recursive" => true,
"notices" => false
),
"AwardProduct" => array(
"recursive" => true,
"notices" => false
),
"Config" => array(
"recursive" => true,
"notices" => false
),
"ConfigCategory" => array(
"recursive" => true,
"notices" => false
),
"ChildLink" => array(
"recursive" => true,
"notices" => false
),
"ParentLink" => array(
"recursive" => true,
"notices" => false
),
"Link" => array(
"recursive" => true,
"notices" => false
)
)
BindableBehavior::$__bindings = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
BindableBehavior::$settings = array()
BindableBehavior::$mapMethods = array()
BindableBehavior::$_log = NULL
BindableBehavior::$__runResetBindable = array(
"AwardProduct" => true
)
BindableBehavior::setup()
BindableBehavior::restrict()
BindableBehavior::resetBindable()
BindableBehavior::beforeFind()
BindableBehavior::afterFind()
BindableBehavior::beforeValidate()
BindableBehavior::beforeSave()
BindableBehavior::afterSave()
BindableBehavior::beforeDelete()
BindableBehavior::afterDelete()
BindableBehavior::onError()
BindableBehavior::Object()
BindableBehavior::toString()
BindableBehavior::requestAction()
BindableBehavior::log()
BindableBehavior::cakeError(),
"Sluggable" => SluggableBehavior
SluggableBehavior::$__settings = array(
"ChildAwardCategory" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
),
"ParentAwardCategory" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
),
"AwardCategory" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
),
"AwardProduct" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
)
)
SluggableBehavior::$settings = array()
SluggableBehavior::$mapMethods = array()
SluggableBehavior::$_log = NULL
SluggableBehavior::setup()
SluggableBehavior::beforeSave()
SluggableBehavior::beforeFind()
SluggableBehavior::afterFind()
SluggableBehavior::beforeValidate()
SluggableBehavior::afterSave()
SluggableBehavior::beforeDelete()
SluggableBehavior::afterDelete()
SluggableBehavior::onError()
SluggableBehavior::Object()
SluggableBehavior::toString()
SluggableBehavior::requestAction()
SluggableBehavior::log()
SluggableBehavior::cakeError()
)
AwardCategory::$whitelist = array()
AwardCategory::$cacheSources = true
AwardCategory::$findQueryType = NULL
AwardCategory::$__behaviorMethods = array(
"restrict" => array(
"restrict",
"Bindable"
),
"resetBindable" => array(
"resetBindable",
"Bindable"
)
)
AwardCategory::$recursive = 1
AwardCategory::$order = NULL
AwardCategory::$__exists = NULL
AwardCategory::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
AwardCategory::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
AwardCategory::$__backAssociation = array()
AwardCategory::$__insertID = NULL
AwardCategory::$__numRows = NULL
AwardCategory::$__affectedRows = NULL
AwardCategory::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
AwardCategory::$_log = NULL
AwardCategory::$ParentAwardCategory = AwardCategory
AwardCategory::$name = "AwardCategory"
AwardCategory::$actsAs = array(
"Bindable" => null,
"Sluggable" => array(
"label" => "name",
"overwrite" => true
)
)
AwardCategory::$validate = array(
"name" => array(
"required" => array(
"rule" => "/.+/",
"message" => "This field cannot be left blank",
"last" => true
)
)
)
AwardCategory::$belongsTo = array(
"ParentAwardCategory" => array(
"className" => "AwardCategory",
"foreignKey" => "parent_id",
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "ParentAwardCategory.sort",
"counterCache" => "[empty string]"
)
)
AwardCategory::$hasMany = array(
"ChildAwardCategory" => array(
"className" => "AwardCategory",
"foreignKey" => "parent_id",
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "ChildAwardCategory.sort",
"limit" => "[empty string]",
"offset" => "[empty string]",
"dependent" => "[empty string]",
"exclusive" => "[empty string]",
"finderQuery" => "[empty string]",
"counterQuery" => "[empty string]"
)
)
AwardCategory::$useDbConfig = "default"
AwardCategory::$useTable = "award_categories"
AwardCategory::$displayField = "id"
AwardCategory::$id = false
AwardCategory::$data = array()
AwardCategory::$table = "award_categories"
AwardCategory::$primaryKey = "id"
AwardCategory::$_schema = false
AwardCategory::$validationErrors = array()
AwardCategory::$tablePrefix = NULL
AwardCategory::$alias = "ParentAwardCategory"
AwardCategory::$tableToModel = array(
"award_categories" => "ChildAwardCategory"
)
AwardCategory::$logTransactions = false
AwardCategory::$transactional = false
AwardCategory::$cacheQueries = false
AwardCategory::$hasOne = array()
AwardCategory::$hasAndBelongsToMany = array()
AwardCategory::$behaviors = array(
"Bindable" => BindableBehavior
BindableBehavior::$__settings = array(
"IndustryType" => array(
"recursive" => true,
"notices" => false
),
"Company" => array(
"recursive" => true,
"notices" => false
),
"Award" => array(
"recursive" => true,
"notices" => false
),
"ChildAwardCategory" => array(
"recursive" => true,
"notices" => false
),
"ParentAwardCategory" => array(
"recursive" => true,
"notices" => false
),
"AwardCategory" => array(
"recursive" => true,
"notices" => false
),
"AwardProductsAward" => array(
"recursive" => true,
"notices" => false
),
"AwardCategoriesAwardProduct" => array(
"recursive" => true,
"notices" => false
),
"AwardProduct" => array(
"recursive" => true,
"notices" => false
),
"Config" => array(
"recursive" => true,
"notices" => false
),
"ConfigCategory" => array(
"recursive" => true,
"notices" => false
),
"ChildLink" => array(
"recursive" => true,
"notices" => false
),
"ParentLink" => array(
"recursive" => true,
"notices" => false
),
"Link" => array(
"recursive" => true,
"notices" => false
)
)
BindableBehavior::$__bindings = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
BindableBehavior::$settings = array()
BindableBehavior::$mapMethods = array()
BindableBehavior::$_log = NULL
BindableBehavior::$__runResetBindable = array(
"AwardProduct" => true
)
BindableBehavior::setup()
BindableBehavior::restrict()
BindableBehavior::resetBindable()
BindableBehavior::beforeFind()
BindableBehavior::afterFind()
BindableBehavior::beforeValidate()
BindableBehavior::beforeSave()
BindableBehavior::afterSave()
BindableBehavior::beforeDelete()
BindableBehavior::afterDelete()
BindableBehavior::onError()
BindableBehavior::Object()
BindableBehavior::toString()
BindableBehavior::requestAction()
BindableBehavior::log()
BindableBehavior::cakeError(),
"Sluggable" => SluggableBehavior
SluggableBehavior::$__settings = array(
"ChildAwardCategory" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
),
"ParentAwardCategory" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
),
"AwardCategory" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
),
"AwardProduct" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
)
)
SluggableBehavior::$settings = array()
SluggableBehavior::$mapMethods = array()
SluggableBehavior::$_log = NULL
SluggableBehavior::setup()
SluggableBehavior::beforeSave()
SluggableBehavior::beforeFind()
SluggableBehavior::afterFind()
SluggableBehavior::beforeValidate()
SluggableBehavior::afterSave()
SluggableBehavior::beforeDelete()
SluggableBehavior::afterDelete()
SluggableBehavior::onError()
SluggableBehavior::Object()
SluggableBehavior::toString()
SluggableBehavior::requestAction()
SluggableBehavior::log()
SluggableBehavior::cakeError()
)
AwardCategory::$whitelist = array()
AwardCategory::$cacheSources = true
AwardCategory::$findQueryType = NULL
AwardCategory::$__behaviorMethods = array(
"restrict" => array(
"restrict",
"Bindable"
),
"resetBindable" => array(
"resetBindable",
"Bindable"
)
)
AwardCategory::$recursive = 1
AwardCategory::$order = NULL
AwardCategory::$__exists = NULL
AwardCategory::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
AwardCategory::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
AwardCategory::$__backAssociation = array()
AwardCategory::$__insertID = NULL
AwardCategory::$__numRows = NULL
AwardCategory::$__affectedRows = NULL
AwardCategory::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
AwardCategory::$_log = NULL
AwardCategory::$ParentAwardCategory = "*RECURSION* -> AwardCategory"
AwardCategory::$ChildAwardCategory = AwardCategory
AwardCategory::$name = "AwardCategory"
AwardCategory::$actsAs = array(
"Bindable" => null,
"Sluggable" => array(
"label" => "name",
"overwrite" => true
)
)
AwardCategory::$validate = array(
"name" => array(
"required" => array(
"rule" => "/.+/",
"message" => "This field cannot be left blank",
"last" => true
)
)
)
AwardCategory::$belongsTo = array(
"ParentAwardCategory" => array(
"className" => "AwardCategory",
"foreignKey" => "parent_id",
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "ParentAwardCategory.sort",
"counterCache" => "[empty string]"
)
)
AwardCategory::$hasMany = array(
"ChildAwardCategory" => array(
"className" => "AwardCategory",
"foreignKey" => "parent_id",
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "ChildAwardCategory.sort",
"limit" => "[empty string]",
"offset" => "[empty string]",
"dependent" => "[empty string]",
"exclusive" => "[empty string]",
"finderQuery" => "[empty string]",
"counterQuery" => "[empty string]"
)
)
AwardCategory::$useDbConfig = "default"
AwardCategory::$useTable = "award_categories"
AwardCategory::$displayField = "id"
AwardCategory::$id = false
AwardCategory::$data = array()
AwardCategory::$table = "award_categories"
AwardCategory::$primaryKey = "id"
AwardCategory::$_schema = false
AwardCategory::$validationErrors = array()
AwardCategory::$tablePrefix = NULL
AwardCategory::$alias = "ChildAwardCategory"
AwardCategory::$tableToModel = array(
"award_categories" => "ChildAwardCategory"
)
AwardCategory::$logTransactions = false
AwardCategory::$transactional = false
AwardCategory::$cacheQueries = false
AwardCategory::$hasOne = array()
AwardCategory::$hasAndBelongsToMany = array()
AwardCategory::$behaviors = array(
"Bindable" => BindableBehavior
BindableBehavior::$__settings = array(
"IndustryType" => array(
"recursive" => true,
"notices" => false
),
"Company" => array(
"recursive" => true,
"notices" => false
),
"Award" => array(
"recursive" => true,
"notices" => false
),
"ChildAwardCategory" => array(
"recursive" => true,
"notices" => false
),
"ParentAwardCategory" => array(
"recursive" => true,
"notices" => false
),
"AwardCategory" => array(
"recursive" => true,
"notices" => false
),
"AwardProductsAward" => array(
"recursive" => true,
"notices" => false
),
"AwardCategoriesAwardProduct" => array(
"recursive" => true,
"notices" => false
),
"AwardProduct" => array(
"recursive" => true,
"notices" => false
),
"Config" => array(
"recursive" => true,
"notices" => false
),
"ConfigCategory" => array(
"recursive" => true,
"notices" => false
),
"ChildLink" => array(
"recursive" => true,
"notices" => false
),
"ParentLink" => array(
"recursive" => true,
"notices" => false
),
"Link" => array(
"recursive" => true,
"notices" => false
)
)
BindableBehavior::$__bindings = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
BindableBehavior::$settings = array()
BindableBehavior::$mapMethods = array()
BindableBehavior::$_log = NULL
BindableBehavior::$__runResetBindable = array(
"AwardProduct" => true
)
BindableBehavior::setup()
BindableBehavior::restrict()
BindableBehavior::resetBindable()
BindableBehavior::beforeFind()
BindableBehavior::afterFind()
BindableBehavior::beforeValidate()
BindableBehavior::beforeSave()
BindableBehavior::afterSave()
BindableBehavior::beforeDelete()
BindableBehavior::afterDelete()
BindableBehavior::onError()
BindableBehavior::Object()
BindableBehavior::toString()
BindableBehavior::requestAction()
BindableBehavior::log()
BindableBehavior::cakeError(),
"Sluggable" => SluggableBehavior
SluggableBehavior::$__settings = array(
"ChildAwardCategory" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
),
"ParentAwardCategory" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
),
"AwardCategory" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
),
"AwardProduct" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
)
)
SluggableBehavior::$settings = array()
SluggableBehavior::$mapMethods = array()
SluggableBehavior::$_log = NULL
SluggableBehavior::setup()
SluggableBehavior::beforeSave()
SluggableBehavior::beforeFind()
SluggableBehavior::afterFind()
SluggableBehavior::beforeValidate()
SluggableBehavior::afterSave()
SluggableBehavior::beforeDelete()
SluggableBehavior::afterDelete()
SluggableBehavior::onError()
SluggableBehavior::Object()
SluggableBehavior::toString()
SluggableBehavior::requestAction()
SluggableBehavior::log()
SluggableBehavior::cakeError()
)
AwardCategory::$whitelist = array()
AwardCategory::$cacheSources = true
AwardCategory::$findQueryType = NULL
AwardCategory::$__behaviorMethods = array(
"restrict" => array(
"restrict",
"Bindable"
),
"resetBindable" => array(
"resetBindable",
"Bindable"
)
)
AwardCategory::$recursive = 1
AwardCategory::$order = NULL
AwardCategory::$__exists = NULL
AwardCategory::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
AwardCategory::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
AwardCategory::$__backAssociation = array()
AwardCategory::$__insertID = NULL
AwardCategory::$__numRows = NULL
AwardCategory::$__affectedRows = NULL
AwardCategory::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
AwardCategory::$_log = NULL
AwardCategory::$ParentAwardCategory = "*RECURSION* -> AwardCategory"
AwardCategory::$ChildAwardCategory = "*RECURSION* -> AwardCategory"
AwardCategory::beforeDelete()
AwardCategory::beforeSave()
AwardCategory::afterSave()
AwardCategory::afterDelete()
AwardCategory::sort()
AwardCategory::unbindAll()
AwardCategory::generateNestedList()
AwardCategory::generateParentList()
AwardCategory::generatetreearray()
AwardCategory::validateUnique()
AwardCategory::validateCaptcha()
AwardCategory::validateMXRecord()
AwardCategory::equalToField()
AwardCategory::getEnumValues()
AwardCategory::unbindValidation()
AwardCategory::call__()
AwardCategory::bind()
AwardCategory::bindModel()
AwardCategory::unbindModel()
AwardCategory::setSource()
AwardCategory::set()
AwardCategory::deconstruct()
AwardCategory::schema()
AwardCategory::loadInfo()
AwardCategory::getColumnTypes()
AwardCategory::getColumnType()
AwardCategory::hasField()
AwardCategory::create()
AwardCategory::read()
AwardCategory::field()
AwardCategory::saveField()
AwardCategory::save()
AwardCategory::updateCounterCache()
AwardCategory::saveAll()
AwardCategory::updateAll()
AwardCategory::remove()
AwardCategory::del()
AwardCategory::delete()
AwardCategory::deleteAll()
AwardCategory::exists()
AwardCategory::hasAny()
AwardCategory::find()
AwardCategory::findAll()
AwardCategory::execute()
AwardCategory::findCount()
AwardCategory::isUnique()
AwardCategory::findAllThreaded()
AwardCategory::findNeighbours()
AwardCategory::query()
AwardCategory::validates()
AwardCategory::invalidFields()
AwardCategory::invalidate()
AwardCategory::isForeignKey()
AwardCategory::getDisplayField()
AwardCategory::generateList()
AwardCategory::escapeField()
AwardCategory::getID()
AwardCategory::normalizeFindParams()
AwardCategory::getLastInsertID()
AwardCategory::getInsertID()
AwardCategory::setInsertID()
AwardCategory::getNumRows()
AwardCategory::getAffectedRows()
AwardCategory::setDataSource()
AwardCategory::getDataSource()
AwardCategory::getAssociated()
AwardCategory::joinModel()
AwardCategory::beforeFind()
AwardCategory::afterFind()
AwardCategory::beforeValidate()
AwardCategory::onError()
AwardCategory::overload()
AwardCategory::Object()
AwardCategory::toString()
AwardCategory::requestAction()
AwardCategory::log()
AwardCategory::cakeError()
AwardCategory::beforeDelete()
AwardCategory::beforeSave()
AwardCategory::afterSave()
AwardCategory::afterDelete()
AwardCategory::sort()
AwardCategory::unbindAll()
AwardCategory::generateNestedList()
AwardCategory::generateParentList()
AwardCategory::generatetreearray()
AwardCategory::validateUnique()
AwardCategory::validateCaptcha()
AwardCategory::validateMXRecord()
AwardCategory::equalToField()
AwardCategory::getEnumValues()
AwardCategory::unbindValidation()
AwardCategory::call__()
AwardCategory::bind()
AwardCategory::bindModel()
AwardCategory::unbindModel()
AwardCategory::setSource()
AwardCategory::set()
AwardCategory::deconstruct()
AwardCategory::schema()
AwardCategory::loadInfo()
AwardCategory::getColumnTypes()
AwardCategory::getColumnType()
AwardCategory::hasField()
AwardCategory::create()
AwardCategory::read()
AwardCategory::field()
AwardCategory::saveField()
AwardCategory::save()
AwardCategory::updateCounterCache()
AwardCategory::saveAll()
AwardCategory::updateAll()
AwardCategory::remove()
AwardCategory::del()
AwardCategory::delete()
AwardCategory::deleteAll()
AwardCategory::exists()
AwardCategory::hasAny()
AwardCategory::find()
AwardCategory::findAll()
AwardCategory::execute()
AwardCategory::findCount()
AwardCategory::isUnique()
AwardCategory::findAllThreaded()
AwardCategory::findNeighbours()
AwardCategory::query()
AwardCategory::validates()
AwardCategory::invalidFields()
AwardCategory::invalidate()
AwardCategory::isForeignKey()
AwardCategory::getDisplayField()
AwardCategory::generateList()
AwardCategory::escapeField()
AwardCategory::getID()
AwardCategory::normalizeFindParams()
AwardCategory::getLastInsertID()
AwardCategory::getInsertID()
AwardCategory::setInsertID()
AwardCategory::getNumRows()
AwardCategory::getAffectedRows()
AwardCategory::setDataSource()
AwardCategory::getDataSource()
AwardCategory::getAssociated()
AwardCategory::joinModel()
AwardCategory::beforeFind()
AwardCategory::afterFind()
AwardCategory::beforeValidate()
AwardCategory::onError()
AwardCategory::overload()
AwardCategory::Object()
AwardCategory::toString()
AwardCategory::requestAction()
AwardCategory::log()
AwardCategory::cakeError()
AwardCategory::$ChildAwardCategory = AwardCategory
AwardCategory::$name = "AwardCategory"
AwardCategory::$actsAs = array(
"Bindable" => null,
"Sluggable" => array(
"label" => "name",
"overwrite" => true
)
)
AwardCategory::$validate = array(
"name" => array(
"required" => array(
"rule" => "/.+/",
"message" => "This field cannot be left blank",
"last" => true
)
)
)
AwardCategory::$belongsTo = array(
"ParentAwardCategory" => array(
"className" => "AwardCategory",
"foreignKey" => "parent_id",
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "ParentAwardCategory.sort",
"counterCache" => "[empty string]"
)
)
AwardCategory::$hasMany = array(
"ChildAwardCategory" => array(
"className" => "AwardCategory",
"foreignKey" => "parent_id",
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "ChildAwardCategory.sort",
"limit" => "[empty string]",
"offset" => "[empty string]",
"dependent" => "[empty string]",
"exclusive" => "[empty string]",
"finderQuery" => "[empty string]",
"counterQuery" => "[empty string]"
)
)
AwardCategory::$useDbConfig = "default"
AwardCategory::$useTable = "award_categories"
AwardCategory::$displayField = "id"
AwardCategory::$id = false
AwardCategory::$data = array()
AwardCategory::$table = "award_categories"
AwardCategory::$primaryKey = "id"
AwardCategory::$_schema = false
AwardCategory::$validationErrors = array()
AwardCategory::$tablePrefix = NULL
AwardCategory::$alias = "ChildAwardCategory"
AwardCategory::$tableToModel = array(
"award_categories" => "ChildAwardCategory"
)
AwardCategory::$logTransactions = false
AwardCategory::$transactional = false
AwardCategory::$cacheQueries = false
AwardCategory::$hasOne = array()
AwardCategory::$hasAndBelongsToMany = array()
AwardCategory::$behaviors = array(
"Bindable" => BindableBehavior
BindableBehavior::$__settings = array(
"IndustryType" => array(
"recursive" => true,
"notices" => false
),
"Company" => array(
"recursive" => true,
"notices" => false
),
"Award" => array(
"recursive" => true,
"notices" => false
),
"ChildAwardCategory" => array(
"recursive" => true,
"notices" => false
),
"ParentAwardCategory" => array(
"recursive" => true,
"notices" => false
),
"AwardCategory" => array(
"recursive" => true,
"notices" => false
),
"AwardProductsAward" => array(
"recursive" => true,
"notices" => false
),
"AwardCategoriesAwardProduct" => array(
"recursive" => true,
"notices" => false
),
"AwardProduct" => array(
"recursive" => true,
"notices" => false
),
"Config" => array(
"recursive" => true,
"notices" => false
),
"ConfigCategory" => array(
"recursive" => true,
"notices" => false
),
"ChildLink" => array(
"recursive" => true,
"notices" => false
),
"ParentLink" => array(
"recursive" => true,
"notices" => false
),
"Link" => array(
"recursive" => true,
"notices" => false
)
)
BindableBehavior::$__bindings = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
BindableBehavior::$settings = array()
BindableBehavior::$mapMethods = array()
BindableBehavior::$_log = NULL
BindableBehavior::$__runResetBindable = array(
"AwardProduct" => true
)
BindableBehavior::setup()
BindableBehavior::restrict()
BindableBehavior::resetBindable()
BindableBehavior::beforeFind()
BindableBehavior::afterFind()
BindableBehavior::beforeValidate()
BindableBehavior::beforeSave()
BindableBehavior::afterSave()
BindableBehavior::beforeDelete()
BindableBehavior::afterDelete()
BindableBehavior::onError()
BindableBehavior::Object()
BindableBehavior::toString()
BindableBehavior::requestAction()
BindableBehavior::log()
BindableBehavior::cakeError(),
"Sluggable" => SluggableBehavior
SluggableBehavior::$__settings = array(
"ChildAwardCategory" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
),
"ParentAwardCategory" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
),
"AwardCategory" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
),
"AwardProduct" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
)
)
SluggableBehavior::$settings = array()
SluggableBehavior::$mapMethods = array()
SluggableBehavior::$_log = NULL
SluggableBehavior::setup()
SluggableBehavior::beforeSave()
SluggableBehavior::beforeFind()
SluggableBehavior::afterFind()
SluggableBehavior::beforeValidate()
SluggableBehavior::afterSave()
SluggableBehavior::beforeDelete()
SluggableBehavior::afterDelete()
SluggableBehavior::onError()
SluggableBehavior::Object()
SluggableBehavior::toString()
SluggableBehavior::requestAction()
SluggableBehavior::log()
SluggableBehavior::cakeError()
)
AwardCategory::$whitelist = array()
AwardCategory::$cacheSources = true
AwardCategory::$findQueryType = NULL
AwardCategory::$__behaviorMethods = array(
"restrict" => array(
"restrict",
"Bindable"
),
"resetBindable" => array(
"resetBindable",
"Bindable"
)
)
AwardCategory::$recursive = 1
AwardCategory::$order = NULL
AwardCategory::$__exists = NULL
AwardCategory::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
AwardCategory::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
AwardCategory::$__backAssociation = array()
AwardCategory::$__insertID = NULL
AwardCategory::$__numRows = NULL
AwardCategory::$__affectedRows = NULL
AwardCategory::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
AwardCategory::$_log = NULL
AwardCategory::$ParentAwardCategory = AwardCategory
AwardCategory::$name = "AwardCategory"
AwardCategory::$actsAs = array(
"Bindable" => null,
"Sluggable" => array(
"label" => "name",
"overwrite" => true
)
)
AwardCategory::$validate = array(
"name" => array(
"required" => array(
"rule" => "/.+/",
"message" => "This field cannot be left blank",
"last" => true
)
)
)
AwardCategory::$belongsTo = array(
"ParentAwardCategory" => array(
"className" => "AwardCategory",
"foreignKey" => "parent_id",
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "ParentAwardCategory.sort",
"counterCache" => "[empty string]"
)
)
AwardCategory::$hasMany = array(
"ChildAwardCategory" => array(
"className" => "AwardCategory",
"foreignKey" => "parent_id",
"conditions" => "[empty string]",
"fields" => "[empty string]",
"order" => "ChildAwardCategory.sort",
"limit" => "[empty string]",
"offset" => "[empty string]",
"dependent" => "[empty string]",
"exclusive" => "[empty string]",
"finderQuery" => "[empty string]",
"counterQuery" => "[empty string]"
)
)
AwardCategory::$useDbConfig = "default"
AwardCategory::$useTable = "award_categories"
AwardCategory::$displayField = "id"
AwardCategory::$id = false
AwardCategory::$data = array()
AwardCategory::$table = "award_categories"
AwardCategory::$primaryKey = "id"
AwardCategory::$_schema = false
AwardCategory::$validationErrors = array()
AwardCategory::$tablePrefix = NULL
AwardCategory::$alias = "ParentAwardCategory"
AwardCategory::$tableToModel = array(
"award_categories" => "ChildAwardCategory"
)
AwardCategory::$logTransactions = false
AwardCategory::$transactional = false
AwardCategory::$cacheQueries = false
AwardCategory::$hasOne = array()
AwardCategory::$hasAndBelongsToMany = array()
AwardCategory::$behaviors = array(
"Bindable" => BindableBehavior
BindableBehavior::$__settings = array(
"IndustryType" => array(
"recursive" => true,
"notices" => false
),
"Company" => array(
"recursive" => true,
"notices" => false
),
"Award" => array(
"recursive" => true,
"notices" => false
),
"ChildAwardCategory" => array(
"recursive" => true,
"notices" => false
),
"ParentAwardCategory" => array(
"recursive" => true,
"notices" => false
),
"AwardCategory" => array(
"recursive" => true,
"notices" => false
),
"AwardProductsAward" => array(
"recursive" => true,
"notices" => false
),
"AwardCategoriesAwardProduct" => array(
"recursive" => true,
"notices" => false
),
"AwardProduct" => array(
"recursive" => true,
"notices" => false
),
"Config" => array(
"recursive" => true,
"notices" => false
),
"ConfigCategory" => array(
"recursive" => true,
"notices" => false
),
"ChildLink" => array(
"recursive" => true,
"notices" => false
),
"ParentLink" => array(
"recursive" => true,
"notices" => false
),
"Link" => array(
"recursive" => true,
"notices" => false
)
)
BindableBehavior::$__bindings = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
BindableBehavior::$settings = array()
BindableBehavior::$mapMethods = array()
BindableBehavior::$_log = NULL
BindableBehavior::$__runResetBindable = array(
"AwardProduct" => true
)
BindableBehavior::setup()
BindableBehavior::restrict()
BindableBehavior::resetBindable()
BindableBehavior::beforeFind()
BindableBehavior::afterFind()
BindableBehavior::beforeValidate()
BindableBehavior::beforeSave()
BindableBehavior::afterSave()
BindableBehavior::beforeDelete()
BindableBehavior::afterDelete()
BindableBehavior::onError()
BindableBehavior::Object()
BindableBehavior::toString()
BindableBehavior::requestAction()
BindableBehavior::log()
BindableBehavior::cakeError(),
"Sluggable" => SluggableBehavior
SluggableBehavior::$__settings = array(
"ChildAwardCategory" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
),
"ParentAwardCategory" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
),
"AwardCategory" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
),
"AwardProduct" => array(
"label" => "name",
"slug" => "slug",
"separator" => "_",
"length" => 100,
"overwrite" => true,
"translation" => null
)
)
SluggableBehavior::$settings = array()
SluggableBehavior::$mapMethods = array()
SluggableBehavior::$_log = NULL
SluggableBehavior::setup()
SluggableBehavior::beforeSave()
SluggableBehavior::beforeFind()
SluggableBehavior::afterFind()
SluggableBehavior::beforeValidate()
SluggableBehavior::afterSave()
SluggableBehavior::beforeDelete()
SluggableBehavior::afterDelete()
SluggableBehavior::onError()
SluggableBehavior::Object()
SluggableBehavior::toString()
SluggableBehavior::requestAction()
SluggableBehavior::log()
SluggableBehavior::cakeError()
)
AwardCategory::$whitelist = array()
AwardCategory::$cacheSources = true
AwardCategory::$findQueryType = NULL
AwardCategory::$__behaviorMethods = array(
"restrict" => array(
"restrict",
"Bindable"
),
"resetBindable" => array(
"resetBindable",
"Bindable"
)
)
AwardCategory::$recursive = 1
AwardCategory::$order = NULL
AwardCategory::$__exists = NULL
AwardCategory::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
AwardCategory::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
AwardCategory::$__backAssociation = array()
AwardCategory::$__insertID = NULL
AwardCategory::$__numRows = NULL
AwardCategory::$__affectedRows = NULL
AwardCategory::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
AwardCategory::$_log = NULL
AwardCategory::$ParentAwardCategory = "*RECURSION* -> AwardCategory"
AwardCategory::$ChildAwardCategory = "*RECURSION* -> AwardCategory"
AwardCategory::beforeDelete()
AwardCategory::beforeSave()
AwardCategory::afterSave()
AwardCategory::afterDelete()
AwardCategory::sort()
AwardCategory::unbindAll()
AwardCategory::generateNestedList()
AwardCategory::generateParentList()
AwardCategory::generatetreearray()
AwardCategory::validateUnique()
AwardCategory::validateCaptcha()
AwardCategory::validateMXRecord()
AwardCategory::equalToField()
AwardCategory::getEnumValues()
AwardCategory::unbindValidation()
AwardCategory::call__()
AwardCategory::bind()
AwardCategory::bindModel()
AwardCategory::unbindModel()
AwardCategory::setSource()
AwardCategory::set()
AwardCategory::deconstruct()
AwardCategory::schema()
AwardCategory::loadInfo()
AwardCategory::getColumnTypes()
AwardCategory::getColumnType()
AwardCategory::hasField()
AwardCategory::create()
AwardCategory::read()
AwardCategory::field()
AwardCategory::saveField()
AwardCategory::save()
AwardCategory::updateCounterCache()
AwardCategory::saveAll()
AwardCategory::updateAll()
AwardCategory::remove()
AwardCategory::del()
AwardCategory::delete()
AwardCategory::deleteAll()
AwardCategory::exists()
AwardCategory::hasAny()
AwardCategory::find()
AwardCategory::findAll()
AwardCategory::execute()
AwardCategory::findCount()
AwardCategory::isUnique()
AwardCategory::findAllThreaded()
AwardCategory::findNeighbours()
AwardCategory::query()
AwardCategory::validates()
AwardCategory::invalidFields()
AwardCategory::invalidate()
AwardCategory::isForeignKey()
AwardCategory::getDisplayField()
AwardCategory::generateList()
AwardCategory::escapeField()
AwardCategory::getID()
AwardCategory::normalizeFindParams()
AwardCategory::getLastInsertID()
AwardCategory::getInsertID()
AwardCategory::setInsertID()
AwardCategory::getNumRows()
AwardCategory::getAffectedRows()
AwardCategory::setDataSource()
AwardCategory::