By "other kind" you mean different size?
If yes.
Media plugin let you create 3 sizes (or maybe more) of images from the
uploaded file.
small/medium/large stored in s,m,l folders.
In different pages you can refer different size by prefix the image name
with the right folder.
example:
You get from the database dirname = images and basname=img.png and you
create two different links in different pages
1. dirname/*s*/basename for small image
2. dirname/*l*/basename for large image
etc

On Thu, Sep 15, 2011 at 10:45 AM, Sivaramakrishnan S
<siva...@nasoindia.com>wrote:

>
>
> hi ,
>     i used tab to mention some images, i need to display some other kind of
> images in another tab,how can i add that?
>
>
>  --
> Our newest site for the community: CakePHP Video Tutorials
> http://tv.cakephp.org
> Check out the new CakePHP Questions site http://ask.cakephp.org and help
> others with their CakePHP related questions.
>
>
> To unsubscribe from this group, send email to
> cake-php+unsubscr...@googlegroups.com For more options, visit this group
> at http://groups.google.com/group/cake-php
>

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php

Reply via email to