Skip to content

Instantly share code, notes, and snippets.

@converge
Created May 13, 2015 22:31
Show Gist options
  • Save converge/684d37f00cd7bf587983 to your computer and use it in GitHub Desktop.
Save converge/684d37f00cd7bf587983 to your computer and use it in GitHub Desktop.
object(Cake\ORM\Query) {
'sql' => 'SELECT PriceLists.description AS `PriceLists__description` FROM price_lists PriceLists',
'params' => [],
'defaultTypes' => [
'PriceLists.id' => 'integer',
'id' => 'integer',
'PriceLists.description' => 'string',
'description' => 'string',
'PriceLists.price' => 'decimal',
'price' => 'decimal',
'PriceLists.old_price' => 'decimal',
'old_price' => 'decimal'
],
'decorators' => (int) 0,
'executed' => true,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 1,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\PriceListsTable) {
'registryAlias' => 'PriceLists',
'table' => 'price_lists',
'alias' => 'PriceLists',
'entityClass' => 'App\Model\Entity\PriceList',
'associations' => [
(int) 0 => 'products'
],
'behaviors' => [],
'defaultConnection' => 'default',
'connectionName' => 'default'
}
}
Category
Sku
Name
Description
Image Name
Image Path
Ranking Position
Active
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment