Skip to content

Instantly share code, notes, and snippets.

@swthate
Created April 17, 2014 14:10
Show Gist options
  • Save swthate/10986379 to your computer and use it in GitHub Desktop.
Save swthate/10986379 to your computer and use it in GitHub Desktop.
<?php
array(
'Client' => array(
'id' => '2',
'name' => 'C&B Operations',
'contactname' => ''
),
'Job' => array(
(int) 0 => array(
'client_id' => '2',
'id' => '17',
'datein' => '2014-03-05',
'description' => 'A custom widget built by composition of Autocomplete and Button. You can either type something into the field to get filtered suggestions based on your input, or use the button to get the full list of selections.',
'title' => 'Autocomplete '
),
(int) 1 => array(
'client_id' => '2',
'id' => '12168',
'datein' => '2014-03-03',
'description' => 'Síðan voru ger orð Þóri Hróaldssyni; lögðu þeir Brynjólfur stefnu sín í milli; kom þar og Björn til þeirrar stefnu; tryggðu þeir Þórir þá sættir með sér. Síðan greiddi Þórir af hendi fé það, er Þóra átti í hans garði, og síðan tóku þeir upp, Þórir og Björn, vináttu með tengdum. Var Björn þá heima á Aurlandi með Brynjólfi; Þórólfur var og þar í allgóðu yfirlæti af þeim feðgum.',
'title' => 'Síðan voru'
)
)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment