Created
May 13, 2015 22:31
-
-
Save converge/684d37f00cd7bf587983 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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