array('w' => 149, 'h' => 90, 'method' => 'crop'), 'fancybox' => true, 'as_html' => true)); ?> array('w' => 149, 'h' => 90, 'method' => 'crop'), 'fancybox' => true, 'as_html' => true)); ?>

true, 'abbreviate' => false)); ?>

MLS# |

See Details
  • Beds
  • Baths
  • ' . PLS_Format::number($listing['cur_data']['sqft'], array('abbreviate' => false, 'add_currency_sign' => false)) . ' Sqft'; } ?>
'inline_search', 'agent_name' => $listing['rets']['aname'] , 'office_name' => $listing['rets']['oname'])); ?>
price = PLS_Format::number($listing->price, array('add_currency_sign' => true, 'abbreviate' => true)); //format images if (isset($listing->images) && is_array($listing->images) ) { foreach ($listing->images as $index => $image) { // pls_dump($image->url); // pls_dump(PLS_Image::load($image->url, array('resize' => array('w' => 149, 'h' => 90, 'method' => 'crop') ) )); // $listings->images[$index]->url = PLS_Image::load($image->url, array('resize' => array('w' => 149, 'h' => 90, 'method' => 'crop') ) ); } } } return $listings; }