HI there and welcome to the cake-list

It would be of great use if you show us a bit more of your code as
your are showing only calls of internal functions manmade by the
siteowner
$home might be the main model, usually called $this
-> is the obj.orient. kind to access data
$listing as a 2 dimensionam array might be attatched to your database

you might have something like
/app/models/listing
refering an array element represeneting  a db resultset
matching the table commercial, column mls

to display an image with 160x120 pixel size

but it is not the ususal cake way to display an image
so more code would help to help

cu

michael

On 5 Mai, 19:00, Lallo <[email protected]> wrote:
> Hello,
>
> I'm new to CakePHP, but have a little knowledge of PHP. I inherited a
> Web site that is in CakePHP and some of the images aren't working.
>
> Here is the code:
> <?php echo $home->get_image("simple",$listing['Commercial']['mls'],
> 160,120); ?>
>
> It probably is simple, but I have little knowledge of what I'm doing.
> Anything to point me in the right direction would help.
>
> Check out the new CakePHP Questions sitehttp://cakeqs.organd help others with 
> their CakePHP related questions.
>
> You received this message because you are subscribed to the Google Groups 
> "CakePHP" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected] For more options, visit this group 
> athttp://groups.google.com/group/cake-php?hl=en

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected] For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en

Reply via email to