SERVICE服務項目
-
_var['rooms']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }; $this->push_vars('', 'room');$this->_foreach['room'] = array('total' => count($_from), 'iteration' => 0);
if ($this->_foreach['room']['total'] > 0):
foreach ($_from AS $this->_var['room']):
$this->_foreach['room']['iteration']++;
?>
-