3214 Posts in 848 Topics by 810 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1141 Views |
-
[solved] access has_many from template

30 November 2009 at 12:57am Last edited: 30 November 2009 2:34am
Im about to create a selfmade image gallery. i created a datamodel named GalleryImage.
and added a "Title" to the static $db.I created a GalleryPage page type and added
static $has_many = array("Images"=>"GalleryImage");
to it.
Then i ran /dev/build?flush=1
and altough ive added some GalleryImages to it and inserted<% control Images %>
$Title <br>
<% end_control %>inside my GalleryPage.ss file no Title of the Images shows.
edit:
GalleryPage.php : http://pastie.org/719094
GalleryPage.ss : http://pastie.org/719095
GalleryImage.php : http://pastie.org/719098 -
Re: [solved] access has_many from template

30 November 2009 at 2:33am
Damn it. got it...
Forgot to check the checkbox left of the entry in the admin panel.....
shame on me...
| 1141 Views | ||
|
Page:
1
|
Go to Top |

