Skip to content

Instantly share code, notes, and snippets.

View alexbowers-tecmark's full-sized avatar

alexbowers-tecmark

View GitHub Profile
Array
(
[1] => Array
(
[id] => 1
[name] => Colour
)
[3] => Array
(
@alexbowers-tecmark
alexbowers-tecmark / Response
Created March 20, 2015 13:32
Example response
Array
(
[0] => Array
(
[distinct Attributes.id] => 1
[name] => Colour
)
[1] => Array
(
<?php
$model = \app\models\Attributes::all([
'fields' => [
'distinct Attributes.id',
'name',
],
'conditions' => [
'deleted' => 0,
],
'order' => [