5099 Posts in 1519 Topics by 1116 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 387 Views |
-
possible doc pages correction

14 April 2011 at 7:30pm
Hi,
Just noticed something that seems odd at:
http://silverstripe.org/sapphire-code-samples/states that to add an image field:
static $db = array( 'Role' => 'text', 'StaffPhoto' => 'image' );
.....But, shouldnt it be:
static $db = array(
"Role" => "Text"
);static $has_one= array(
"StaffPhoto" => "Image"
);or?
seems to work for me this way anyways.
Thanks, -
Re: possible doc pages correction

14 April 2011 at 8:33pm
Thanks, updated. Looks like the writers got a little over confident in their abilities!
| 387 Views | ||
|
Page:
1
|
Go to Top |


