Code |
Context$this = View
View::$base = "/index.php"
View::$here = "/index.php/products/combination_detail"
View::$plugin = NULL
View::$name = "Products"
View::$action = "combination_detail"
View::$params = array(
"pass" => array(),
"named" => array(),
"controller" => "products",
"action" => "combination_detail",
"plugin" => null,
"form" => array(),
"url" => array(
"url" => "products/combination_detail"
),
"bare" => 0,
"webservices" => null,
"models" => array(
"Product",
"Footer"
)
)
View::$passedArgs = array()
View::$data = NULL
View::$helpers = array(
"Html",
"Javascript"
)
View::$viewPath = "products"
View::$viewVars = array(
"footer" => array(
"Footer" => array(
"id" => "2",
"footer_name" => "kroeger_footer",
"col1_title" => "Health Tips",
"col1" => "<p>Garlic sweeps through the body as a natural cleanser and tonic with no side effects. It maintains a healing factor in the bloodstream for up to 10 hours and doesn't destroy the body's friendly bacteria.</p>",
"col1_link" => "http://www.kroegerherb.com/index.php/products/books/#2377",
"col2_title" => "Featured Product: Complete Concentrates®",
"col2" => "<p>The only all-natural, standardized herb in a capsule. Complete
Concentrates® bridges the gap between traditional and standardized
herbs with the potency doctors prefer and the purity herbalists love.</p>",
"col2_link" => "http://www.kroegerherb.com/index.php/products/concentrates",
"col3_title" => "[empty string]",
"col3" => "[empty string]",
"col3_link" => "[empty string]",
"created" => "0000-00-00 00:00:00",
"modified" => "2008-07-14 17:04:44"
)
),
"logged_in" => false
)
View::$layout = "default"
View::$layoutPath = NULL
View::$pageTitle = false
View::$autoRender = true
View::$autoLayout = true
View::$ext = ".ctp"
View::$subDir = NULL
View::$themeWeb = NULL
View::$cacheAction = false
View::$validationErrors = array()
View::$hasRendered = false
View::$loaded = array(
"html" => HtmlHelper
HtmlHelper::$tags = array(
"meta" => "<meta%s/>",
"metalink" => "<link href="%s"%s/>",
"link" => "<a href="%s"%s>%s</a>",
"mailto" => "<a href="mailto:%s" %s>%s</a>",
"form" => "<form %s>",
"formend" => "</form>",
"input" => "<input name="%s" %s/>",
"textarea" => "<textarea name="%s" %s>%s</textarea>",
"hidden" => "<input type="hidden" name="%s" %s/>",
"checkbox" => "<input type="checkbox" name="%s" %s/>",
"checkboxmultiple" => "<input type="checkbox" name="%s[]"%s />",
"radio" => "<input type="radio" name="%s" id="%s" %s />%s",
"selectstart" => "<select name="%s"%s>",
"selectmultiplestart" => "<select name="%s[]"%s>",
"selectempty" => "<option value=""%s> </option>",
"selectoption" => "<option value="%s"%s>%s</option>",
"selectend" => "</select>",
"optiongroup" => "<optgroup label="%s"%s>",
"optiongroupend" => "</optgroup>",
"checkboxmultiplestart" => "[empty string]",
"checkboxmultipleend" => "[empty string]",
"password" => "<input type="password" name="%s" %s/>",
"file" => "<input type="file" name="%s" %s/>",
"file_no_model" => "<input type="file" name="%s" %s/>",
"submit" => "<input type="submit" %s/>",
"submitimage" => "<input type="image" src="%s" %s/>",
"button" => "<input type="%s" %s/>",
"image" => "<img src="%s" %s/>",
"tableheader" => "<th%s>%s</th>",
"tableheaderrow" => "<tr%s>%s</tr>",
"tablecell" => "<td%s>%s</td>",
"tablerow" => "<tr%s>%s</tr>",
"block" => "<div%s>%s</div>",
"blockstart" => "<div%s>",
"blockend" => "</div>",
"para" => "<p%s>%s</p>",
"parastart" => "<p%s>",
"label" => "<label for="%s"%s>%s</label>",
"fieldset" => "<fieldset><legend>%s</legend>%s</fieldset>",
"fieldsetstart" => "<fieldset><legend>%s</legend>",
"fieldsetend" => "</fieldset>",
"legend" => "<legend>%s</legend>",
"css" => "<link rel="%s" type="text/css" href="%s" %s/>",
"style" => "<style type="text/css"%s>%s</style>",
"charset" => "<meta http-equiv="Content-Type" content="text/html; charset=%s" />",
"ul" => "<ul%s>%s</ul>",
"ol" => "<ol%s>%s</ol>",
"li" => "<li%s>%s</li>",
"error" => "<div%s>%s</div>"
)
HtmlHelper::$base = "/index.php"
HtmlHelper::$here = "/index.php/products/combination_detail"
HtmlHelper::$params = array(
"pass" => array(),
"named" => array(),
"controller" => "products",
"action" => "combination_detail",
"plugin" => null,
"form" => array(),
"url" => array(
"url" => "products/combination_detail"
),
"bare" => 0,
"webservices" => null,
"models" => array(
"Product",
"Footer"
)
)
HtmlHelper::$action = "combination_detail"
HtmlHelper::$data = NULL
HtmlHelper::$_crumbs = array()
HtmlHelper::$__docTypes = array(
"html4-strict" => "<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">",
"html4-trans" => "<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">",
"html4-frame" => "<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">",
"xhtml-strict" => "<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">",
"xhtml-trans" => "<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">",
"xhtml-frame" => "<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">",
"xhtml11" => "<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">"
)
HtmlHelper::$helpers = NULL
HtmlHelper::$webroot = "/app/webroot/"
HtmlHelper::$themeWeb = NULL
HtmlHelper::$plugin = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
HtmlHelper::$_log = NULL
HtmlHelper::addCrumb()
HtmlHelper::docType()
HtmlHelper::meta()
HtmlHelper::charset()
HtmlHelper::link()
HtmlHelper::css()
HtmlHelper::style()
HtmlHelper::getCrumbs()
HtmlHelper::image()
HtmlHelper::radio()
HtmlHelper::tableHeaders()
HtmlHelper::tableCells()
HtmlHelper::div()
HtmlHelper::para()
HtmlHelper::nestedList()
HtmlHelper::password()
HtmlHelper::textarea()
HtmlHelper::checkbox()
HtmlHelper::hidden()
HtmlHelper::input()
HtmlHelper::tagValue()
HtmlHelper::validate()
HtmlHelper::validateErrors()
HtmlHelper::tagErrorMsg()
HtmlHelper::get__()
HtmlHelper::set__()
HtmlHelper::call__()
HtmlHelper::loadConfig()
HtmlHelper::url()
HtmlHelper::webroot()
HtmlHelper::clean()
HtmlHelper::setFormTag()
HtmlHelper::setEntity()
HtmlHelper::model()
HtmlHelper::modelID()
HtmlHelper::field()
HtmlHelper::tagIsInvalid()
HtmlHelper::domId()
HtmlHelper::value()
HtmlHelper::addClass()
HtmlHelper::output()
HtmlHelper::assign()
HtmlHelper::beforeRender()
HtmlHelper::afterRender()
HtmlHelper::beforeLayout()
HtmlHelper::afterLayout()
HtmlHelper::overload()
HtmlHelper::Object()
HtmlHelper::toString()
HtmlHelper::requestAction()
HtmlHelper::log()
HtmlHelper::cakeError(),
"javascript" => JavascriptHelper
JavascriptHelper::$__scriptBuffer = NULL
JavascriptHelper::$_blockOptions = array()
JavascriptHelper::$_cachedEvents = array()
JavascriptHelper::$_cacheEvents = false
JavascriptHelper::$_cacheToFile = false
JavascriptHelper::$_cacheAll = false
JavascriptHelper::$_rules = array()
JavascriptHelper::$enabled = true
JavascriptHelper::$safe = false
JavascriptHelper::$tags = array(
"javascriptblock" => "<script type="text/javascript">%s</script>",
"javascriptstart" => "<script type="text/javascript">",
"javascriptlink" => "<script type="text/javascript" src="%s"></script>",
"javascriptend" => "</script>"
)
JavascriptHelper::$helpers = NULL
JavascriptHelper::$base = "/index.php"
JavascriptHelper::$webroot = "/app/webroot/"
JavascriptHelper::$themeWeb = NULL
JavascriptHelper::$here = "/index.php/products/combination_detail"
JavascriptHelper::$params = array(
"pass" => array(),
"named" => array(),
"controller" => "products",
"action" => "combination_detail",
"plugin" => null,
"form" => array(),
"url" => array(
"url" => "products/combination_detail"
),
"bare" => 0,
"webservices" => null,
"models" => array(
"Product",
"Footer"
)
)
JavascriptHelper::$action = "combination_detail"
JavascriptHelper::$plugin = NULL
JavascriptHelper::$data = NULL
JavascriptHelper::$namedArgs = NULL
JavascriptHelper::$argSeparator = NULL
JavascriptHelper::$validationErrors = NULL
JavascriptHelper::$__tainted = NULL
JavascriptHelper::$__cleaned = NULL
JavascriptHelper::$_log = NULL
JavascriptHelper::codeBlock()
JavascriptHelper::blockEnd()
JavascriptHelper::link()
JavascriptHelper::escapeScript()
JavascriptHelper::escapeString()
JavascriptHelper::event()
JavascriptHelper::cacheEvents()
JavascriptHelper::getCache()
JavascriptHelper::writeEvents()
JavascriptHelper::includeScript()
JavascriptHelper::object()
JavascriptHelper::afterRender()
JavascriptHelper::get__()
JavascriptHelper::set__()
JavascriptHelper::call__()
JavascriptHelper::loadConfig()
JavascriptHelper::url()
JavascriptHelper::webroot()
JavascriptHelper::clean()
JavascriptHelper::setFormTag()
JavascriptHelper::setEntity()
JavascriptHelper::model()
JavascriptHelper::modelID()
JavascriptHelper::field()
JavascriptHelper::tagIsInvalid()
JavascriptHelper::domId()
JavascriptHelper::value()
JavascriptHelper::addClass()
JavascriptHelper::output()
JavascriptHelper::assign()
JavascriptHelper::beforeRender()
JavascriptHelper::beforeLayout()
JavascriptHelper::afterLayout()
JavascriptHelper::overload()
JavascriptHelper::toString()
JavascriptHelper::requestAction()
JavascriptHelper::log()
JavascriptHelper::cakeError(),
"session" => SessionHelper
SessionHelper::$helpers = NULL
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "d7877c5146d4edb4aca5bc928f764217"
SessionHelper::$path = false
SessionHelper::$lastError = NULL
SessionHelper::$security = NULL
SessionHelper::$time = 1220054340
SessionHelper::$sessionTime = false
SessionHelper::$watchKeys = array()
SessionHelper::$id = NULL
SessionHelper::$_log = NULL
SessionHelper::$base = "/index.php"
SessionHelper::$webroot = "/app/webroot/"
SessionHelper::$here = "/index.php/products/combination_detail"
SessionHelper::$params = array(
"pass" => array(),
"named" => array(),
"controller" => "products",
"action" => "combination_detail",
"plugin" => null,
"form" => array(),
"url" => array(
"url" => "products/combination_detail"
),
"bare" => 0,
"webservices" => null,
"models" => array(
"Product",
"Footer"
)
)
SessionHelper::$action = "combination_detail"
SessionHelper::$data = NULL
SessionHelper::$themeWeb = NULL
SessionHelper::$plugin = NULL
SessionHelper::activate()
SessionHelper::read()
SessionHelper::check()
SessionHelper::error()
SessionHelper::flash()
SessionHelper::valid()
SessionHelper::write()
SessionHelper::id()
SessionHelper::start()
SessionHelper::started()
SessionHelper::del()
SessionHelper::watch()
SessionHelper::ignore()
SessionHelper::destroy()
SessionHelper::renew()
SessionHelper::Object()
SessionHelper::toString()
SessionHelper::requestAction()
SessionHelper::log()
SessionHelper::cakeError()
)
View::$modelScope = false
View::$model = NULL
View::$association = NULL
View::$field = NULL
View::$fieldSuffix = NULL
View::$modelId = NULL
View::$uuids = array()
View::$__passedVars = array(
"viewVars",
"action",
"autoLayout",
"autoRender",
"ext",
"base",
"webroot",
"helpers",
"here",
"layout",
"name",
"pageTitle",
"layoutPath",
"viewPath",
"params",
"data",
"webservices",
"plugin",
"passedArgs",
"cacheAction"
)
View::$__scripts = array()
View::$__paths = array(
"/home/kroeger/public_html/app/views/",
"/home/kroeger/public_html/cake/libs/view/"
)
View::$_log = NULL
View::$webroot = "/app/webroot/"
View::$webservices = NULL
View::element()
View::render()
View::renderElement()
View::renderLayout()
View::renderCache()
View::getVars()
View::getVar()
View::addScript()
View::uuid()
View::entity()
View::set()
View::error()
View::Object()
View::toString()
View::requestAction()
View::log()
View::cakeError()
$___viewFn = "/home/kroeger/public_html/app/views/layouts/default.ctp"
$___dataForView = array(
"footer" => array(
"Footer" => array(
"id" => "2",
"footer_name" => "kroeger_footer",
"col1_title" => "Health Tips",
"col1" => "<p>Garlic sweeps through the body as a natural cleanser and tonic with no side effects. It maintains a healing factor in the bloodstream for up to 10 hours and doesn't destroy the body's friendly bacteria.</p>",
"col1_link" => "http://www.kroegerherb.com/index.php/products/books/#2377",
"col2_title" => "Featured Product: Complete Concentrates®",
"col2" => "<p>The only all-natural, standardized herb in a capsule. Complete
Concentrates® bridges the gap between traditional and standardized
herbs with the potency doctors prefer and the purity herbalists love.</p>",
"col2_link" => "http://www.kroegerherb.com/index.php/products/concentrates",
"col3_title" => "[empty string]",
"col3" => "[empty string]",
"col3_link" => "[empty string]",
"created" => "0000-00-00 00:00:00",
"modified" => "2008-07-14 17:04:44"
)
),
"logged_in" => false,
"title_for_layout" => "Products",
"content_for_layout" => "<a name="top"></a>
<div align="center">
<table width="950">
<tr>
<td width="210" style="text-align: left;" rowspan="2">
<style type="text/css">
.dvhdr2 {
background: #567B2D;
color: #f5cd56;
font-size: 14px;
padding: 5px 5px 5px 5px;
font-weight: bold;
width:200px;
border-left:1px solid #C8BA92;
border-right:1px solid #C8BA92;
border-top:1px solid #C8BA92;
text-align: left;
}
.dvbdy2 {
background: #567B2D;
color: #fff;
line-height: 12px;
padding: 5px 5px 5px 5px;
font-family:arial;
font-size: 12px;
border-left:1px solid #C8BA92;
border-right:1px solid #C8BA92;
border-bottom:1px solid #C8BA92;
width:200px;
text-align: left;
}
</style>
<div class="lftCol">
<table border="0" cellpadding="0" cellspacing="5" bgcolor="#CFCFCF" width="210">
<tr>
<td>
<!-- The following images are 61px width x 64px height //-->
<a href="/index.php/products/concentrates"><img src="http://www.kroegerherb.com/app/webroot/img/example_herb1.jpg" alt="scroll tip" title="cssheader=[dvhdr2] cssbody=[dvbdy2] header=[Complete Concentrates] body=[Full spectrum standardized herbal extracts. Aqueous extraction, no harmful solvents.] fade=[on] fadespeed=[0.05]" /></a>
</td>
<td>
<br />
<span class="regular"><a href="/index.php/products/concentrates" style="">Complete<br />Concentrates</a></span>
</td>
</tr>
<tr>
<td>
<a href="/index.php/products/combinations"><img src="http://www.kroegerherb.com/app/webroot/img/example_herb2.jpg" alt="scroll tip" title="cssheader=[dvhdr2] cssbody=[dvbdy2] header=[Hanna's Herbal Combinations] body=[(Including CircuFlow). Hanna Kroeger's masterful blends. ] fade=[on] fadespeed=[0.05]" /></a>
</td>
<td>
<!--<span><a href="category_detail.php?category=5">Hanna's Herbal Combinations</a></span>-->
<br />
<span class="regular"><a href="/index.php/products/combinations" style="">Herbal<br />Combinations</a></span>
</td>
</tr>
<tr>
<td>
<a href="/index.php/products/vitamins"><img src="http://www.kroegerherb.com/app/webroot/img/example_herb3.jpg" alt="scroll tip" title="cssheader=[dvhdr2] cssbody=[dvbdy2] header=[Sunny Day Vitamins] body=[Super quality food supplements specially formulated to rebuild and restore energy and vitality.] fade=[on] fadespeed=[0.05]" /></a>
</td>
<td>
<br />
<span class="regular"><a href="/index.php/products/vitamins" style="">Sunny Day<br />Vitamins</a></span>
</td>
</tr>
<tr>
<td>
<a href="/index.php/products/tinctures"><img src="http://www.kroegerherb.com/app/webroot/img/example_herb4.jpg" alt="scroll tip" title="cssheader=[dvhdr2] cssbody=[dvbdy2] header=[New Dimensions Tinctures] body=[Tincturing releases special properties for potent and effective ways to use herbs.] fade=[on] fadespeed=[0.05]" /></a>
</td>
<td>
<br />
<span class="regular"><a href="/index.php/products/tinctures" style="">New Dimensions<br />Tinctures</a></span>
</td>
</tr>
<tr>
<td>
<a href="/index.php/products/teas"><img src="http://www.kroegerherb.com/app/webroot/img/example_herb5.jpg" alt="scroll tip" title="cssheader=[dvhdr2] cssbody=[dvbdy2] header=[Hanna's Special Teas] body=[All natural herbal formulas, hand sifted and packed loose. Formulated for specific and general purposes.] fade=[on] fadespeed=[0.05]" /></a>
</td>
<td>
<br />
<span class="regular"><a href="/index.php/products/teas" style="">Hanna's<br />Special Teas</a></span>
</td>
</tr>
<tr>
<td>
<a href="/index.php/products/books"><img src="http://www.kroegerherb.com/app/webroot/img/example_herb6.jpg" alt="scroll tip" title="cssheader=[dvhdr2] cssbody=[dvbdy2] header=[Books by Hanna Kroeger] body=[Written by our founder, these books reflect the knowledge, wisdom and insight she gained through years of experience helping people with health-related issues.] fade=[on] fadespeed=[0.05]" /></a>
</td>
<td>
<br />
<span class="regular"><a href="/index.php/products/books" style="">Books by<br />Hanna Kroeger</a></span>
</td>
</tr>
<tr>
<td>
</tr>
</table>
</div>
<script type="text/javascript">
<!--
if (typeof document.attachEvent!='undefined') {
window.attachEvent('onload',init);
document.attachEvent('onmousemove',moveMouse);
document.attachEvent('onclick',checkMove); }
else {
window.addEventListener('load',init,false);
document.addEventListener('mousemove',moveMouse,false);
document.addEventListener('click',checkMove,false);
}
var oDv=document.createElement("div");
var dvHdr=document.createElement("div");
var dvBdy=document.createElement("div");
var windowlock,boxMove,fixposx,fixposy,lockX,lockY,fixx,fixy,ox,oy,boxLeft,boxRight,boxTop,boxBottom,evt,mouseX,mouseY,boxOpen,totalScrollTop,totalScrollLeft;
boxOpen=false;
ox=10;
oy=10;
lockX=0;
lockY=0;
function init() {
oDv.appendChild(dvHdr);
oDv.appendChild(dvBdy);
oDv.style.position="absolute";
oDv.style.visibility='hidden';
document.body.appendChild(oDv);
}
function defHdrStyle() {
dvHdr.innerHTML='<img style="vertical-align:middle" src="info.gif"> '+dvHdr.innerHTML;
dvHdr.style.fontWeight='bold';
dvHdr.style.width='150px';
dvHdr.style.fontFamily='arial';
dvHdr.style.border='1px solid #A5CFE9';
dvHdr.style.padding='3';
dvHdr.style.fontSize='11';
dvHdr.style.color='#4B7A98';
dvHdr.style.background='#D5EBF9';
dvHdr.style.filter='alpha(opacity=85)'; // IE
dvHdr.style.opacity='0.85'; // FF
}
function defBdyStyle() {
dvBdy.style.borderBottom='1px solid #A5CFE9';
dvBdy.style.borderLeft='1px solid #A5CFE9';
dvBdy.style.borderRight='1px solid #A5CFE9';
dvBdy.style.width='150px';
dvBdy.style.fontFamily='arial';
dvBdy.style.fontSize='11';
dvBdy.style.padding='3';
dvBdy.style.color='#1B4966';
dvBdy.style.background='#FFFFFF';
dvBdy.style.filter='alpha(opacity=85)'; // IE
dvBdy.style.opacity='0.85'; // FF
}
function checkElemBO(txt) {
if (!txt || typeof(txt) != 'string') return false;
if ((txt.indexOf('header')>-1)&&(txt.indexOf('body')>-1)&&(txt.indexOf('[')>-1)&&(txt.indexOf('[')>-1))
return true;
else
return false;
}
function scanBO(curNode) {
if (checkElemBO(curNode.title)) {
curNode.boHDR=getParam('header',curNode.title);
curNode.boBDY=getParam('body',curNode.title);
curNode.boCSSBDY=getParam('cssbody',curNode.title);
curNode.boCSSHDR=getParam('cssheader',curNode.title);
curNode.IEbugfix=(getParam('hideselects',curNode.title)=='on')?true:false;
curNode.fixX=parseInt(getParam('fixedrelx',curNode.title));
curNode.fixY=parseInt(getParam('fixedrely',curNode.title));
curNode.absX=parseInt(getParam('fixedabsx',curNode.title));
curNode.absY=parseInt(getParam('fixedabsy',curNode.title));
curNode.offY=(getParam('offsety',curNode.title)!='')?parseInt(getParam('offsety',curNode.title)):10;
curNode.offX=(getParam('offsetx',curNode.title)!='')?parseInt(getParam('offsetx',curNode.title)):10;
curNode.fade=(getParam('fade',curNode.title)=='on')?true:false;
curNode.fadespeed=(getParam('fadespeed',curNode.title)!='')?getParam('fadespeed',curNode.title):0.04;
curNode.delay=(getParam('delay',curNode.title)!='')?parseInt(getParam('delay',curNode.title)):0;
if (getParam('requireclick',curNode.title)=='on') {
curNode.requireclick=true;
document.all?curNode.attachEvent('onclick',showHideBox):curNode.addEventListener('click',showHideBox,false);
document.all?curNode.attachEvent('onmouseover',hideBox):curNode.addEventListener('mouseover',hideBox,false);
}
else {// Note : if requireclick is on the stop clicks are ignored
if (getParam('doubleclickstop',curNode.title)!='off') {
document.all?curNode.attachEvent('ondblclick',pauseBox):curNode.addEventListener('dblclick',pauseBox,false);
}
if (getParam('singleclickstop',curNode.title)=='on') {
document.all?curNode.attachEvent('onclick',pauseBox):curNode.addEventListener('click',pauseBox,false);
}
}
curNode.windowLock=getParam('windowlock',curNode.title).toLowerCase()=='off'?false:true;
curNode.title='';
curNode.hasbox=1;
}
else
curNode.hasbox=2;
}
function getParam(param,list) {
var reg = new RegExp('([^a-zA-Z]' + param + '|^' + param + ')\\s*=\\s*\\[\\s*(((\\[\\[)|(\\]\\])|([^\\]\\[]))*)\\s*\\]');
var res = reg.exec(list);
var returnvar;
if(res)
return res[2].replace('[[','[').replace(']]',']');
else
return '';
}
function Left(elem){
var x=0;
if (elem.calcLeft)
return elem.calcLeft;
var oElem=elem;
while(elem){
if ((elem.currentStyle)&& (!isNaN(parseInt(elem.currentStyle.borderLeftWidth)))&&(x!=0))
x+=parseInt(elem.currentStyle.borderLeftWidth);
x+=elem.offsetLeft;
elem=elem.offsetParent;
}
oElem.calcLeft=x;
return x;
}
function Top(elem){
var x=0;
if (elem.calcTop)
return elem.calcTop;
var oElem=elem;
while(elem){
if ((elem.currentStyle)&& (!isNaN(parseInt(elem.currentStyle.borderTopWidth)))&&(x!=0))
x+=parseInt(elem.currentStyle.borderTopWidth);
x+=elem.offsetTop;
elem=elem.offsetParent;
}
oElem.calcTop=x;
return x;
}
var ah,ab;
function applyStyles() {
if(ab)
oDv.removeChild(dvBdy);
if (ah)
oDv.removeChild(dvHdr);
dvHdr=document.createElement("div");
dvBdy=document.createElement("div");
CBE.boCSSBDY?dvBdy.className=CBE.boCSSBDY:defBdyStyle();
CBE.boCSSHDR?dvHdr.className=CBE.boCSSHDR:defHdrStyle();
dvHdr.innerHTML=CBE.boHDR;
dvBdy.innerHTML=CBE.boBDY;
ah=false;
ab=false;
if (CBE.boHDR!='') {
oDv.appendChild(dvHdr);
ah=true;
}
if (CBE.boBDY!=''){
oDv.appendChild(dvBdy);
ab=true;
}
}
var CSE,iterElem,LSE,CBE,LBE, totalScrollLeft, totalScrollTop, width, height ;
var ini=false;
// Customised function for inner window dimension
function SHW() {
if (document.body && (document.body.clientWidth !=0)) {
width=document.body.clientWidth;
height=document.body.clientHeight;
}
if (document.documentElement && (document.documentElement.clientWidth!=0) && (document.body.clientWidth + 20 >= document.documentElement.clientWidth)) {
width=document.documentElement.clientWidth;
height=document.documentElement.clientHeight;
}
return [width,height];
}
var ID=null;
function moveMouse(e) {
//boxMove=true;
e?evt=e:evt=event;
CSE=evt.target?evt.target:evt.srcElement;
if (!CSE.hasbox) {
// Note we need to scan up DOM here, some elements like TR don't get triggered as srcElement
iElem=CSE;
while ((iElem.parentNode) && (!iElem.hasbox)) {
scanBO(iElem);
iElem=iElem.parentNode;
}
}
if ((CSE!=LSE)&&(!isChild(CSE,dvHdr))&&(!isChild(CSE,dvBdy))){
if (!CSE.boxItem) {
iterElem=CSE;
while ((iterElem.hasbox==2)&&(iterElem.parentNode))
iterElem=iterElem.parentNode;
CSE.boxItem=iterElem;
}
iterElem=CSE.boxItem;
if (CSE.boxItem&&(CSE.boxItem.hasbox==1)) {
LBE=CBE;
CBE=iterElem;
if (CBE!=LBE) {
applyStyles();
if (!CBE.requireclick)
if (CBE.fade) {
if (ID!=null)
clearTimeout(ID);
ID=setTimeout("fadeIn("+CBE.fadespeed+")",CBE.delay);
}
else {
if (ID!=null)
clearTimeout(ID);
COL=1;
ID=setTimeout("oDv.style.visibility='visible';ID=null;",CBE.delay);
}
if (CBE.IEbugfix) {hideSelects();}
fixposx=!isNaN(CBE.fixX)?Left(CBE)+CBE.fixX:CBE.absX;
fixposy=!isNaN(CBE.fixY)?Top(CBE)+CBE.fixY:CBE.absY;
lockX=0;
lockY=0;
boxMove=true;
ox=CBE.offX?CBE.offX:10;
oy=CBE.offY?CBE.offY:10;
}
}
else if (!isChild(CSE,dvHdr) && !isChild(CSE,dvBdy) && (boxMove)) {
// The conditional here fixes flickering between tables cells.
if ((!isChild(CBE,CSE)) || (CSE.tagName!='TABLE')) {
CBE=null;
if (ID!=null)
clearTimeout(ID);
fadeOut();
showSelects();
}
}
LSE=CSE;
}
else if (((isChild(CSE,dvHdr) || isChild(CSE,dvBdy))&&(boxMove))) {
totalScrollLeft=0;
totalScrollTop=0;
iterElem=CSE;
while(iterElem) {
if(!isNaN(parseInt(iterElem.scrollTop)))
totalScrollTop+=parseInt(iterElem.scrollTop);
if(!isNaN(parseInt(iterElem.scrollLeft)))
totalScrollLeft+=parseInt(iterElem.scrollLeft);
iterElem=iterElem.parentNode;
}
if (CBE!=null) {
boxLeft=Left(CBE)-totalScrollLeft;
boxRight=parseInt(Left(CBE)+CBE.offsetWidth)-totalScrollLeft;
boxTop=Top(CBE)-totalScrollTop;
boxBottom=parseInt(Top(CBE)+CBE.offsetHeight)-totalScrollTop;
doCheck();
}
}
if (boxMove&&CBE) {
// This added to alleviate bug in IE6 w.r.t DOCTYPE
bodyScrollTop=document.documentElement&&document.documentElement.scrollTop?document.documentElement.scrollTop:document.body.scrollTop;
bodyScrollLet=document.documentElement&&document.documentElement.scrollLeft?document.documentElement.scrollLeft:document.body.scrollLeft;
mouseX=evt.pageX?evt.pageX-bodyScrollLet:evt.clientX-document.body.clientLeft;
mouseY=evt.pageY?evt.pageY-bodyScrollTop:evt.clientY-document.body.clientTop;
if ((CBE)&&(CBE.windowLock)) {
mouseY < -oy?lockY=-mouseY-oy:lockY=0;
mouseX < -ox?lockX=-mouseX-ox:lockX=0;
mouseY > (SHW()[1]-oDv.offsetHeight-oy)?lockY=-mouseY+SHW()[1]-oDv.offsetHeight-oy:lockY=lockY;
mouseX > (SHW()[0]-dvBdy.offsetWidth-ox)?lockX=-mouseX-ox+SHW()[0]-dvBdy.offsetWidth:lockX=lockX;
}
oDv.style.left=((fixposx)||(fixposx==0))?fixposx:bodyScrollLet+mouseX+ox+lockX+"px";
oDv.style.top=((fixposy)||(fixposy==0))?fixposy:bodyScrollTop+mouseY+oy+lockY+"px";
}
}
function doCheck() {
if ( (mouseX < boxLeft) || (mouseX >boxRight) || (mouseY < boxTop) || (mouseY > boxBottom)) {
if (!CBE.requireclick)
fadeOut();
if (CBE.IEbugfix) {showSelects();}
CBE=null;
}
}
function pauseBox(e) {
e?evt=e:evt=event;
boxMove=false;
evt.cancelBubble=true;
}
function showHideBox(e) {
oDv.style.visibility=(oDv.style.visibility!='visible')?'visible':'hidden';
}
function hideBox(e) {
oDv.style.visibility='hidden';
}
var COL=0;
var stopfade=false;
function fadeIn(fs) {
ID=null;
COL=0;
oDv.style.visibility='visible';
fadeIn2(fs);
}
function fadeIn2(fs) {
COL=COL+fs;
COL=(COL>1)?1:COL;
oDv.style.filter='alpha(opacity='+parseInt(100*COL)+')';
oDv.style.opacity=COL;
if (COL<1)
setTimeout("fadeIn2("+fs+")",20);
}
function fadeOut() {
oDv.style.visibility='hidden';
}
function isChild(s,d) {
while(s) {
if (s==d)
return true;
s=s.parentNode;
}
return false;
}
var cSrc;
function checkMove(e) {
e?evt=e:evt=event;
cSrc=evt.target?evt.target:evt.srcElement;
if ((!boxMove)&&(!isChild(cSrc,oDv))) {
fadeOut();
if (CBE&&CBE.IEbugfix) {showSelects();}
boxMove=true;
CBE=null;
}
}
function showSelects(){
var elements = document.getElementsByTagName("select");
for (i=0;i< elements.length;i++){
elements[i].style.visibility='visible';
}
}
function hideSelects(){
var elements = document.getElementsByTagName("select");
for (i=0;i< elements.length;i++){
elements[i].style.visibility='hidden';
}
}
//-->
</script>
</td>
<td width="740" style="text-align: left;padding-left: 5px;">
<strong><span class="dark_green">Herbal Combinations</span></strong>
<hr noshade />
Herbs have a delicate vibration. Willingly, plants give up this vibration to heal us. By blending herbs together which enhance each other vibrationally, the formula is balanced and powerful.
<br /><br />
Click the links below to skip to any product.
<hr noshade />
<pre class="cake-debug">
<a href='javascript:void(0);' onclick='document.getElementById("CakeStackTrace7").style.display = (document.getElementById("CakeStackTrace7").style.display == "none" ? "" : "none")'><b>Notice</b> (8)</a>: Undefined variable: products [<b>APP/views/products/combination_detail.ctp</b>, line <b>15</b>]
</pre>
<div id="CakeStackTrace7" class="cake-stack-trace" style="display: none;"><a href='javascript:void(0);' onclick='document.getElementById("CakeErrorCode7").style.display = (document.getElementById("CakeErrorCode7").style.display == "none" ? "" : "none")'>Code</a> | <a href='javascript:void(0);' onclick='document.getElementById("CakeErrorContext7").style.display = (document.getElementById("CakeErrorContext7").style.display == "none" ? "" : "none")'>Context</a><pre id="CakeErrorContext7" class="cake-context" style="display: none;">$this = View
View::$base = "/index.php"
View::$here = "/index.php/products/combination_detail"
View::$plugin = NULL
View::$name = "Products"
View::$action = "combination_detail"
View::$params = array(
"pass" => array(),
"named" => array(),
"controller" => "products",
"action" => "combination_detail",
"plugin" => null,
"form" => array(),
"url" => array(
"url" => "products/combination_detail"
),
"bare" => 0,
"webservices" => null,
"models" => array(
"Product",
"Footer"
)
)
View::$passedArgs = array()
View::$data = NULL
View::$helpers = array(
"Html",
"Javascript"
)
View::$viewPath = "products"
View::$viewVars = array(
"footer" => array(
"Footer" => array(
"id" => "2",
"footer_name" => "kroeger_footer",
"col1_title" => "Health Tips",
"col1" => "<p>Garlic sweeps through the body as a natural cleanser and tonic with no side effects. It maintains a healing factor in the bloodstream for up to 10 hours and doesn't destroy the body's friendly bacteria.</p>",
"col1_link" => "http://www.kroegerherb.com/index.php/products/books/#2377",
"col2_title" => "Featured Product: Complete Concentrates®",
"col2" => "<p>The only all-natural, standardized herb in a capsule.&nbsp; Complete
Concentrates&reg; bridges the gap between traditional and standardized
herbs with the potency doctors prefer and the purity herbalists love.</p>",
"col2_link" => "http://www.kroegerherb.com/index.php/products/concentrates",
"col3_title" => "[empty string]",
"col3" => "[empty string]",
"col3_link" => "[empty string]",
"created" => "0000-00-00 00:00:00",
"modified" => "2008-07-14 17:04:44"
)
),
"logged_in" => false
)
View::$layout = "default"
View::$layoutPath = NULL
View::$pageTitle = false
View::$autoRender = true
View::$autoLayout = true
View::$ext = ".ctp"
View::$subDir = NULL
View::$themeWeb = NULL
View::$cacheAction = false
View::$validationErrors = array()
View::$hasRendered = false
View::$loaded = array(
"html" => HtmlHelper
HtmlHelper::$tags = array(
"meta" => "<meta%s/>",
"metalink" => "<link href="%s"%s/>",
"link" => "<a href="%s"%s>%s</a>",
"mailto" => "<a href="mailto:%s" %s>%s</a>",
"form" => "<form %s>",
"formend" => "</form>",
"input" => "<input name="%s" %s/>",
"textarea" => "<textarea name="%s" %s>%s</textarea>",
"hidden" => "<input type="hidden" name="%s" %s/>",
"checkbox" => "<input type="checkbox" name="%s" %s/>",
"checkboxmultiple" => "<input type="checkbox" name="%s[]"%s />",
"radio" => "<input type="radio" name="%s" id="%s" %s />%s",
"selectstart" => "<select name="%s"%s>",
"selectmultiplestart" => "<select name="%s[]"%s>",
"selectempty" => "<option value=""%s>&nbsp;</option>",
"selectoption" => "<option value="%s"%s>%s</option>",
"selectend" => "</select>",
"optiongroup" => "<optgroup label="%s"%s>",
"optiongroupend" => "</optgroup>",
"checkboxmultiplestart" => "[empty string]",
"checkboxmultipleend" => "[empty string]",
"password" => "<input type="password" name="%s" %s/>",
"file" => "<input type="file" name="%s" %s/>",
"file_no_model" => "<input type="file" name="%s" %s/>",
"submit" => "<input type="submit" %s/>",
"submitimage" => "<input type="image" src="%s" %s/>",
"button" => "<input type="%s" %s/>",
"image" => "<img src="%s" %s/>",
"tableheader" => "<th%s>%s</th>",
"tableheaderrow" => "<tr%s>%s</tr>",
"tablecell" => "<td%s>%s</td>",
"tablerow" => "<tr%s>%s</tr>",
"block" => "<div%s>%s</div>",
"blockstart" => "<div%s>",
"blockend" => "</div>",
"para" => "<p%s>%s</p>",
"parastart" => "<p%s>",
"label" => "<label for="%s"%s>%s</label>",
"fieldset" => "<fieldset><legend>%s</legend>%s</fieldset>",
"fieldsetstart" => "<fieldset><legend>%s</legend>",
"fieldsetend" => "</fieldset>",
"legend" => "<legend>%s</legend>",
"css" => "<link rel="%s" type="text/css" href="%s" %s/>",
"style" => "<style type="text/css"%s>%s</style>",
"charset" => "<meta http-equiv="Content-Type" content="text/html; charset=%s" />",
"ul" => "<ul%s>%s</ul>",
"ol" => "<ol%s>%s</ol>",
"li" => "<li%s>%s</li>",
"error" => "<div%s>%s</div>"
)
HtmlHelper::$base = "/index.php"
HtmlHelper::$here = "/index.php/products/combination_detail"
HtmlHelper::$params = array(
"pass" => array(),
"named" => array(),
"controller" => "products",
"action" => "combination_detail",
"plugin" => null,
"form" => array(),
"url" => array(
"url" => "products/combination_detail"
),
"bare" => 0,
"webservices" => null,
"models" => array(
"Product",
"Footer"
)
)
HtmlHelper::$action = "combination_detail"
HtmlHelper::$data = NULL
HtmlHelper::$_crumbs = array()
HtmlHelper::$__docTypes = array(
"html4-strict" => "<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">",
"html4-trans" => "<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">",
"html4-frame" => "<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">",
"xhtml-strict" => "<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">",
"xhtml-trans" => "<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">",
"xhtml-frame" => "<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">",
"xhtml11" => "<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">"
)
HtmlHelper::$helpers = NULL
HtmlHelper::$webroot = "/app/webroot/"
HtmlHelper::$themeWeb = NULL
HtmlHelper::$plugin = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
HtmlHelper::$_log = NULL
HtmlHelper::addCrumb()
HtmlHelper::docType()
HtmlHelper::meta()
HtmlHelper::charset()
HtmlHelper::link()
HtmlHelper::css()
HtmlHelper::style()
HtmlHelper::getCrumbs()
HtmlHelper::image()
HtmlHelper::radio()
HtmlHelper::tableHeaders()
HtmlHelper::tableCells()
HtmlHelper::div()
HtmlHelper::para()
HtmlHelper::nestedList()
HtmlHelper::password()
HtmlHelper::textarea()
HtmlHelper::checkbox()
HtmlHelper::hidden()
HtmlHelper::input()
HtmlHelper::tagValue()
HtmlHelper::validate()
HtmlHelper::validateErrors()
HtmlHelper::tagErrorMsg()
HtmlHelper::get__()
HtmlHelper::set__()
HtmlHelper::call__()
HtmlHelper::loadConfig()
HtmlHelper::url()
HtmlHelper::webroot()
HtmlHelper::clean()
HtmlHelper::setFormTag()
HtmlHelper::setEntity()
HtmlHelper::model()
HtmlHelper::modelID()
HtmlHelper::field()
HtmlHelper::tagIsInvalid()
HtmlHelper::domId()
HtmlHelper::value()
HtmlHelper::addClass()
HtmlHelper::output()
HtmlHelper::assign()
HtmlHelper::beforeRender()
HtmlHelper::afterRender()
HtmlHelper::beforeLayout()
HtmlHelper::afterLayout()
HtmlHelper::overload()
HtmlHelper::Object()
HtmlHelper::toString()
HtmlHelper::requestAction()
HtmlHelper::log()
HtmlHelper::cakeError(),
"javascript" => JavascriptHelper
JavascriptHelper::$__scriptBuffer = NULL
JavascriptHelper::$_blockOptions = array()
JavascriptHelper::$_cachedEvents = array()
JavascriptHelper::$_cacheEvents = false
JavascriptHelper::$_cacheToFile = false
JavascriptHelper::$_cacheAll = false
JavascriptHelper::$_rules = array()
JavascriptHelper::$enabled = true
JavascriptHelper::$safe = false
JavascriptHelper::$tags = array(
"javascriptblock" => "<script type="text/javascript">%s</script>",
"javascriptstart" => "<script type="text/javascript">",
"javascriptlink" => "<script type="text/javascript" src="%s"></script>",
"javascriptend" => "</script>"
)
JavascriptHelper::$helpers = NULL
JavascriptHelper::$base = "/index.php"
JavascriptHelper::$webroot = "/app/webroot/"
JavascriptHelper::$themeWeb = NULL
JavascriptHelper::$here = "/index.php/products/combination_detail"
JavascriptHelper::$params = array(
"pass" => array(),
"named" => array(),
"controller" => "products",
"action" => "combination_detail",
"plugin" => null,
"form" => array(),
"url" => array(
"url" => "products/combination_detail"
),
"bare" => 0,
"webservices" => null,
"models" => array(
"Product",
"Footer"
)
)
JavascriptHelper::$action = "combination_detail"
JavascriptHelper::$plugin = NULL
JavascriptHelper::$data = NULL
JavascriptHelper::$namedArgs = NULL
JavascriptHelper::$argSeparator = NULL
JavascriptHelper::$validationErrors = NULL
JavascriptHelper::$__tainted = NULL
JavascriptHelper::$__cleaned = NULL
JavascriptHelper::$_log = NULL
JavascriptHelper::codeBlock()
JavascriptHelper::blockEnd()
JavascriptHelper::link()
JavascriptHelper::escapeScript()
JavascriptHelper::escapeString()
JavascriptHelper::event()
JavascriptHelper::cacheEvents()
JavascriptHelper::getCache()
JavascriptHelper::writeEvents()
JavascriptHelper::includeScript()
JavascriptHelper::object()
JavascriptHelper::afterRender()
JavascriptHelper::get__()
JavascriptHelper::set__()
JavascriptHelper::call__()
JavascriptHelper::loadConfig()
JavascriptHelper::url()
JavascriptHelper::webroot()
JavascriptHelper::clean()
JavascriptHelper::setFormTag()
JavascriptHelper::setEntity()
JavascriptHelper::model()
JavascriptHelper::modelID()
JavascriptHelper::field()
JavascriptHelper::tagIsInvalid()
JavascriptHelper::domId()
JavascriptHelper::value()
JavascriptHelper::addClass()
JavascriptHelper::output()
JavascriptHelper::assign()
JavascriptHelper::beforeRender()
JavascriptHelper::beforeLayout()
JavascriptHelper::afterLayout()
JavascriptHelper::overload()
JavascriptHelper::toString()
JavascriptHelper::requestAction()
JavascriptHelper::log()
JavascriptHelper::cakeError(),
"session" => SessionHelper
SessionHelper::$helpers = NULL
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "d7877c5146d4edb4aca5bc928f764217"
SessionHelper::$path = false
SessionHelper::$lastError = NULL
SessionHelper::$security = NULL
SessionHelper::$time = 1220054340
SessionHelper::$sessionTime = false
SessionHelper::$watchKeys = array()
SessionHelper::$id = NULL
SessionHelper::$_log = NULL
SessionHelper::$base = "/index.php"
SessionHelper::$webroot = "/app/webroot/"
SessionHelper::$here = "/index.php/products/combination_detail"
SessionHelper::$params = array(
"pass" => array(),
"named" => array(),
"controller" => "products",
"action" => "combination_detail",
"plugin" => null,
"form" => array(),
"url" => array(
"url" => "products/combination_detail"
),
"bare" => 0,
"webservices" => null,
"models" => array(
"Product",
"Footer"
)
)
SessionHelper::$action = "combination_detail"
SessionHelper::$data = NULL
SessionHelper::$themeWeb = NULL
SessionHelper::$plugin = NULL
SessionHelper::activate()
SessionHelper::read()
SessionHelper::check()
SessionHelper::error()
SessionHelper::flash()
SessionHelper::valid()
SessionHelper::write()
SessionHelper::id()
SessionHelper::start()
SessionHelper::started()
SessionHelper::del()
SessionHelper::watch()
SessionHelper::ignore()
SessionHelper::destroy()
SessionHelper::renew()
SessionHelper::Object()
SessionHelper::toString()
SessionHelper::requestAction()
SessionHelper::log()
SessionHelper::cakeError()
)
View::$modelScope = false
View::$model = NULL
View::$association = NULL
View::$field = NULL
View::$fieldSuffix = NULL
View::$modelId = NULL
View::$uuids = array()
View::$__passedVars = array(
"viewVars",
"action",
"autoLayout",
"autoRender",
"ext",
"base",
"webroot",
"helpers",
"here",
"layout",
"name",
"pageTitle",
"layoutPath",
"viewPath",
"params",
"data",
"webservices",
"plugin",
"passedArgs",
"cacheAction"
)
View::$__scripts = array()
View::$__paths = array(
"/home/kroeger/public_html/app/views/",
"/home/kroeger/public_html/cake/libs/view/"
)
View::$_log = NULL
View::$webroot = "/app/webroot/"
View::$webservices = NULL
View::element()
View::render()
View::renderElement()
View::renderLayout()
View::renderCache()
View::getVars()
View::getVar()
View::addScript()
View::uuid()
View::entity()
View::set()
View::error()
View::Object()
View::toString()
View::requestAction()
View::log()
View::cakeError()
$___viewFn = "/home/kroeger/public_html/app/views/products/combination_detail.ctp"
$___dataForView = array(
"footer" => array(
"Footer" => array(
"id" => "2",
"footer_name" => "kroeger_footer",
"col1_title" => "Health Tips",
"col1" => "<p>Garlic sweeps through the body as a natural cleanser and tonic with no side effects. It maintains a healing factor in the bloodstream for up to 10 hours and doesn't destroy the body's friendly bacteria.</p>",
"col1_link" => "http://www.kroegerherb.com/index.php/products/books/#2377",
"col2_title" => "Featured Product: Complete Concentrates®",
"col2" => "<p>The only all-natural, standardized herb in a capsule.&nbsp; Complete
Concentrates&reg; bridges the gap between traditional and standardized
herbs with the potency doctors prefer and the purity herbalists love.</p>",
"col2_link" => "http://www.kroegerherb.com/index.php/products/concentrates",
"col3_title" => "[empty string]",
"col3" => "[empty string]",
"col3_link" => "[empty string]",
"created" => "0000-00-00 00:00:00",
"modified" => "2008-07-14 17:04:44"
)
),
"logged_in" => false
)
$loadHelpers = true
$cached = false
$loadedHelpers = array(
"Html" => HtmlHelper
HtmlHelper::$tags = array(
"meta" => "<meta%s/>",
"metalink" => "<link href="%s"%s/>",
"link" => "<a href="%s"%s>%s</a>",
"mailto" => "<a href="mailto:%s" %s>%s</a>",
"form" => "<form %s>",
"formend" => "</form>",
"input" => "<input name="%s" %s/>",
"textarea" => "<textarea name="%s" %s>%s</textarea>",
"hidden" => "<input type="hidden" name="%s" %s/>",
"checkbox" => "<input type="checkbox" name="%s" %s/>",
"checkboxmultiple" => "<input type="checkbox" name="%s[]"%s />",
"radio" => "<input type="radio" name="%s" id="%s" %s />%s",
"selectstart" => "<select name="%s"%s>",
"selectmultiplestart" => "<select name="%s[]"%s>",
"selectempty" => "<option value=""%s>&nbsp;</option>",
"selectoption" => "<option value="%s"%s>%s</option>",
"selectend" => "</select>",
"optiongroup" => "<optgroup label="%s"%s>",
"optiongroupend" => "</optgroup>",
"checkboxmultiplestart" => "[empty string]",
"checkboxmultipleend" => "[empty string]",
"password" => "<input type="password" name="%s" %s/>",
"file" => "<input type="file" name="%s" %s/>",
"file_no_model" => "<input type="file" name="%s" %s/>",
"submit" => "<input type="submit" %s/>",
"submitimage" => "<input type="image" src="%s" %s/>",
"button" => "<input type="%s" %s/>",
"image" => "<img src="%s" %s/>",
"tableheader" => "<th%s>%s</th>",
"tableheaderrow" => "<tr%s>%s</tr>",
"tablecell" => "<td%s>%s</td>",
"tablerow" => "<tr%s>%s</tr>",
"block" => "<div%s>%s</div>",
"blockstart" => "<div%s>",
"blockend" => "</div>",
"para" => "<p%s>%s</p>",
"parastart" => "<p%s>",
"label" => "<label for="%s"%s>%s</label>",
"fieldset" => "<fieldset><legend>%s</legend>%s</fieldset>",
"fieldsetstart" => "<fieldset><legend>%s</legend>",
"fieldsetend" => "</fieldset>",
"legend" => "<legend>%s</legend>",
"css" => "<link rel="%s" type="text/css" href="%s" %s/>",
"style" => "<style type="text/css"%s>%s</style>",
"charset" => "<meta http-equiv="Content-Type" content="text/html; charset=%s" />",
"ul" => "<ul%s>%s</ul>",
"ol" => "<ol%s>%s</ol>",
"li" => "<li%s>%s</li>",
"error" => "<div%s>%s</div>"
)
HtmlHelper::$base = "/index.php"
HtmlHelper::$here = "/index.php/products/combination_detail"
HtmlHelper::$params = array(
"pass" => array(),
"named" => array(),
"controller" => "products",
"action" => "combination_detail",
"plugin" => null,
"form" => array(),
"url" => array(
"url" => "products/combination_detail"
),
"bare" => 0,
"webservices" => null,
"models" => array(
"Product",
"Footer"
)
)
HtmlHelper::$action = "combination_detail"
HtmlHelper::$data = NULL
HtmlHelper::$_crumbs = array()
HtmlHelper::$__docTypes = array(
"html4-strict" => "<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">",
"html4-trans" => "<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">",
"html4-frame" => "<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">",
"xhtml-strict" => "<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">",
"xhtml-trans" => "<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">",
"xhtml-frame" => "<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">",
"xhtml11" => "<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">"
)
HtmlHelper::$helpers = NULL
HtmlHelper::$webroot = "/app/webroot/"
HtmlHelper::$themeWeb = NULL
HtmlHelper::$plugin = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
HtmlHelper::$_log = NULL
HtmlHelper::addCrumb()
HtmlHelper::docType()
HtmlHelper::meta()
HtmlHelper::charset()
HtmlHelper::link()
HtmlHelper::css()
HtmlHelper::style()
HtmlHelper::getCrumbs()
HtmlHelper::image()
HtmlHelper::radio()
HtmlHelper::tableHeaders()
HtmlHelper::tableCells()
HtmlHelper::div()
HtmlHelper::para()
HtmlHelper::nestedList()
HtmlHelper::password()
HtmlHelper::textarea()
HtmlHelper::checkbox()
HtmlHelper::hidden()
HtmlHelper::input()
HtmlHelper::tagValue()
HtmlHelper::validate()
HtmlHelper::validateErrors()
HtmlHelper::tagErrorMsg()
HtmlHelper::get__()
HtmlHelper::set__()
HtmlHelper::call__()
HtmlHelper::loadConfig()
HtmlHelper::url()
HtmlHelper::webroot()
HtmlHelper::clean()
HtmlHelper::setFormTag()
HtmlHelper::setEntity()
HtmlHelper::model()
HtmlHelper::modelID()
HtmlHelper::field()
HtmlHelper::tagIsInvalid()
HtmlHelper::domId()
HtmlHelper::value()
HtmlHelper::addClass()
HtmlHelper::output()
HtmlHelper::assign()
HtmlHelper::beforeRender()
HtmlHelper::afterRender()
HtmlHelper::beforeLayout()
HtmlHelper::afterLayout()
HtmlHelper::overload()
HtmlHelper::Object()
HtmlHelper::toString()
HtmlHelper::requestAction()
HtmlHelper::log()
HtmlHelper::cakeError(),
"Javascript" => JavascriptHelper
JavascriptHelper::$__scriptBuffer = NULL
JavascriptHelper::$_blockOptions = array()
JavascriptHelper::$_cachedEvents = array()
JavascriptHelper::$_cacheEvents = false
JavascriptHelper::$_cacheToFile = false
JavascriptHelper::$_cacheAll = false
JavascriptHelper::$_rules = array()
JavascriptHelper::$enabled = true
JavascriptHelper::$safe = false
JavascriptHelper::$tags = array(
"javascriptblock" => "<script type="text/javascript">%s</script>",
"javascriptstart" => "<script type="text/javascript">",
"javascriptlink" => "<script type="text/javascript" src="%s"></script>",
"javascriptend" => "</script>"
)
JavascriptHelper::$helpers = NULL
JavascriptHelper::$base = "/index.php"
JavascriptHelper::$webroot = "/app/webroot/"
JavascriptHelper::$themeWeb = NULL
JavascriptHelper::$here = "/index.php/products/combination_detail"
JavascriptHelper::$params = array(
"pass" => array(),
"named" => array(),
"controller" => "products",
"action" => "combination_detail",
"plugin" => null,
"form" => array(),
"url" => array(
"url" => "products/combination_detail"
),
"bare" => 0,
"webservices" => null,
"models" => array(
"Product",
"Footer"
)
)
JavascriptHelper::$action = "combination_detail"
JavascriptHelper::$plugin = NULL
JavascriptHelper::$data = NULL
JavascriptHelper::$namedArgs = NULL
JavascriptHelper::$argSeparator = NULL
JavascriptHelper::$validationErrors = NULL
JavascriptHelper::$__tainted = NULL
JavascriptHelper::$__cleaned = NULL
JavascriptHelper::$_log = NULL
JavascriptHelper::codeBlock()
JavascriptHelper::blockEnd()
JavascriptHelper::link()
JavascriptHelper::escapeScript()
JavascriptHelper::escapeString()
JavascriptHelper::event()
JavascriptHelper::cacheEvents()
JavascriptHelper::getCache()
JavascriptHelper::writeEvents()
JavascriptHelper::includeScript()
JavascriptHelper::object()
JavascriptHelper::afterRender()
JavascriptHelper::get__()
JavascriptHelper::set__()
JavascriptHelper::call__()
JavascriptHelper::loadConfig()
JavascriptHelper::url()
JavascriptHelper::webroot()
JavascriptHelper::clean()
JavascriptHelper::setFormTag()
JavascriptHelper::setEntity()
JavascriptHelper::model()
JavascriptHelper::modelID()
JavascriptHelper::field()
JavascriptHelper::tagIsInvalid()
JavascriptHelper::domId()
JavascriptHelper::value()
JavascriptHelper::addClass()
JavascriptHelper::output()
JavascriptHelper::assign()
JavascriptHelper::beforeRender()
JavascriptHelper::beforeLayout()
JavascriptHelper::afterLayout()
JavascriptHelper::overload()
JavascriptHelper::toString()
JavascriptHelper::requestAction()
JavascriptHelper::log()
JavascriptHelper::cakeError(),
"Session" => SessionHelper
SessionHelper::$helpers = NULL
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "d7877c5146d4edb4aca5bc928f764217"
SessionHelper::$path = false
SessionHelper::$lastError = NULL
SessionHelper::$security = NULL
SessionHelper::$time = 1220054340
SessionHelper::$sessionTime = false
SessionHelper::$watchKeys = array()
SessionHelper::$id = NULL
SessionHelper::$_log = NULL
SessionHelper::$base = "/index.php"
SessionHelper::$webroot = "/app/webroot/"
SessionHelper::$here = "/index.php/products/combination_detail"
SessionHelper::$params = array(
"pass" => array(),
"named" => array(),
"controller" => "products",
"action" => "combination_detail",
"plugin" => null,
"form" => array(),
"url" => array(
"url" => "products/combination_detail"
),
"bare" => 0,
"webservices" => null,
"models" => array(
"Product",
"Footer"
)
)
SessionHelper::$action = "combination_detail"
SessionHelper::$data = NULL
SessionHelper::$themeWeb = NULL
SessionHelper::$plugin = NULL
SessionHelper::activate()
SessionHelper::read()
SessionHelper::check()
SessionHelper::error()
SessionHelper::flash()
SessionHelper::valid()
SessionHelper::write()
SessionHelper::id()
SessionHelper::start()
SessionHelper::started()
SessionHelper::del()
SessionHelper::watch()
SessionHelper::ignore()
SessionHelper::destroy()
SessionHelper::renew()
SessionHelper::Object()
SessionHelper::toString()
SessionHelper::requestAction()
SessionHelper::log()
SessionHelper::cakeError()
)
$helper = SessionHelper
SessionHelper::$helpers = NULL
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "d7877c5146d4edb4aca5bc928f764217"
SessionHelper::$path = false
SessionHelper::$lastError = NULL
SessionHelper::$security = NULL
SessionHelper::$time = 1220054340
SessionHelper::$sessionTime = false
SessionHelper::$watchKeys = array()
SessionHelper::$id = NULL
SessionHelper::$_log = NULL
SessionHelper::$base = "/index.php"
SessionHelper::$webroot = "/app/webroot/"
SessionHelper::$here = "/index.php/products/combination_detail"
SessionHelper::$params = array(
"pass" => array(),
"named" => array(),
"controller" => "products",
"action" => "combination_detail",
"plugin" => null,
"form" => array(),
"url" => array(
"url" => "products/combination_detail"
),
"bare" => 0,
"webservices" => null,
"models" => array(
"Product",
"Footer"
)
)
SessionHelper::$action = "combination_detail"
SessionHelper::$data = NULL
SessionHelper::$themeWeb = NULL
SessionHelper::$plugin = NULL
SessionHelper::activate()
SessionHelper::read()
SessionHelper::check()
SessionHelper::error()
SessionHelper::flash()
SessionHelper::valid()
SessionHelper::write()
SessionHelper::id()
SessionHelper::start()
SessionHelper::started()
SessionHelper::del()
SessionHelper::watch()
SessionHelper::ignore()
SessionHelper::destroy()
SessionHelper::renew()
SessionHelper::Object()
SessionHelper::toString()
SessionHelper::requestAction()
SessionHelper::log()
SessionHelper::cakeError()
$camelBackedHelper = "session"
$html = HtmlHelper
HtmlHelper::$tags = array(
"meta" => "<meta%s/>",
"metalink" => "<link href="%s"%s/>",
"link" => "<a href="%s"%s>%s</a>",
"mailto" => "<a href="mailto:%s" %s>%s</a>",
"form" => "<form %s>",
"formend" => "</form>",
"input" => "<input name="%s" %s/>",
"textarea" => "<textarea name="%s" %s>%s</textarea>",
"hidden" => "<input type="hidden" name="%s" %s/>",
"checkbox" => "<input type="checkbox" name="%s" %s/>",
"checkboxmultiple" => "<input type="checkbox" name="%s[]"%s />",
"radio" => "<input type="radio" name="%s" id="%s" %s />%s",
"selectstart" => "<select name="%s"%s>",
"selectmultiplestart" => "<select name="%s[]"%s>",
"selectempty" => "<option value=""%s>&nbsp;</option>",
"selectoption" => "<option value="%s"%s>%s</option>",
"selectend" => "</select>",
"optiongroup" => "<optgroup label="%s"%s>",
"optiongroupend" => "</optgroup>",
"checkboxmultiplestart" => "[empty string]",
"checkboxmultipleend" => "[empty string]",
"password" => "<input type="password" name="%s" %s/>",
"file" => "<input type="file" name="%s" %s/>",
"file_no_model" => "<input type="file" name="%s" %s/>",
"submit" => "<input type="submit" %s/>",
"submitimage" => "<input type="image" src="%s" %s/>",
"button" => "<input type="%s" %s/>",
"image" => "<img src="%s" %s/>",
"tableheader" => "<th%s>%s</th>",
"tableheaderrow" => "<tr%s>%s</tr>",
"tablecell" => "<td%s>%s</td>",
"tablerow" => "<tr%s>%s</tr>",
"block" => "<div%s>%s</div>",
"blockstart" => "<div%s>",
"blockend" => "</div>",
"para" => "<p%s>%s</p>",
"parastart" => "<p%s>",
"label" => "<label for="%s"%s>%s</label>",
"fieldset" => "<fieldset><legend>%s</legend>%s</fieldset>",
"fieldsetstart" => "<fieldset><legend>%s</legend>",
"fieldsetend" => "</fieldset>",
"legend" => "<legend>%s</legend>",
"css" => "<link rel="%s" type="text/css" href="%s" %s/>",
"style" => "<style type="text/css"%s>%s</style>",
"charset" => "<meta http-equiv="Content-Type" content="text/html; charset=%s" />",
"ul" => "<ul%s>%s</ul>",
"ol" => "<ol%s>%s</ol>",
"li" => "<li%s>%s</li>",
"error" => "<div%s>%s</div>"
)
HtmlHelper::$base = "/index.php"
HtmlHelper::$here = "/index.php/products/combination_detail"
HtmlHelper::$params = array(
"pass" => array(),
"named" => array(),
"controller" => "products",
"action" => "combination_detail",
"plugin" => null,
"form" => array(),
"url" => array(
"url" => "products/combination_detail"
),
"bare" => 0,
"webservices" => null,
"models" => array(
"Product",
"Footer"
)
)
HtmlHelper::$action = "combination_detail"
HtmlHelper::$data = NULL
HtmlHelper::$_crumbs = array()
HtmlHelper::$__docTypes = array(
"html4-strict" => "<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">",
"html4-trans" => "<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">",
"html4-frame" => "<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">",
"xhtml-strict" => "<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">",
"xhtml-trans" => "<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">",
"xhtml-frame" => "<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">",
"xhtml11" => "<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">"
)
HtmlHelper::$helpers = NULL
HtmlHelper::$webroot = "/app/webroot/"
HtmlHelper::$themeWeb = NULL
HtmlHelper::$plugin = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
HtmlHelper::$_log = NULL
HtmlHelper::addCrumb()
HtmlHelper::docType()
HtmlHelper::meta()
HtmlHelper::charset()
HtmlHelper::link()
HtmlHelper::css()
HtmlHelper::style()
HtmlHelper::getCrumbs()
HtmlHelper::image()
HtmlHelper::radio()
HtmlHelper::tableHeaders()
HtmlHelper::tableCells()
HtmlHelper::div()
HtmlHelper::para()
HtmlHelper::nestedList()
HtmlHelper::password()
HtmlHelper::textarea()
HtmlHelper::checkbox()
HtmlHelper::hidden()
HtmlHelper::input()
HtmlHelper::tagValue()
HtmlHelper::validate()
HtmlHelper::validateErrors()
HtmlHelper::tagErrorMsg()
HtmlHelper::get__()
HtmlHelper::set__()
HtmlHelper::call__()
HtmlHelper::loadConfig()
HtmlHelper::url()
HtmlHelper::webroot()
HtmlHelper::clean()
HtmlHelper::setFormTag()
HtmlHelper::setEntity()
HtmlHelper::model()
HtmlHelper::modelID()
HtmlHelper::field()
HtmlHelper::tagIsInvalid()
HtmlHelper::domId()
HtmlHelper::value()
HtmlHelper::addClass()
HtmlHelper::output()
HtmlHelper::assign()
HtmlHelper::beforeRender()
HtmlHelper::afterRender()
HtmlHelper::beforeLayout()
HtmlHelper::afterLayout()
HtmlHelper::overload()
HtmlHelper::Object()
HtmlHelper::toString()
HtmlHelper::requestAction()
HtmlHelper::log()
HtmlHelper::cakeError()
$javascript = JavascriptHelper
JavascriptHelper::$__scriptBuffer = NULL
JavascriptHelper::$_blockOptions = array()
JavascriptHelper::$_cachedEvents = array()
JavascriptHelper::$_cacheEvents = false
JavascriptHelper::$_cacheToFile = false
JavascriptHelper::$_cacheAll = false
JavascriptHelper::$_rules = array()
JavascriptHelper::$enabled = true
JavascriptHelper::$safe = false
JavascriptHelper::$tags = array(
"javascriptblock" => "<script type="text/javascript">%s</script>",
"javascriptstart" => "<script type="text/javascript">",
"javascriptlink" => "<script type="text/javascript" src="%s"></script>",
"javascriptend" => "</script>"
)
JavascriptHelper::$helpers = NULL
JavascriptHelper::$base = "/index.php"
JavascriptHelper::$webroot = "/app/webroot/"
JavascriptHelper::$themeWeb = NULL
JavascriptHelper::$here = "/index.php/products/combination_detail"
JavascriptHelper::$params = array(
"pass" => array(),
"named" => array(),
"controller" => "products",
"action" => "combination_detail",
"plugin" => null,
"form" => array(),
"url" => array(
"url" => "products/combination_detail"
),
"bare" => 0,
"webservices" => null,
"models" => array(
"Product",
"Footer"
)
)
JavascriptHelper::$action = "combination_detail"
JavascriptHelper::$plugin = NULL
JavascriptHelper::$data = NULL
JavascriptHelper::$namedArgs = NULL
JavascriptHelper::$argSeparator = NULL
JavascriptHelper::$validationErrors = NULL
JavascriptHelper::$__tainted = NULL
JavascriptHelper::$__cleaned = NULL
JavascriptHelper::$_log = NULL
JavascriptHelper::codeBlock()
JavascriptHelper::blockEnd()
JavascriptHelper::link()
JavascriptHelper::escapeScript()
JavascriptHelper::escapeString()
JavascriptHelper::event()
JavascriptHelper::cacheEvents()
JavascriptHelper::getCache()
JavascriptHelper::writeEvents()
JavascriptHelper::includeScript()
JavascriptHelper::object()
JavascriptHelper::afterRender()
JavascriptHelper::get__()
JavascriptHelper::set__()
JavascriptHelper::call__()
JavascriptHelper::loadConfig()
JavascriptHelper::url()
JavascriptHelper::webroot()
JavascriptHelper::clean()
JavascriptHelper::setFormTag()
JavascriptHelper::setEntity()
JavascriptHelper::model()
JavascriptHelper::modelID()
JavascriptHelper::field()
JavascriptHelper::tagIsInvalid()
JavascriptHelper::domId()
JavascriptHelper::value()
JavascriptHelper::addClass()
JavascriptHelper::output()
JavascriptHelper::assign()
JavascriptHelper::beforeRender()
JavascriptHelper::beforeLayout()
JavascriptHelper::afterLayout()
JavascriptHelper::overload()
JavascriptHelper::toString()
JavascriptHelper::requestAction()
JavascriptHelper::log()
JavascriptHelper::cakeError()
$session = SessionHelper
SessionHelper::$helpers = NULL
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "d7877c5146d4edb4aca5bc928f764217"
SessionHelper::$path = false
SessionHelper::$lastError = NULL
SessionHelper::$security = NULL
SessionHelper::$time = 1220054340
SessionHelper::$sessionTime = false
SessionHelper::$watchKeys = array()
SessionHelper::$id = NULL
SessionHelper::$_log = NULL
SessionHelper::$base = "/index.php"
SessionHelper::$webroot = "/app/webroot/"
SessionHelper::$here = "/index.php/products/combination_detail"
SessionHelper::$params = array(
"pass" => array(),
"named" => array(),
"controller" => "products",
"action" => "combination_detail",
"plugin" => null,
"form" => array(),
"url" => array(
"url" => "products/combination_detail"
),
"bare" => 0,
"webservices" => null,
"models" => array(
"Product",
"Footer"
)
)
SessionHelper::$action = "combination_detail"
SessionHelper::$data = NULL
SessionHelper::$themeWeb = NULL
SessionHelper::$plugin = NULL
SessionHelper::activate()
SessionHelper::read()
SessionHelper::check()
SessionHelper::error()
SessionHelper::flash()
SessionHelper::valid()
SessionHelper::write()
SessionHelper::id()
SessionHelper::start()
SessionHelper::started()
SessionHelper::del()
SessionHelper::watch()
SessionHelper::ignore()
SessionHelper::destroy()
SessionHelper::renew()
SessionHelper::Object()
SessionHelper::toString()
SessionHelper::requestAction()
SessionHelper::log()
SessionHelper::cakeError()
$footer = array(
"Footer" => array(
"id" => "2",
"footer_name" => "kroeger_footer",
"col1_title" => "Health Tips",
"col1" => "<p>Garlic sweeps through the body as a natural cleanser and tonic with no side effects. It maintains a healing factor in the bloodstream for up to 10 hours and doesn't destroy the body's friendly bacteria.</p>",
"col1_link" => "http://www.kroegerherb.com/index.php/products/books/#2377",
"col2_title" => "Featured Product: Complete Concentrates®",
"col2" => "<p>The only all-natural, standardized herb in a capsule.&nbsp; Complete
Concentrates&reg; bridges the gap between traditional and standardized
herbs with the potency doctors prefer and the purity herbalists love.</p>",
"col2_link" => "http://www.kroegerherb.com/index.php/products/concentrates",
"col3_title" => "[empty string]",
"col3" => "[empty string]",
"col3_link" => "[empty string]",
"created" => "0000-00-00 00:00:00",
"modified" => "2008-07-14 17:04:44"
)
)
$logged_in = false</pre><div id="CakeErrorCode7" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000"> Click the links below to skip to any product.</span></code>
<code><span style="color: #000000"> <hr noshade /></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?</span><span style="color: #007700">foreach (</span><span style="color: #0000BB">$products </span><span style="color: #007700">as </span><span style="color: #0000BB">$product</span><span style="color: #007700">) {</span><span style="color: #0000BB">?></span></span></code></span>
</pre></div><pre>include - APP/views/products/combination_detail.ctp, line 15
View::_render() - CORE/cake/libs/view/view.php, line 648
View::render() - CORE/cake/libs/view/view.php, line 336
Controller::render() - CORE/cake/libs/controller/controller.php, line 712
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 272
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 240
require - APP/webroot/index.php, line 84
[main] - CORE/index.php, line 63</pre></div>
<pre class="cake-debug">
<a href='javascript:void(0);' onclick='document.getElementById("CakeStackTrace8").style.display = (document.getElementById("CakeStackTrace8").style.display == "none" ? "" : "none")'><b>Warning</b> (2)</a>: Invalid argument supplied for foreach() [<b>APP/views/products/combination_detail.ctp</b>, line <b>15</b>]
</pre>
<div id="CakeStackTrace8" class="cake-stack-trace" style="display: none;"><a href='javascript:void(0);' onclick='document.getElementById("CakeErrorCode8").style.display = (document.getElementById("CakeErrorCode8").style.display == "none" ? "" : "none")'>Code</a> | <a href='javascript:void(0);' onclick='document.getElementById("CakeErrorContext8").style.display = (document.getElementById("CakeErrorContext8").style.display == "none" ? "" : "none")'>Context</a><pre id="CakeErrorContext8" class="cake-context" style="display: none;">$this = View
View::$base = "/index.php"
View::$here = "/index.php/products/combination_detail"
View::$plugin = NULL
View::$name = "Products"
View::$action = "combination_detail"
View::$params = array(
"pass" => array(),
"named" => array(),
"controller" => "products",
"action" => "combination_detail",
"plugin" => null,
"form" => array(),
"url" => array(
"url" => "products/combination_detail"
),
"bare" => 0,
"webservices" => null,
"models" => array(
"Product",
"Footer"
)
)
View::$passedArgs = array()
View::$data = NULL
View::$helpers = array(
"Html",
"Javascript"
)
View::$viewPath = "products"
View::$viewVars = array(
"footer" => array(
"Footer" => array(
"id" => "2",
"footer_name" => "kroeger_footer",
"col1_title" => "Health Tips",
"col1" => "<p>Garlic sweeps through the body as a natural cleanser and tonic with no side effects. It maintains a healing factor in the bloodstream for up to 10 hours and doesn't destroy the body's friendly bacteria.</p>",
"col1_link" => "http://www.kroegerherb.com/index.php/products/books/#2377",
"col2_title" => "Featured Product: Complete Concentrates®",
"col2" => "<p>The only all-natural, standardized herb in a capsule.&nbsp; Complete
Concentrates&reg; bridges the gap between traditional and standardized
herbs with the potency doctors prefer and the purity herbalists love.</p>",
"col2_link" => "http://www.kroegerherb.com/index.php/products/concentrates",
"col3_title" => "[empty string]",
"col3" => "[empty string]",
"col3_link" => "[empty string]",
"created" => "0000-00-00 00:00:00",
"modified" => "2008-07-14 17:04:44"
)
),
"logged_in" => false
)
View::$layout = "default"
View::$layoutPath = NULL
View::$pageTitle = false
View::$autoRender = true
View::$autoLayout = true
View::$ext = ".ctp"
View::$subDir = NULL
View::$themeWeb = NULL
View::$cacheAction = false
View::$validationErrors = array()
View::$hasRendered = false
View::$loaded = array(
"html" => HtmlHelper
HtmlHelper::$tags = array(
"meta" => "<meta%s/>",
"metalink" => "<link href="%s"%s/>",
"link" => "<a href="%s"%s>%s</a>",
"mailto" => "<a href="mailto:%s" %s>%s</a>",
"form" => "<form %s>",
"formend" => "</form>",
"input" => "<input name="%s" %s/>",
"textarea" => "<textarea name="%s" %s>%s</textarea>",
"hidden" => "<input type="hidden" name="%s" %s/>",
"checkbox" => "<input type="checkbox" name="%s" %s/>",
"checkboxmultiple" => "<input type="checkbox" name="%s[]"%s />",
"radio" => "<input type="radio" name="%s" id="%s" %s />%s",
"selectstart" => "<select name="%s"%s>",
"selectmultiplestart" => "<select name="%s[]"%s>",
"selectempty" => "<option value=""%s>&nbsp;</option>",
"selectoption" => "<option value="%s"%s>%s</option>",
"selectend" => "</select>",
"optiongroup" => "<optgroup label="%s"%s>",
"optiongroupend" => "</optgroup>",
"checkboxmultiplestart" => "[empty string]",
"checkboxmultipleend" => "[empty string]",
"password" => "<input type="password" name="%s" %s/>",
"file" => "<input type="file" name="%s" %s/>",
"file_no_model" => "<input type="file" name="%s" %s/>",
"submit" => "<input type="submit" %s/>",
"submitimage" => "<input type="image" src="%s" %s/>",
"button" => "<input type="%s" %s/>",
"image" => "<img src="%s" %s/>",
"tableheader" => "<th%s>%s</th>",
"tableheaderrow" => "<tr%s>%s</tr>",
"tablecell" => "<td%s>%s</td>",
"tablerow" => "<tr%s>%s</tr>",
"block" => "<div%s>%s</div>",
"blockstart" => "<div%s>",
"blockend" => "</div>",
"para" => "<p%s>%s</p>",
"parastart" => "<p%s>",
"label" => "<label for="%s"%s>%s</label>",
"fieldset" => "<fieldset><legend>%s</legend>%s</fieldset>",
"fieldsetstart" => "<fieldset><legend>%s</legend>",
"fieldsetend" => "</fieldset>",
"legend" => "<legend>%s</legend>",
"css" => "<link rel="%s" type="text/css" href="%s" %s/>",
"style" => "<style type="text/css"%s>%s</style>",
"charset" => "<meta http-equiv="Content-Type" content="text/html; charset=%s" />",
"ul" => "<ul%s>%s</ul>",
"ol" => "<ol%s>%s</ol>",
"li" => "<li%s>%s</li>",
"error" => "<div%s>%s</div>"
)
HtmlHelper::$base = "/index.php"
HtmlHelper::$here = "/index.php/products/combination_detail"
HtmlHelper::$params = array(
"pass" => array(),
"named" => array(),
"controller" => "products",
"action" => "combination_detail",
"plugin" => null,
"form" => array(),
"url" => array(
"url" => "products/combination_detail"
),
"bare" => 0,
"webservices" => null,
"models" => array(
"Product",
"Footer"
)
)
HtmlHelper::$action = "combination_detail"
HtmlHelper::$data = NULL
HtmlHelper::$_crumbs = array()
HtmlHelper::$__docTypes = array(
"html4-strict" => "<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">",
"html4-trans" => "<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">",
"html4-frame" => "<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">",
"xhtml-strict" => "<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">",
"xhtml-trans" => "<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">",
"xhtml-frame" => "<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">",
"xhtml11" => "<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">"
)
HtmlHelper::$helpers = NULL
HtmlHelper::$webroot = "/app/webroot/"
HtmlHelper::$themeWeb = NULL
HtmlHelper::$plugin = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
HtmlHelper::$_log = NULL
HtmlHelper::addCrumb()
HtmlHelper::docType()
HtmlHelper::meta()
HtmlHelper::charset()
HtmlHelper::link()
HtmlHelper::css()
HtmlHelper::style()
HtmlHelper::getCrumbs()
HtmlHelper::image()
HtmlHelper::radio()
HtmlHelper::tableHeaders()
HtmlHelper::tableCells()
HtmlHelper::div()
HtmlHelper::para()
HtmlHelper::nestedList()
HtmlHelper::password()
HtmlHelper::textarea()
HtmlHelper::checkbox()
HtmlHelper::hidden()
HtmlHelper::input()
HtmlHelper::tagValue()
HtmlHelper::validate()
HtmlHelper::validateErrors()
HtmlHelper::tagErrorMsg()
HtmlHelper::get__()
HtmlHelper::set__()
HtmlHelper::call__()
HtmlHelper::loadConfig()
HtmlHelper::url()
HtmlHelper::webroot()
HtmlHelper::clean()
HtmlHelper::setFormTag()
HtmlHelper::setEntity()
HtmlHelper::model()
HtmlHelper::modelID()
HtmlHelper::field()
HtmlHelper::tagIsInvalid()
HtmlHelper::domId()
HtmlHelper::value()
HtmlHelper::addClass()
HtmlHelper::output()
HtmlHelper::assign()
HtmlHelper::beforeRender()
HtmlHelper::afterRender()
HtmlHelper::beforeLayout()
HtmlHelper::afterLayout()
HtmlHelper::overload()
HtmlHelper::Object()
HtmlHelper::toString()
HtmlHelper::requestAction()
HtmlHelper::log()
HtmlHelper::cakeError(),
"javascript" => JavascriptHelper
JavascriptHelper::$__scriptBuffer = NULL
JavascriptHelper::$_blockOptions = array()
JavascriptHelper::$_cachedEvents = array()
JavascriptHelper::$_cacheEvents = false
JavascriptHelper::$_cacheToFile = false
JavascriptHelper::$_cacheAll = false
JavascriptHelper::$_rules = array()
JavascriptHelper::$enabled = true
JavascriptHelper::$safe = false
JavascriptHelper::$tags = array(
"javascriptblock" => "<script type="text/javascript">%s</script>",
"javascriptstart" => "<script type="text/javascript">",
"javascriptlink" => "<script type="text/javascript" src="%s"></script>",
"javascriptend" => "</script>"
)
JavascriptHelper::$helpers = NULL
JavascriptHelper::$base = "/index.php"
JavascriptHelper::$webroot = "/app/webroot/"
JavascriptHelper::$themeWeb = NULL
JavascriptHelper::$here = "/index.php/products/combination_detail"
JavascriptHelper::$params = array(
"pass" => array(),
"named" => array(),
"controller" => "products",
"action" => "combination_detail",
"plugin" => null,
"form" => array(),
"url" => array(
"url" => "products/combination_detail"
),
"bare" => 0,
"webservices" => null,
"models" => array(
"Product",
"Footer"
)
)
JavascriptHelper::$action = "combination_detail"
JavascriptHelper::$plugin = NULL
JavascriptHelper::$data = NULL
JavascriptHelper::$namedArgs = NULL
JavascriptHelper::$argSeparator = NULL
JavascriptHelper::$validationErrors = NULL
JavascriptHelper::$__tainted = NULL
JavascriptHelper::$__cleaned = NULL
JavascriptHelper::$_log = NULL
JavascriptHelper::codeBlock()
JavascriptHelper::blockEnd()
JavascriptHelper::link()
JavascriptHelper::escapeScript()
JavascriptHelper::escapeString()
JavascriptHelper::event()
JavascriptHelper::cacheEvents()
JavascriptHelper::getCache()
JavascriptHelper::writeEvents()
JavascriptHelper::includeScript()
JavascriptHelper::object()
JavascriptHelper::afterRender()
JavascriptHelper::get__()
JavascriptHelper::set__()
JavascriptHelper::call__()
JavascriptHelper::loadConfig()
JavascriptHelper::url()
JavascriptHelper::webroot()
JavascriptHelper::clean()
JavascriptHelper::setFormTag()
JavascriptHelper::setEntity()
JavascriptHelper::model()
JavascriptHelper::modelID()
JavascriptHelper::field()
JavascriptHelper::tagIsInvalid()
JavascriptHelper::domId()
JavascriptHelper::value()
JavascriptHelper::addClass()
JavascriptHelper::output()
JavascriptHelper::assign()
JavascriptHelper::beforeRender()
JavascriptHelper::beforeLayout()
JavascriptHelper::afterLayout()
JavascriptHelper::overload()
JavascriptHelper::toString()
JavascriptHelper::requestAction()
JavascriptHelper::log()
JavascriptHelper::cakeError(),
"session" => SessionHelper
SessionHelper::$helpers = NULL
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "d7877c5146d4edb4aca5bc928f764217"
SessionHelper::$path = false
SessionHelper::$lastError = NULL
SessionHelper::$security = NULL
SessionHelper::$time = 1220054340
SessionHelper::$sessionTime = false
SessionHelper::$watchKeys = array()
SessionHelper::$id = NULL
SessionHelper::$_log = NULL
SessionHelper::$base = "/index.php"
SessionHelper::$webroot = "/app/webroot/"
SessionHelper::$here = "/index.php/products/combination_detail"
SessionHelper::$params = array(
"pass" => array(),
"named" => array(),
"controller" => "products",
"action" => "combination_detail",
"plugin" => null,
"form" => array(),
"url" => array(
"url" => "products/combination_detail"
),
"bare" => 0,
"webservices" => null,
"models" => array(
"Product",
"Footer"
)
)
SessionHelper::$action = "combination_detail"
SessionHelper::$data = NULL
SessionHelper::$themeWeb = NULL
SessionHelper::$plugin = NULL
SessionHelper::activate()
SessionHelper::read()
SessionHelper::check()
SessionHelper::error()
SessionHelper::flash()
SessionHelper::valid()
SessionHelper::write()
SessionHelper::id()
SessionHelper::start()
SessionHelper::started()
SessionHelper::del()
SessionHelper::watch()
SessionHelper::ignore()
SessionHelper::destroy()
SessionHelper::renew()
SessionHelper::Object()
SessionHelper::toString()
SessionHelper::requestAction()
SessionHelper::log()
SessionHelper::cakeError()
)
View::$modelScope = false
View::$model = NULL
View::$association = NULL
View::$field = NULL
View::$fieldSuffix = NULL
View::$modelId = NULL
View::$uuids = array()
View::$__passedVars = array(
"viewVars",
"action",
"autoLayout",
"autoRender",
"ext",
"base",
"webroot",
"helpers",
"here",
"layout",
"name",
"pageTitle",
"layoutPath",
"viewPath",
"params",
"data",
"webservices",
"plugin",
"passedArgs",
"cacheAction"
)
View::$__scripts = array()
View::$__paths = array(
"/home/kroeger/public_html/app/views/",
"/home/kroeger/public_html/cake/libs/view/"
)
View::$_log = NULL
View::$webroot = "/app/webroot/"
View::$webservices = NULL
View::element()
View::render()
View::renderElement()
View::renderLayout()
View::renderCache()
View::getVars()
View::getVar()
View::addScript()
View::uuid()
View::entity()
View::set()
View::error()
View::Object()
View::toString()
View::requestAction()
View::log()
View::cakeError()
$___viewFn = "/home/kroeger/public_html/app/views/products/combination_detail.ctp"
$___dataForView = array(
"footer" => array(
"Footer" => array(
"id" => "2",
"footer_name" => "kroeger_footer",
"col1_title" => "Health Tips",
"col1" => "<p>Garlic sweeps through the body as a natural cleanser and tonic with no side effects. It maintains a healing factor in the bloodstream for up to 10 hours and doesn't destroy the body's friendly bacteria.</p>",
"col1_link" => "http://www.kroegerherb.com/index.php/products/books/#2377",
"col2_title" => "Featured Product: Complete Concentrates®",
"col2" => "<p>The only all-natural, standardized herb in a capsule.&nbsp; Complete
Concentrates&reg; bridges the gap between traditional and standardized
herbs with the potency doctors prefer and the purity herbalists love.</p>",
"col2_link" => "http://www.kroegerherb.com/index.php/products/concentrates",
"col3_title" => "[empty string]",
"col3" => "[empty string]",
"col3_link" => "[empty string]",
"created" => "0000-00-00 00:00:00",
"modified" => "2008-07-14 17:04:44"
)
),
"logged_in" => false
)
$loadHelpers = true
$cached = false
$loadedHelpers = array(
"Html" => HtmlHelper
HtmlHelper::$tags = array(
"meta" => "<meta%s/>",
"metalink" => "<link href="%s"%s/>",
"link" => "<a href="%s"%s>%s</a>",
"mailto" => "<a href="mailto:%s" %s>%s</a>",
"form" => "<form %s>",
"formend" => "</form>",
"input" => "<input name="%s" %s/>",
"textarea" => "<textarea name="%s" %s>%s</textarea>",
"hidden" => "<input type="hidden" name="%s" %s/>",
"checkbox" => "<input type="checkbox" name="%s" %s/>",
"checkboxmultiple" => "<input type="checkbox" name="%s[]"%s />",
"radio" => "<input type="radio" name="%s" id="%s" %s />%s",
"selectstart" => "<select name="%s"%s>",
"selectmultiplestart" => "<select name="%s[]"%s>",
"selectempty" => "<option value=""%s>&nbsp;</option>",
"selectoption" => "<option value="%s"%s>%s</option>",
"selectend" => "</select>",
"optiongroup" => "<optgroup label="%s"%s>",
"optiongroupend" => "</optgroup>",
"checkboxmultiplestart" => "[empty string]",
"checkboxmultipleend" => "[empty string]",
"password" => "<input type="password" name="%s" %s/>",
"file" => "<input type="file" name="%s" %s/>",
"file_no_model" => "<input type="file" name="%s" %s/>",
"submit" => "<input type="submit" %s/>",
"submitimage" => "<input type="image" src="%s" %s/>",
"button" => "<input type="%s" %s/>",
"image" => "<img src="%s" %s/>",
"tableheader" => "<th%s>%s</th>",
"tableheaderrow" => "<tr%s>%s</tr>",
"tablecell" => "<td%s>%s</td>",
"tablerow" => "<tr%s>%s</tr>",
"block" => "<div%s>%s</div>",
"blockstart" => "<div%s>",
"blockend" => "</div>",
"para" => "<p%s>%s</p>",
"parastart" => "<p%s>",
"label" => "<label for="%s"%s>%s</label>",
"fieldset" => "<fieldset><legend>%s</legend>%s</fieldset>",
"fieldsetstart" => "<fieldset><legend>%s</legend>",
"fieldsetend" => "</fieldset>",
"legend" => "<legend>%s</legend>",
"css" => "<link rel="%s" type="text/css" href="%s" %s/>",
"style" => "<style type="text/css"%s>%s</style>",
"charset" => "<meta http-equiv="Content-Type" content="text/html; charset=%s" />",
"ul" => "<ul%s>%s</ul>",
"ol" => "<ol%s>%s</ol>",
"li" => "<li%s>%s</li>",
"error" => "<div%s>%s</div>"
)
HtmlHelper::$base = "/index.php"
HtmlHelper::$here = "/index.php/products/combination_detail"
HtmlHelper::$params = array(
"pass" => array(),
"named" => array(),
"controller" => "products",
"action" => "combination_detail",
"plugin" => null,
"form" => array(),
"url" => array(
"url" => "products/combination_detail"
),
"bare" => 0,
"webservices" => null,
"models" => array(
"Product",
"Footer"
)
)
HtmlHelper::$action = "combination_detail"
HtmlHelper::$data = NULL
HtmlHelper::$_crumbs = array()
HtmlHelper::$__docTypes = array(
"html4-strict" => "<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">",
"html4-trans" => "<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">",
"html4-frame" => "<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">",
"xhtml-strict" => "<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">",
"xhtml-trans" => "<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">",
"xhtml-frame" => "<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">",
"xhtml11" => "<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">"
)
HtmlHelper::$helpers = NULL
HtmlHelper::$webroot = "/app/webroot/"
HtmlHelper::$themeWeb = NULL
HtmlHelper::$plugin = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
HtmlHelper::$_log = NULL
HtmlHelper::addCrumb()
HtmlHelper::docType()
HtmlHelper::meta()
HtmlHelper::charset()
HtmlHelper::link()
HtmlHelper::css()
HtmlHelper::style()
HtmlHelper::getCrumbs()
HtmlHelper::image()
HtmlHelper::radio()
HtmlHelper::tableHeaders()
HtmlHelper::tableCells()
HtmlHelper::div()
HtmlHelper::para()
HtmlHelper::nestedList()
HtmlHelper::password()
HtmlHelper::textarea()
HtmlHelper::checkbox()
HtmlHelper::hidden()
HtmlHelper::input()
HtmlHelper::tagValue()
HtmlHelper::validate()
HtmlHelper::validateErrors()
HtmlHelper::tagErrorMsg()
HtmlHelper::get__()
HtmlHelper::set__()
HtmlHelper::call__()
HtmlHelper::loadConfig()
HtmlHelper::url()
HtmlHelper::webroot()
HtmlHelper::clean()
HtmlHelper::setFormTag()
HtmlHelper::setEntity()
HtmlHelper::model()
HtmlHelper::modelID()
HtmlHelper::field()
HtmlHelper::tagIsInvalid()
HtmlHelper::domId()
HtmlHelper::value()
HtmlHelper::addClass()
HtmlHelper::output()
HtmlHelper::assign()
HtmlHelper::beforeRender()
HtmlHelper::afterRender()
HtmlHelper::beforeLayout()
HtmlHelper::afterLayout()
HtmlHelper::overload()
HtmlHelper::Object()
HtmlHelper::toString()
HtmlHelper::requestAction()
HtmlHelper::log()
HtmlHelper::cakeError(),
"Javascript" => JavascriptHelper
JavascriptHelper::$__scriptBuffer = NULL
JavascriptHelper::$_blockOptions = array()
JavascriptHelper::$_cachedEvents = array()
JavascriptHelper::$_cacheEvents = false
JavascriptHelper::$_cacheToFile = false
JavascriptHelper::$_cacheAll = false
JavascriptHelper::$_rules = array()
JavascriptHelper::$enabled = true
JavascriptHelper::$safe = false
JavascriptHelper::$tags = array(
"javascriptblock" => "<script type="text/javascript">%s</script>",
"javascriptstart" => "<script type="text/javascript">",
"javascriptlink" => "<script type="text/javascript" src="%s"></script>",
"javascriptend" => "</script>"
)
JavascriptHelper::$helpers = NULL
JavascriptHelper::$base = "/index.php"
JavascriptHelper::$webroot = "/app/webroot/"
JavascriptHelper::$themeWeb = NULL
JavascriptHelper::$here = "/index.php/products/combination_detail"
JavascriptHelper::$params = array(
"pass" => array(),
"named" => array(),
"controller" => "products",
"action" => "combination_detail",
"plugin" => null,
"form" => array(),
"url" => array(
"url" => "products/combination_detail"
),
"bare" => 0,
"webservices" => null,
"models" => array(
"Product",
"Footer"
)
)
JavascriptHelper::$action = "combination_detail"
JavascriptHelper::$plugin = NULL
JavascriptHelper::$data = NULL
JavascriptHelper::$namedArgs = NULL
JavascriptHelper::$argSeparator = NULL
JavascriptHelper::$validationErrors = NULL
JavascriptHelper::$__tainted = NULL
JavascriptHelper::$__cleaned = NULL
JavascriptHelper::$_log = NULL
JavascriptHelper::codeBlock()
JavascriptHelper::blockEnd()
JavascriptHelper::link()
JavascriptHelper::escapeScript()
JavascriptHelper::escapeString()
JavascriptHelper::event()
JavascriptHelper::cacheEvents()
JavascriptHelper::getCache()
JavascriptHelper::writeEvents()
JavascriptHelper::includeScript()
JavascriptHelper::object()
JavascriptHelper::afterRender()
JavascriptHelper::get__()
JavascriptHelper::set__()
JavascriptHelper::call__()
JavascriptHelper::loadConfig()
JavascriptHelper::url()
JavascriptHelper::webroot()
JavascriptHelper::clean()
JavascriptHelper::setFormTag()
JavascriptHelper::setEntity()
JavascriptHelper::model()
JavascriptHelper::modelID()
JavascriptHelper::field()
JavascriptHelper::tagIsInvalid()
JavascriptHelper::domId()
JavascriptHelper::value()
JavascriptHelper::addClass()
JavascriptHelper::output()
JavascriptHelper::assign()
JavascriptHelper::beforeRender()
JavascriptHelper::beforeLayout()
JavascriptHelper::afterLayout()
JavascriptHelper::overload()
JavascriptHelper::toString()
JavascriptHelper::requestAction()
JavascriptHelper::log()
JavascriptHelper::cakeError(),
"Session" => SessionHelper
SessionHelper::$helpers = NULL
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "d7877c5146d4edb4aca5bc928f764217"
SessionHelper::$path = false
SessionHelper::$lastError = NULL
SessionHelper::$security = NULL
SessionHelper::$time = 1220054340
SessionHelper::$sessionTime = false
SessionHelper::$watchKeys = array()
SessionHelper::$id = NULL
SessionHelper::$_log = NULL
SessionHelper::$base = "/index.php"
SessionHelper::$webroot = "/app/webroot/"
SessionHelper::$here = "/index.php/products/combination_detail"
SessionHelper::$params = array(
"pass" => array(),
"named" => array(),
"controller" => "products",
"action" => "combination_detail",
"plugin" => null,
"form" => array(),
"url" => array(
"url" => "products/combination_detail"
),
"bare" => 0,
"webservices" => null,
"models" => array(
"Product",
"Footer"
)
)
SessionHelper::$action = "combination_detail"
SessionHelper::$data = NULL
SessionHelper::$themeWeb = NULL
SessionHelper::$plugin = NULL
SessionHelper::activate()
SessionHelper::read()
SessionHelper::check()
SessionHelper::error()
SessionHelper::flash()
SessionHelper::valid()
SessionHelper::write()
SessionHelper::id()
SessionHelper::start()
SessionHelper::started()
SessionHelper::del()
SessionHelper::watch()
SessionHelper::ignore()
SessionHelper::destroy()
SessionHelper::renew()
SessionHelper::Object()
SessionHelper::toString()
SessionHelper::requestAction()
SessionHelper::log()
SessionHelper::cakeError()
)
$helper = SessionHelper
SessionHelper::$helpers = NULL
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "d7877c5146d4edb4aca5bc928f764217"
SessionHelper::$path = false
SessionHelper::$lastError = NULL
SessionHelper::$security = NULL
SessionHelper::$time = 1220054340
SessionHelper::$sessionTime = false
SessionHelper::$watchKeys = array()
SessionHelper::$id = NULL
SessionHelper::$_log = NULL
SessionHelper::$base = "/index.php"
SessionHelper::$webroot = "/app/webroot/"
SessionHelper::$here = "/index.php/products/combination_detail"
SessionHelper::$params = array(
"pass" => array(),
"named" => array(),
"controller" => "products",
"action" => "combination_detail",
"plugin" => null,
"form" => array(),
"url" => array(
"url" => "products/combination_detail"
),