10389 Posts in 2200 Topics by 1712 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1107 Views |
-
Simple image has one question

31 August 2009 at 7:40pm
Hi,
I'm new to ss, and i have a simple question, i need to know when we create has one image, where do you we find the url to the image on the database ?
For example, from the tutorial 2 :static $has_one = array(
'Photo' => 'Image'
);It said : By using the $has_one array, we create a relationship between the StaffPage table and the Image table by storing the id of the respective Image in the StaffPage table.
I saw that staffpage table has PhotoID, but i can't find image table? Where can i find which url is the PhotoID refer to.
Thx before..
-
Re: Simple image has one question

31 August 2009 at 9:58pm
An image extends the file object (which has all the Filename, Title Fields) so the information for the image is in the 'File' table. An Image table would only exist if image had special properties on top of the file objects fields.
| 1107 Views | ||
|
Page:
1
|
Go to Top |


