3212 Posts in 847 Topics by 809 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 144 Views |
-
Show limit object on Page

23 November 2012 at 10:12pm
I have a HolderPage.php and I create children page for HolderPage.php(ProjectPage.php)
When i show on template i write:
<% control Children %>
<h2>$Title</h2><% end_control %>
And i create ImageObject.php:
static $has_one=array('ProjectPage'=>'ProjectPage');
ProjectPage.php:static $has_many=array('ImageObjects'=>'ImageObject');
I show imageobject.php on template
<% control Children %>
<h2>$Title</h2>
<% control ImageObjects %>
$Photo
<% end_control %>
<% end_control %>It work fine but i want to show 3 image on template,If user create 5 image i just want to show 3.
And i don't know where i can write function that...I tried to write it in HolderPage_Controller,ProjectPage_Controlller...It not work.Help me!
| 144 Views | ||
|
Page:
1
|
Go to Top |

