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..