public function isAdmin($user) { $adminRole = Configure::read('AuthRoles.admin');return $user['access_level'] >= $adminRole;
$user = null
$adminRole = (int) 90
User::isAdmin() - APP/Model/User.php, line 65
AppController::beforeFilter() - APP/Controller/AppController.php, line 73
RecipesController::beforeFilter() - APP/Controller/RecipesController.php, line 23
CakeEventManager::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Event/CakeEventManager.php, line 243
Controller::startupProcess() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 677
Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 189
Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 112
Notice (8): Trying to access array offset on value of type null [APP/Model/User.php, line 70]
public function isEditor($user) { $editorRole = Configure::read('AuthRoles.editor');return $user['access_level'] >= $editorRole;
$user = null
$editorRole = (int) 60
User::isEditor() - APP/Model/User.php, line 70
AppController::beforeFilter() - APP/Controller/AppController.php, line 74
RecipesController::beforeFilter() - APP/Controller/RecipesController.php, line 23
CakeEventManager::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Event/CakeEventManager.php, line 243
Controller::startupProcess() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 677
Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 189
Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 112
Notice (8): Trying to access array offset on value of type null [APP/Model/User.php, line 70]
public function isEditor($user) { $editorRole = Configure::read('AuthRoles.editor');return $user['access_level'] >= $editorRole;
$user = null
$editorRole = (int) 60
User::isEditor() - APP/Model/User.php, line 70
RecipesController::view() - APP/Controller/RecipesController.php, line 145
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 491
Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 112
Notice (8): compact() [function.compact]: Undefined variable: etagMatches [APP/Vendor/cakephp/cakephp/lib/Cake/Network/CakeResponse.php, line 1171]
compact - [internal], line ??
CakeResponse::checkNotModified() - APP/Vendor/cakephp/cakephp/lib/Cake/Network/CakeResponse.php, line 1171
RequestHandlerComponent::beforeRender() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Component/RequestHandlerComponent.php, line 285
ObjectCollection::trigger() - APP/Vendor/cakephp/cakephp/lib/Cake/Utility/ObjectCollection.php, line 128
CakeEventManager::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Event/CakeEventManager.php, line 243
Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 936
Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 112
Notice (8): compact() [function.compact]: Undefined variable: timeMatches [APP/Vendor/cakephp/cakephp/lib/Cake/Network/CakeResponse.php, line 1171]
compact - [internal], line ??
CakeResponse::checkNotModified() - APP/Vendor/cakephp/cakephp/lib/Cake/Network/CakeResponse.php, line 1171
RequestHandlerComponent::beforeRender() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Component/RequestHandlerComponent.php, line 285
ObjectCollection::trigger() - APP/Vendor/cakephp/cakephp/lib/Cake/Utility/ObjectCollection.php, line 128
CakeEventManager::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Event/CakeEventManager.php, line 243
Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 936
Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 112
Notice (8): compact() [function.compact]: Undefined variable: subject [APP/Vendor/cakephp/cakephp/lib/Cake/Utility/ObjectCollection.php, line 128]
$callback = 'afterRenderFile'
$params = array(
(int) 0 => '/home/amcguire/mcguireclan.org/phprecipebook/View/Recipes/view.ctp',
(int) 1 => '<script type="text/javascript">
$(function() {
$('#qtipSource').qtip({ // Grab some elements to apply the tooltip to
content: {
text: $('#qtipSourceData').html()
},
style: { classes: 'qtip-dark' }
});
$('#viewRefresh').click(function() {
var newServings = $('#viewServings').val();
ajaxNavigate("recipes/view/165/" + newServings);
return false;
})
$('#doubleRefresh').click(function() {
var newServings = $('#viewServings').val() * 2;
ajaxNavigate("recipes/view/165/" + newServings);
return false;
})
$('.rateit').rateit();
});
function loadImage(imageUrl, caption) {
$('#selectedRecipeImage img').attr('src', imageUrl).attr('title', caption);
return false;
}
</script>
<div class="recipes view">
<h2>Chicken Marinade</h2>
<div class="rateit"
data-rateit-value="0"
title="0 out of 5 stars"
data-rateit-ispreset="true"
data-rateit-readonly="true">
</div>
<a href="/phprecipebook/reviews/index/165">0 Review(s)</a> <div class="actions">
<ul>
<li><a href="#" onclick="window.print();">Print</a></li>
</ul>
<div style="display: none;">
<ul id="moreActionLinksContent">
<li><a href="/phprecipebook/import" class="ajaxNavigation">Import</a> </li>
<li><a href="/phprecipebook/export/edit" class="ajaxNavigation">Export</a> </li>
</ul>
</div>
</div>
<dl class="float50Section">
<dt>Ethnicity</dt>
<dd>
American
</dd>
<dt>Base Type</dt>
<dd>
Other
</dd>
<dt>Course</dt>
<dd>
Entree
</dd>
<dt>Preparation Time</dt>
<dd>
1-10 Minutes
</dd>
<dt>Difficulty</dt>
<dd>
Easy
</dd>
<dt>Serving Size</dt>
<dd>
<input type="text" id="viewServings" value="4"/>
<a id="viewRefresh" href="#">Refresh</a> /
<a id="doubleRefresh" href="#">Double it</a>
</dd>
</dl>
<dl class="float50Section">
<dt>Comments</dt>
<dd>
</dd>
<dt>Source</dt>
<dd>
<a href="#" onclick="return false;" id="qtipSource"></a>
<div id="qtipSourceData" class="hide">
</div>
</dd>
<dt>Source Description</dt>
<dd>
</dd>
<dt>Last Modified</dt>
<dd>
2011-01-15
</dd>
<dt>User</dt>
<dd>
Joyce McGuire </dd>
</dl>
<div class="clear"/><br/>
<hr/>
<br/>
<div style="width: 100%;"> <b>Ingredients</b>
<pre>
<div class='ingredientViewItem'><div class='ingredientViewQuantity'>1 c</div> water <i></i></div><br/><div class='ingredientViewItem'><div class='ingredientViewQuantity'>3 T</div> lime juice <i></i></div><br/><div class='ingredientViewItem'><div class='ingredientViewQuantity'>2 T</div> soy sauce <i></i></div><br/><div class='ingredientViewItem'><div class='ingredientViewQuantity'>1/2 T</div> worcestershire sauce <i></i></div><br/><div class='ingredientViewItem'><div class='ingredientViewQuantity'>2 ea</div>boneless, skinless chicken breast <i></i></div><br/> </pre>
</div>
<div class="float50Section" id="imagePreview">
</div>
<div class="clear"/><br/>
<div style="width: 100%;">
<b>Directions</b>
<pre>Combine in a medium bowl and stir. Add 2 chicken breasts or other pieces and marinate in refrigerator for a few hours or overnight.
To make extra good, sprinkle Cajun spice blend over before grilling chicken.</pre>
</div>
<div class="clear"/><br/>
<div class="relatedRecipe">
<span>
<a href="/phprecipebook/recipes/view/163" class="ajaxNavigationLink">Cajun Spice Blend </a> (optional)
</span>
<div class="float50Section">
<b>Ingredients</b>
<pre><div class='ingredientViewItem'><div class='ingredientViewQuantity'>2 t</div> sugar <i></i></div><br/><div class='ingredientViewItem'><div class='ingredientViewQuantity'>2 t</div> paprika <i></i></div><br/><div class='ingredientViewItem'><div class='ingredientViewQuantity'>2 t</div> onion powder <i></i></div><br/><div class='ingredientViewItem'><div class='ingredientViewQuantity'>1 t</div> garlic powder <i></i></div><br/><div class='ingredientViewItem'><div class='ingredientViewQuantity'>1 t</div> cayenne pepper <i></i></div><br/><div class='ingredientViewItem'><div class='ingredientViewQuantity'>1 t</div> pepper, white <i></i></div><br/><div class='ingredientViewItem'><div class='ingredientViewQuantity'>1 T</div> salt <i>(optional)</i></div><br/><div class='ingredientViewItem'><div class='ingredientViewQuantity'>2 t</div> black pepper <i></i></div><br/></pre>
</div>
<div class="float50Section">
<!-- placeholder for related recipe image -->
</div>
<div class="clear"/><br/>
<div style="width: 100%;">
<b>Directions</b>
<pre>Combine all ingredients well. Store in airtight container.
To use, sprinkle over chicken. Melt some butter in a hot pan, then brown quickly before turning chicken over.
Great on salad.</pre>
</div>
</div>
<div class="clear"/><br/>
<div class="relatedRecipe">
<span>
<a href="/phprecipebook/recipes/view/164" class="ajaxNavigationLink">Dressing, Honey Mustard</a> (optional)
</span>
<div class="float50Section">
<b>Ingredients</b>
<pre><div class='ingredientViewItem'><div class='ingredientViewQuantity'>1/2 c</div> mayonnaise <i></i></div><br/><div class='ingredientViewItem'><div class='ingredientViewQuantity'>1/2 c</div> Mustard, Dijon <i></i></div><br/><div class='ingredientViewItem'><div class='ingredientViewQuantity'>1/2 c</div> honey <i></i></div><br/><div class='ingredientViewItem'><div class='ingredientViewQuantity'>2 T</div> Mustard <i></i></div><br/><div class='ingredientViewItem'><div class='ingredientViewQuantity'>2 T</div> vinegar, white <i></i></div><br/><div class='ingredientViewItem'><div class='ingredientViewQuantity'>1/4 t</div> paprika <i></i></div><br/></pre>
</div>
<div class="float50Section">
<!-- placeholder for related recipe image -->
</div>
<div class="clear"/><br/>
<div style="width: 100%;">
<b>Directions</b>
<pre>Mix ingredients well. Store in covered container until ready to use.</pre>
</div>
</div>
</pre>
</div>
'
)
$options = array(
'modParams' => (int) 1,
'break' => false,
'breakOn' => false,
'collectReturn' => false
)
$event = object(CakeEvent) {
data => array(
(int) 0 => '/home/amcguire/mcguireclan.org/phprecipebook/View/Recipes/view.ctp',
(int) 1 => '<script type="text/javascript">
$(function() {
$('#qtipSource').qtip({ // Grab some elements to apply the tooltip to
content: {
text: $('#qtipSourceData').html()
},
style: { classes: 'qtip-dark' }
});
$('#viewRefresh').click(function() {
var newServings = $('#viewServings').val();
ajaxNavigate("recipes/view/165/" + newServings);
return false;
})
$('#doubleRefresh').click(function() {
var newServings = $('#viewServings').val() * 2;
ajaxNavigate("recipes/view/165/" + newServings);
return false;
})
$('.rateit').rateit();
});
function loadImage(imageUrl, caption) {
$('#selectedRecipeImage img').attr('src', imageUrl).attr('title', caption);
return false;
}
</script>
<div class="recipes view">
<h2>Chicken Marinade</h2>
<div class="rateit"
data-rateit-value="0"
title="0 out of 5 stars"
data-rateit-ispreset="true"
data-rateit-readonly="true">
</div>
<a href="/phprecipebook/reviews/index/165">0 Review(s)</a> <div class="actions">
<ul>
<li><a href="#" onclick="window.print();">Print</a></li>
</ul>
<div style="display: none;">
<ul id="moreActionLinksContent">
<li><a href="/phprecipebook/import" class="ajaxNavigation">Import</a> </li>
<li><a href="/phprecipebook/export/edit" class="ajaxNavigation">Export</a> </li>
</ul>
</div>
</div>
<dl class="float50Section">
<dt>Ethnicity</dt>
<dd>
American
</dd>
<dt>Base Type</dt>
<dd>
Other
</dd>
<dt>Course</dt>
<dd>
Entree
</dd>
<dt>Preparation Time</dt>
<dd>
1-10 Minutes
</dd>
<dt>Difficulty</dt>
<dd>
Easy
</dd>
<dt>Serving Size</dt>
<dd>
<input type="text" id="viewServings" value="4"/>
<a id="viewRefresh" href="#">Refresh</a> /
<a id="doubleRefresh" href="#">Double it</a>
</dd>
</dl>
<dl class="float50Section">
<dt>Comments</dt>
<dd>
</dd>
<dt>Source</dt>
<dd>
<a href="#" onclick="return false;" id="qtipSource"></a>
<div id="qtipSourceData" class="hide">
</div>
</dd>
<dt>Source Description</dt>
<dd>
</dd>
<dt>Last Modified</dt>
<dd>
2011-01-15
</dd>
<dt>User</dt>
<dd>
Joyce McGuire </dd>
</dl>
<div class="clear"/><br/>
<hr/>
<br/>
<div style="width: 100%;"> <b>Ingredients</b>
<pre>
<div class='ingredientViewItem'><div class='ingredientViewQuantity'>1 c</div> water <i></i></div><br/><div class='ingredientViewItem'><div class='ingredientViewQuantity'>3 T</div> lime juice <i></i></div><br/><div class='ingredientViewItem'><div class='ingredientViewQuantity'>2 T</div> soy sauce <i></i></div><br/><div class='ingredientViewItem'><div class='ingredientViewQuantity'>1/2 T</div> worcestershire sauce <i></i></div><br/><div class='ingredientViewItem'><div class='ingredientViewQuantity'>2 ea</div>boneless, skinless chicken breast <i></i></div><br/> </pre>
</div>
<div class="float50Section" id="imagePreview">
</div>
<div class="clear"/><br/>
<div style="width: 100%;">
<b>Directions</b>
<pre>Combine in a medium bowl and stir. Add 2 chicken breasts or other pieces and marinate in refrigerator for a few hours or overnight.
To make extra good, sprinkle Cajun spice blend over before grilling chicken.</pre>
</div>
<div class="clear"/><br/>
<div class="relatedRecipe">
<span>
<a href="/phprecipebook/recipes/view/163" class="ajaxNavigationLink">Cajun Spice Blend </a> (optional)
</span>
<div class="float50Section">
<b>Ingredients</b>
<pre><div class='ingredientViewItem'><div class='ingredientViewQuantity'>2 t</div> sugar <i></i></div><br/><div class='ingredientViewItem'><div class='ingredientViewQuantity'>2 t</div> paprika <i></i></div><br/><div class='ingredientViewItem'><div class='ingredientViewQuantity'>2 t</div> onion powder <i></i></div><br/><div class='ingredientViewItem'><div class='ingredientViewQuantity'>1 t</div> garlic powder <i></i></div><br/><div class='ingredientViewItem'><div class='ingredientViewQuantity'>1 t</div> cayenne pepper <i></i></div><br/><div class='ingredientViewItem'><div class='ingredientViewQuantity'>1 t</div> pepper, white <i></i></div><br/><div class='ingredientViewItem'><div class='ingredientViewQuantity'>1 T</div> salt <i>(optional)</i></div><br/><div class='ingredientViewItem'><div class='ingredientViewQuantity'>2 t</div> black pepper <i></i></div><br/></pre>
</div>
<div class="float50Section">
<!-- placeholder for related recipe image -->
</div>
<div class="clear"/><br/>
<div style="width: 100%;">
<b>Directions</b>
<pre>Combine all ingredients well. Store in airtight container.
To use, sprinkle over chicken. Melt some butter in a hot pan, then brown quickly before turning chicken over.
Great on salad.</pre>
</div>
</div>
<div class="clear"/><br/>
<div class="relatedRecipe">
<span>
<a href="/phprecipebook/recipes/view/164" class="ajaxNavigationLink">Dressing, Honey Mustard</a> (optional)
</span>
<div class="float50Section">
<b>Ingredients</b>
<pre><div class='ingredientViewItem'><div class='ingredientViewQuantity'>1/2 c</div> mayonnaise <i></i></div><br/><div class='ingredientViewItem'><div class='ingredientViewQuantity'>1/2 c</div> Mustard, Dijon <i></i></div><br/><div class='ingredientViewItem'><div class='ingredientViewQuantity'>1/2 c</div> honey <i></i></div><br/><div class='ingredientViewItem'><div class='ingredientViewQuantity'>2 T</div> Mustard <i></i></div><br/><div class='ingredientViewItem'><div class='ingredientViewQuantity'>2 T</div> vinegar, white <i></i></div><br/><div class='ingredientViewItem'><div class='ingredientViewQuantity'>1/4 t</div> paprika <i></i></div><br/></pre>
</div>
<div class="float50Section">
<!-- placeholder for related recipe image -->
</div>
<div class="clear"/><br/>
<div style="width: 100%;">
<b>Directions</b>
<pre>Mix ingredients well. Store in covered container until ready to use.</pre>
</div>
</div>
</pre>
</div>
'
)
result => null
modParams => (int) 1
omitSubject => true
[protected] _name => 'View.afterRenderFile'
[protected] _subject => object(View) {}
[protected] _stopped => false
}
$opt = 'modParams'
$parts = array(
(int) 0 => 'View'
)
$collected = array()
$list = array(
(int) 0 => 'Html',
(int) 1 => 'Fraction'
)
$result = null
$name = 'Html'
compact - [internal], line ??
ObjectCollection::trigger() - APP/Vendor/cakephp/cakephp/lib/Cake/Utility/ObjectCollection.php, line 128
HelperCollection::trigger() - APP/Vendor/cakephp/cakephp/lib/Cake/View/HelperCollection.php, line 200
CakeEventManager::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Event/CakeEventManager.php, line 243
View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 938
View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 473
Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 112
Notice (8): compact() [function.compact]: Undefined variable: subject [APP/Vendor/cakephp/cakephp/lib/Cake/Utility/ObjectCollection.php, line 128]
$callback = 'afterRenderFile'
$params = array(
(int) 0 => '/home/amcguire/mcguireclan.org/phprecipebook/View/Recipes/view.ctp',
(int) 1 => '<script type="text/javascript">
$(function() {
$('#qtipSource').qtip({ // Grab some elements to apply the tooltip to
content: {
text: $('#qtipSourceData').html()
},
style: { classes: 'qtip-dark' }
});
$('#viewRefresh').click(function() {
var newServings = $('#viewServings').val();
ajaxNavigate("recipes/view/165/" + newServings);
return false;
})
$('#doubleRefresh').click(function() {
var newServings = $('#viewServings').val() * 2;
ajaxNavigate("recipes/view/165/" + newServings);
return false;
})
$('.rateit').rateit();
});
function loadImage(imageUrl, caption) {
$('#selectedRecipeImage img').attr('src', imageUrl).attr('title', caption);
return false;
}
</script>
<div class="recipes view">
<h2>Chicken Marinade</h2>
<div class="rateit"
data-rateit-value="0"
title="0 out of 5 stars"
data-rateit-ispreset="true"
data-rateit-readonly="true">
</div>
<a href="/phprecipebook/reviews/index/165">0 Review(s)</a> <div class="actions">
<ul>
<li><a href="#" onclick="window.print();">Print</a></li>
</ul>
<div style="display: none;">
<ul id="moreActionLinksContent">
<li><a href="/phprecipebook/import" class="ajaxNavigation">Import</a> </li>
<li><a href="/phprecipebook/export/edit" class="ajaxNavigation">Export</a> </li>
</ul>
</div>
</div>
<dl class="float50Section">
<dt>Ethnicity</dt>
<dd>
American
</dd>
<dt>Base Type</dt>
<dd>
Other
</dd>
<dt>Course</dt>
<dd>
Entree
</dd>
<dt>Preparation Time</dt>
<dd>
1-10 Minutes
</dd>
<dt>Difficulty</dt>
<dd>
Easy
</dd>
<dt>Serving Size</dt>
<dd>
<input type="text" id="viewServings" value="4"/>
<a id="viewRefresh" href="#">Refresh</a> /
<a id="doubleRefresh" href="#">Double it</a>
</dd>
</dl>
<dl class="float50Section">
<dt>Comments</dt>
<dd>
</dd>
<dt>Source</dt>
<dd>
<a href="#" onclick="return false;" id="qtipSource"></a>
<div id="qtipSourceData" class="hide">
</div>
</dd>
<dt>Source Description</dt>
<dd>
</dd>
<dt>Last Modified</dt>
<dd>
2011-01-15
</dd>
<dt>User</dt>
<dd>
Joyce McGuire </dd>
</dl>
<div class="clear"/><br/>
<hr/>
<br/>
<div style="width: 100%;"> <b>Ingredients</b>
<pre>
<div class='ingredientViewItem'><div class='ingredientViewQuantity'>1 c</div> water <i></i></div><br/><div class='ingredientViewItem'><div class='ingredientViewQuantity'>3 T</div> lime juice <i></i></div><br/><div class='ingredientViewItem'><div class='ingredientViewQuantity'>2 T</div> soy sauce <i></i></div><br/><div class='ingredientViewItem'><div class='ingredientViewQuantity'>1/2 T</div> worcestershire sauce <i></i></div><br/><div class='ingredientViewItem'><div class='ingredientViewQuantity'>2 ea</div>boneless, skinless chicken breast <i></i></div><br/> </pre>
</div>
<div class="float50Section" id="imagePreview">
</div>
<div class="clear"/><br/>
<div style="width: 100%;">
<b>Directions</b>
<pre>Combine in a medium bowl and stir. Add 2 chicken breasts or other pieces and marinate in refrigerator for a few hours or overnight.
To make extra good, sprinkle Cajun spice blend over before grilling chicken.</pre>
</div>
<div class="clear"/><br/>
<div class="relatedRecipe">
<span>
<a href="/phprecipebook/recipes/view/163" class="ajaxNavigationLink">Cajun Spice Blend </a> (optional)
</span>
<div class="float50Section">
<b>Ingredients</b>
<pre><div class='ingredientViewItem'><div class='ingredientViewQuantity'>2 t</div> sugar <i></i></div><br/><div class='ingredientViewItem'><div class='ingredientViewQuantity'>2 t</div> paprika <i></i></div><br/><div class='ingredientViewItem'><div class='ingredientViewQuantity'>2 t</div> onion powder <i></i></div><br/><div class='ingredientViewItem'><div class='ingredientViewQuantity'>1 t</div> garlic powder <i></i></div><br/><div class='ingredientViewItem'><div class='ingredientViewQuantity'>1 t</div> cayenne pepper <i></i></div><br/><div class='ingredientViewItem'><div class='ingredientViewQuantity'>1 t</div> pepper, white <i></i></div><br/><div class='ingredientViewItem'><div class='ingredientViewQuantity'>1 T</div> salt <i>(optional)</i></div><br/><div class='ingredientViewItem'><div class='ingredientViewQuantity'>2 t</div> black pepper <i></i></div><br/></pre>
</div>
<div class="float50Section">
<!-- placeholder for related recipe image -->
</div>
<div class="clear"/><br/>
<div style="width: 100%;">
<b>Directions</b>
<pre>Combine all ingredients well. Store in airtight container.
To use, sprinkle over chicken. Melt some butter in a hot pan, then brown quickly before turning chicken over.
Great on salad.</pre>
</div>
</div>
<div class="clear"/><br/>
<div class="relatedRecipe">
<span>
<a href="/phprecipebook/recipes/view/164" class="ajaxNavigationLink">Dressing, Honey Mustard</a> (optional)
</span>
<div class="float50Section">
<b>Ingredients</b>
<pre><div class='ingredientViewItem'><div class='ingredientViewQuantity'>1/2 c</div> mayonnaise <i></i></div><br/><div class='ingredientViewItem'><div class='ingredientViewQuantity'>1/2 c</div> Mustard, Dijon <i></i></div><br/><div class='ingredientViewItem'><div class='ingredientViewQuantity'>1/2 c</div> honey <i></i></div><br/><div class='ingredientViewItem'><div class='ingredientViewQuantity'>2 T</div> Mustard <i></i></div><br/><div class='ingredientViewItem'><div class='ingredientViewQuantity'>2 T</div> vinegar, white <i></i></div><br/><div class='ingredientViewItem'><div class='ingredientViewQuantity'>1/4 t</div> paprika <i></i></div><br/></pre>
</div>
<div class="float50Section">
<!-- placeholder for related recipe image -->
</div>
<div class="clear"/><br/>
<div style="width: 100%;">
<b>Directions</b>
<pre>Mix ingredients well. Store in covered container until ready to use.</pre>
</div>
</div>
</pre>
</div>
'
)
$options = array(
'modParams' => (int) 1,
'break' => false,
'breakOn' => false,
'collectReturn' => false
)
$event = object(CakeEvent) {
data => array(
(int) 0 => '/home/amcguire/mcguireclan.org/phprecipebook/View/Recipes/view.ctp',
(int) 1 => '<script type="text/javascript">
$(function() {
$('#qtipSource').qtip({ // Grab some elements to apply the tooltip to
content: {
text: $('#qtipSourceData').html()
},
style: { classes: 'qtip-dark' }
});
$('#viewRefresh').click(function() {
var newServings = $('#viewServings').val();
ajaxNavigate("recipes/view/165/" + newServings);
return false;
})
$('#doubleRefresh').click(function() {
var newServings = $('#viewServings').val() * 2;
ajaxNavigate("recipes/view/165/" + newServings);
return false;
})
$('.rateit').rateit();
});
function loadImage(imageUrl, caption) {
$('#selectedRecipeImage img').attr('src', imageUrl).attr('title', caption);
return false;
}
</script>
<div class="recipes view">
<h2>Chicken Marinade</h2>
<div class="rateit"
data-rateit-value="0"
title="0 out of 5 stars"
data-rateit-ispreset="true"
data-rateit-readonly="true">
</div>
<a href="/phprecipebook/reviews/index/165">0 Review(s)</a> <div class="actions">
<ul>
<li><a href="#" onclick="window.print();">Print</a></li>
</ul>
<div style="display: none;">
<ul id="moreActionLinksContent">
<li><a href="/phprecipebook/import" class="ajaxNavigation">Import</a> </li>
<li><a href="/phprecipebook/export/edit" class="ajaxNavigation">Export</a> </li>
</ul>
</div>
</div>
<dl class="float50Section">
<dt>Ethnicity</dt>
<dd>
American
</dd>
<dt>Base Type</dt>
<dd>
Other
</dd>
<dt>Course</dt>
<dd>
Entree
</dd>
<dt>Preparation Time</dt>
<dd>
1-10 Minutes
</dd>
<dt>Difficulty</dt>
<dd>
Easy
</dd>
<dt>Serving Size</dt>
<dd>
<input type="text" id="viewServings" value="4"/>
<a id="viewRefresh" href="#">Refresh</a> /
<a id="doubleRefresh" href="#">Double it</a>
</dd>
</dl>
<dl class="float50Section">
<dt>Comments</dt>
<dd>
</dd>
<dt>Source</dt>
<dd>
<a href="#" onclick="return false;" id="qtipSource"></a>
<div id="qtipSourceData" class="hide">
</div>
</dd>
<dt>Source Description</dt>
<dd>
</dd>
<dt>Last Modified</dt>
<dd>
2011-01-15
</dd>
<dt>User</dt>
<dd>
Joyce McGuire </dd>
</dl>
<div class="clear"/><br/>
<hr/>
<br/>
<div style="width: 100%;"> <b>Ingredients</b>
<pre>
<div class='ingredientViewItem'><div class='ingredientViewQuantity'>1 c</div> water <i></i></div><br/><div class='ingredientViewItem'><div class='ingredientViewQuantity'>3 T</div> lime juice <i></i></div><br/><div class='ingredientViewItem'><div class='ingredientViewQuantity'>2 T</div> soy sauce <i></i></div><br/><div class='ingredientViewItem'><div class='ingredientViewQuantity'>1/2 T</div> worcestershire sauce <i></i></div><br/><div class='ingredientViewItem'><div class='ingredientViewQuantity'>2 ea</div>boneless, skinless chicken breast <i></i></div><br/> </pre>
</div>
<div class="float50Section" id="imagePreview">
</div>
<div class="clear"/><br/>
<div style="width: 100%;">
<b>Directions</b>
<pre>Combine in a medium bowl and stir. Add 2 chicken breasts or other pieces and marinate in refrigerator for a few hours or overnight.
To make extra good, sprinkle Cajun spice blend over before grilling chicken.</pre>
</div>
<div class="clear"/><br/>
<div class="relatedRecipe">
<span>
<a href="/phprecipebook/recipes/view/163" class="ajaxNavigationLink">Cajun Spice Blend </a> (optional)
</span>
<div class="float50Section">
<b>Ingredients</b>
<pre><div class='ingredientViewItem'><div class='ingredientViewQuantity'>2 t</div> sugar <i></i></div><br/><div class='ingredientViewItem'><div class='ingredientViewQuantity'>2 t</div> paprika <i></i></div><br/><div class='ingredientViewItem'><div class='ingredientViewQuantity'>2 t</div> onion powder <i></i></div><br/><div class='ingredientViewItem'><div class='ingredientViewQuantity'>1 t</div> garlic powder <i></i></div><br/><div class='ingredientViewItem'><div class='ingredientViewQuantity'>1 t</div> cayenne pepper <i></i></div><br/><div class='ingredientViewItem'><div class='ingredientViewQuantity'>1 t</div> pepper, white <i></i></div><br/><div class='ingredientViewItem'><div class='ingredientViewQuantity'>1 T</div> salt <i>(optional)</i></div><br/><div class='ingredientViewItem'><div class='ingredientViewQuantity'>2 t</div> black pepper <i></i></div><br/></pre>
</div>
<div class="float50Section">
<!-- placeholder for related recipe image -->
</div>
<div class="clear"/><br/>
<div style="width: 100%;">
<b>Directions</b>
<pre>Combine all ingredients well. Store in airtight container.
To use, sprinkle over chicken. Melt some butter in a hot pan, then brown quickly before turning chicken over.
Great on salad.</pre>
</div>
</div>
<div class="clear"/><br/>
<div class="relatedRecipe">
<span>
<a href="/phprecipebook/recipes/view/164" class="ajaxNavigationLink">Dressing, Honey Mustard</a> (optional)
</span>
<div class="float50Section">
<b>Ingredients</b>
<pre><div class='ingredientViewItem'><div class='ingredientViewQuantity'>1/2 c</div> mayonnaise <i></i></div><br/><div class='ingredientViewItem'><div class='ingredientViewQuantity'>1/2 c</div> Mustard, Dijon <i></i></div><br/><div class='ingredientViewItem'><div class='ingredientViewQuantity'>1/2 c</div> honey <i></i></div><br/><div class='ingredientViewItem'><div class='ingredientViewQuantity'>2 T</div> Mustard <i></i></div><br/><div class='ingredientViewItem'><div class='ingredientViewQuantity'>2 T</div> vinegar, white <i></i></div><br/><div class='ingredientViewItem'><div class='ingredientViewQuantity'>1/4 t</div> paprika <i></i></div><br/></pre>
</div>
<div class="float50Section">
<!-- placeholder for related recipe image -->
</div>
<div class="clear"/><br/>
<div style="width: 100%;">
<b>Directions</b>
<pre>Mix ingredients well. Store in covered container until ready to use.</pre>
</div>
</div>
</pre>
</div>
'
)
result => null
modParams => (int) 1
omitSubject => true
[protected] _name => 'View.afterRenderFile'
[protected] _subject => object(View) {}
[protected] _stopped => false
}
$opt = 'modParams'
$parts = array(
(int) 0 => 'View'
)
$collected = array()
$list = array(
(int) 0 => 'Html',
(int) 1 => 'Fraction'
)
$result = null
$name = 'Fraction'
compact - [internal], line ??
ObjectCollection::trigger() - APP/Vendor/cakephp/cakephp/lib/Cake/Utility/ObjectCollection.php, line 128
HelperCollection::trigger() - APP/Vendor/cakephp/cakephp/lib/Cake/View/HelperCollection.php, line 200
CakeEventManager::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Event/CakeEventManager.php, line 243
View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 938
View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 473
Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 112
Notice (8): compact() [function.compact]: Undefined variable: subject [APP/Vendor/cakephp/cakephp/lib/Cake/Utility/ObjectCollection.php, line 128]
compact - [internal], line ??
ObjectCollection::trigger() - APP/Vendor/cakephp/cakephp/lib/Cake/Utility/ObjectCollection.php, line 128
HelperCollection::trigger() - APP/Vendor/cakephp/cakephp/lib/Cake/View/HelperCollection.php, line 200
CakeEventManager::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Event/CakeEventManager.php, line 243
View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 474
Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 112
Notice (8): compact() [function.compact]: Undefined variable: subject [APP/Vendor/cakephp/cakephp/lib/Cake/Utility/ObjectCollection.php, line 128]
compact - [internal], line ??
ObjectCollection::trigger() - APP/Vendor/cakephp/cakephp/lib/Cake/Utility/ObjectCollection.php, line 128
HelperCollection::trigger() - APP/Vendor/cakephp/cakephp/lib/Cake/View/HelperCollection.php, line 200
CakeEventManager::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Event/CakeEventManager.php, line 243
View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 474
Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 112
Notice (8): compact() [function.compact]: Undefined variable: subject [APP/Vendor/cakephp/cakephp/lib/Cake/Utility/ObjectCollection.php, line 128]
compact - [internal], line ??
ObjectCollection::trigger() - APP/Vendor/cakephp/cakephp/lib/Cake/Utility/ObjectCollection.php, line 128
HelperCollection::trigger() - APP/Vendor/cakephp/cakephp/lib/Cake/View/HelperCollection.php, line 200
CakeEventManager::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Event/CakeEventManager.php, line 243
View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 524
View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 481
Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 112
Notice (8): compact() [function.compact]: Undefined variable: subject [APP/Vendor/cakephp/cakephp/lib/Cake/Utility/ObjectCollection.php, line 128]
compact - [internal], line ??
ObjectCollection::trigger() - APP/Vendor/cakephp/cakephp/lib/Cake/Utility/ObjectCollection.php, line 128
HelperCollection::trigger() - APP/Vendor/cakephp/cakephp/lib/Cake/View/HelperCollection.php, line 200
CakeEventManager::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Event/CakeEventManager.php, line 243
View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 524
View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 481
Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 112
Notice (8): compact() [function.compact]: Undefined variable: subject [APP/Vendor/cakephp/cakephp/lib/Cake/Utility/ObjectCollection.php, line 128]
compact - [internal], line ??
ObjectCollection::trigger() - APP/Vendor/cakephp/cakephp/lib/Cake/Utility/ObjectCollection.php, line 128
HelperCollection::trigger() - APP/Vendor/cakephp/cakephp/lib/Cake/View/HelperCollection.php, line 200
CakeEventManager::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Event/CakeEventManager.php, line 243
View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 932
View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 546
View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 481
Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 112
Notice (8): compact() [function.compact]: Undefined variable: subject [APP/Vendor/cakephp/cakephp/lib/Cake/Utility/ObjectCollection.php, line 128]
compact - [internal], line ??
ObjectCollection::trigger() - APP/Vendor/cakephp/cakephp/lib/Cake/Utility/ObjectCollection.php, line 128
HelperCollection::trigger() - APP/Vendor/cakephp/cakephp/lib/Cake/View/HelperCollection.php, line 200
CakeEventManager::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Event/CakeEventManager.php, line 243
View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 932
View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 546
View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 481
Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 112
Notice (8): compact() [function.compact]: Undefined variable: subject [APP/Vendor/cakephp/cakephp/lib/Cake/Utility/ObjectCollection.php, line 128]
compact - [internal], line ??
ObjectCollection::trigger() - APP/Vendor/cakephp/cakephp/lib/Cake/Utility/ObjectCollection.php, line 128
HelperCollection::trigger() - APP/Vendor/cakephp/cakephp/lib/Cake/View/HelperCollection.php, line 200
CakeEventManager::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Event/CakeEventManager.php, line 243
View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 938
View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 546
View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 481
Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 112
Notice (8): compact() [function.compact]: Undefined variable: subject [APP/Vendor/cakephp/cakephp/lib/Cake/Utility/ObjectCollection.php, line 128]
compact - [internal], line ??
ObjectCollection::trigger() - APP/Vendor/cakephp/cakephp/lib/Cake/Utility/ObjectCollection.php, line 128
HelperCollection::trigger() - APP/Vendor/cakephp/cakephp/lib/Cake/View/HelperCollection.php, line 200
CakeEventManager::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Event/CakeEventManager.php, line 243
View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 938
View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 546
View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 481
Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 112
Notice (8): compact() [function.compact]: Undefined variable: subject [APP/Vendor/cakephp/cakephp/lib/Cake/Utility/ObjectCollection.php, line 128]
compact - [internal], line ??
ObjectCollection::trigger() - APP/Vendor/cakephp/cakephp/lib/Cake/Utility/ObjectCollection.php, line 128
HelperCollection::trigger() - APP/Vendor/cakephp/cakephp/lib/Cake/View/HelperCollection.php, line 200
CakeEventManager::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Event/CakeEventManager.php, line 243
View::_render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 938
View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 546
View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 481
Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 112
Notice (8): compact() [function.compact]: Undefined variable: subject [APP/Vendor/cakephp/cakephp/lib/Cake/Utility/ObjectCollection.php, line 128]
compact - [internal], line ??
ObjectCollection::trigger() - APP/Vendor/cakephp/cakephp/lib/Cake/Utility/ObjectCollection.php, line 128
HelperCollection::trigger() - APP/Vendor/cakephp/cakephp/lib/Cake/View/HelperCollection.php, line 200
CakeEventManager::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Event/CakeEventManager.php, line 243
View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 548
View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 481
Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 112
Notice (8): compact() [function.compact]: Undefined variable: subject [APP/Vendor/cakephp/cakephp/lib/Cake/Utility/ObjectCollection.php, line 128]
compact - [internal], line ??
ObjectCollection::trigger() - APP/Vendor/cakephp/cakephp/lib/Cake/Utility/ObjectCollection.php, line 128
HelperCollection::trigger() - APP/Vendor/cakephp/cakephp/lib/Cake/View/HelperCollection.php, line 200
CakeEventManager::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Event/CakeEventManager.php, line 243
View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 548
View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 481
Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 112
Notice (8): compact() [function.compact]: Undefined variable: subject [APP/Vendor/cakephp/cakephp/lib/Cake/Utility/ObjectCollection.php, line 128]
compact - [internal], line ??
ObjectCollection::trigger() - APP/Vendor/cakephp/cakephp/lib/Cake/Utility/ObjectCollection.php, line 128
HelperCollection::trigger() - APP/Vendor/cakephp/cakephp/lib/Cake/View/HelperCollection.php, line 200
CakeEventManager::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Event/CakeEventManager.php, line 243
View::renderLayout() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 548
View::render() - APP/Vendor/cakephp/cakephp/lib/Cake/View/View.php, line 481
Controller::render() - APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 112