Notice (8) : Trying to access array offset on value of type null [APP/Model/User.php , line 65 ]Code Context 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 ]Code Context 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) : compact() [function.compact ]: Undefined variable: etagMatches [APP/Vendor/cakephp/cakephp/lib/Cake/Network/CakeResponse.php , line 1171 ]Code Context $timeMatches = strtotime ( $this -> modified ()) === strtotime ( $modifiedSince );
}
$checks = compact ( 'etagMatches' , 'timeMatches' );
$request = object(CakeRequest) {
params => array(
'plugin' => null,
'controller' => 'recipes',
'action' => 'index',
'named' => array(
[maximum depth reached]
),
'pass' => array([maximum depth reached]),
'isAjax' => false,
'paging' => array(
[maximum depth reached]
)
)
data => array()
query => array()
url => 'recipes/index/page:3/sort:name/direction:desc'
base => '/phprecipebook'
webroot => '/phprecipebook/'
here => '/phprecipebook/recipes/index/page:3/sort:name/direction:desc'
[protected] _detectors => array(
'get' => array(
[maximum depth reached]
),
'patch' => array(
[maximum depth reached]
),
'post' => array(
[maximum depth reached]
),
'put' => array(
[maximum depth reached]
),
'delete' => array(
[maximum depth reached]
),
'head' => array(
[maximum depth reached]
),
'options' => array(
[maximum depth reached]
),
'ssl' => array(
[maximum depth reached]
),
'ajax' => array(
[maximum depth reached]
),
'flash' => array(
[maximum depth reached]
),
'mobile' => array(
[maximum depth reached]
),
'requested' => array(
[maximum depth reached]
),
'json' => array(
[maximum depth reached]
),
'xml' => array(
[maximum depth reached]
)
)
[protected] _input => ''
}
$etags = array()
$modifiedSince = false
$responseTag = null 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 ]Code Context $timeMatches = strtotime ( $this -> modified ()) === strtotime ( $modifiedSince );
}
$checks = compact ( 'etagMatches' , 'timeMatches' );
$request = object(CakeRequest) {
params => array(
'plugin' => null,
'controller' => 'recipes',
'action' => 'index',
'named' => array(
[maximum depth reached]
),
'pass' => array([maximum depth reached]),
'isAjax' => false,
'paging' => array(
[maximum depth reached]
)
)
data => array()
query => array()
url => 'recipes/index/page:3/sort:name/direction:desc'
base => '/phprecipebook'
webroot => '/phprecipebook/'
here => '/phprecipebook/recipes/index/page:3/sort:name/direction:desc'
[protected] _detectors => array(
'get' => array(
[maximum depth reached]
),
'patch' => array(
[maximum depth reached]
),
'post' => array(
[maximum depth reached]
),
'put' => array(
[maximum depth reached]
),
'delete' => array(
[maximum depth reached]
),
'head' => array(
[maximum depth reached]
),
'options' => array(
[maximum depth reached]
),
'ssl' => array(
[maximum depth reached]
),
'ajax' => array(
[maximum depth reached]
),
'flash' => array(
[maximum depth reached]
),
'mobile' => array(
[maximum depth reached]
),
'requested' => array(
[maximum depth reached]
),
'json' => array(
[maximum depth reached]
),
'xml' => array(
[maximum depth reached]
)
)
[protected] _input => ''
}
$etags = array()
$modifiedSince = false
$responseTag = null 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 ]Code Context $result = null ;
foreach ( $list as $name ) {
$result = call_user_func_array (array( $this -> _loaded [ $name ], $callback ), compact ( 'subject' ) + $params );
$callback = 'beforeRender'
$params = array(
(int) 0 => '/home/amcguire/mcguireclan.org/phprecipebook/View/Recipes/index.ctp'
)
$options = array(
'break' => false,
'breakOn' => false,
'collectReturn' => false,
'modParams' => false
)
$event = object(CakeEvent) {
data => array(
(int) 0 => '/home/amcguire/mcguireclan.org/phprecipebook/View/Recipes/index.ctp'
)
result => null
omitSubject => true
[protected] _name => 'View.beforeRender'
[protected] _subject => object(View) {}
[protected] _stopped => false
}
$opt = 'modParams'
$parts = array(
(int) 0 => 'View'
)
$collected = array()
$list = array(
(int) 0 => 'Paginator'
)
$result = null
$name = 'Paginator' 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 472
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 ]Code Context $result = null ;
foreach ( $list as $name ) {
$result = call_user_func_array (array( $this -> _loaded [ $name ], $callback ), compact ( 'subject' ) + $params );
$callback = 'beforeRenderFile'
$params = array(
(int) 0 => '/home/amcguire/mcguireclan.org/phprecipebook/View/Recipes/index.ctp'
)
$options = array(
'break' => false,
'breakOn' => false,
'collectReturn' => false,
'modParams' => false
)
$event = object(CakeEvent) {
data => array(
(int) 0 => '/home/amcguire/mcguireclan.org/phprecipebook/View/Recipes/index.ctp'
)
result => null
omitSubject => true
[protected] _name => 'View.beforeRenderFile'
[protected] _subject => object(View) {}
[protected] _stopped => false
}
$opt = 'modParams'
$parts = array(
(int) 0 => 'View'
)
$collected = array()
$list = array(
(int) 0 => 'Paginator'
)
$result = null
$name = 'Paginator' 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::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 ]Code Context $result = null ;
foreach ( $list as $name ) {
$result = call_user_func_array (array( $this -> _loaded [ $name ], $callback ), compact ( 'subject' ) + $params );
$callback = 'afterRenderFile'
$params = array(
(int) 0 => '/home/amcguire/mcguireclan.org/phprecipebook/View/Recipes/index.ctp',
(int) 1 => '<script type="text/javascript">
$(function() {
setSearchBoxTarget('Recipes');
$(document).on("saved.ethnicity", function() {
$('#editEthnicityDialog').dialog('close');
ajaxGet('recipes');
});
$(document).on("saved.baseType", function() {
$('#editBaseTypeDialog').dialog('close');
ajaxGet('recipes');
});
$(document).on("saved.course", function() {
$('#editCourseDialog').dialog('close');
ajaxGet('recipes');
});
$(document).off("savedPreparationTime.recipes");
$(document).on("savedPreparationTime.recipes", function() {
$('#editPrepTimeDialog').dialog('close');
ajaxGet('recipes');
});
$(document).off("savedDifficulty.recipes");
$(document).on("savedDifficulty.recipes", function() {
$('#editDifficultyDialog').dialog('close');
ajaxGet('recipes');
});
$(document).off("savedSource.recipes");
$(document).on("savedSource.recipes", function() {
$('#editSourceDialog').dialog('close');
ajaxGet('recipes');
});
$(document).off("savedPreparationMethod.recipes");
$(document).on("savedPreparationMethod.recipes", function() {
$('#editPrepMethodDialog').dialog('close');
ajaxGet('recipes');
});
});
</script>
<div class="recipes index">
<h2>Recipes</h2>
<table cellpadding="0" cellspacing="0">
<tr>
<th class="actions">Actions</th>
<th><a href="/phprecipebook/recipes/index/page:3/sort:name/direction:asc" class="desc">Name</a></th>
<th><a href="/phprecipebook/recipes/index/page:3/sort:comments/direction:asc">Comments</a></th>
<th><a href="/phprecipebook/recipes/index/page:3/sort:user_id/direction:asc">User</a></th>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/99" class="ajaxNavigation">View</a> </td>
<td>Rolls, Oatmeal </td>
<td>From Mrs. Deardorff </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/179" class="ajaxNavigation">View</a> </td>
<td>Rolls, Hot dog or hamburger </td>
<td>From &quot;There&#039;s a Chef in my World!&quot; </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/126" class="ajaxNavigation">View</a> </td>
<td>Roasted Garlic Dip </td>
<td>Makes 1 1/4 cups </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/42" class="ajaxNavigation">View</a> </td>
<td>Roasted garlic </td>
<td> </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/140" class="ajaxNavigation">View</a> </td>
<td>Pumpkin Dip </td>
<td>From Deb Buckles </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/199" class="ajaxNavigation">View</a> </td>
<td>Pudding Dessert </td>
<td>Auntie Kristi&#039;s Aunt Carolyn&#039;s recipe </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/124" class="ajaxNavigation">View</a> </td>
<td>Pretzel rolls </td>
<td>Great for sandwiches, try using less baking soda, very strong tasting </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/87" class="ajaxNavigation">View</a> </td>
<td>Potato Samosas </td>
<td>Muzghaan made for us and this is our remembered recipe </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/180" class="ajaxNavigation">View</a> </td>
<td>Potato Salad, Baked </td>
<td>All measurements are approximate. Season to taste. </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/127" class="ajaxNavigation">View</a> </td>
<td>Popcorn, Colored </td>
<td> </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/122" class="ajaxNavigation">View</a> </td>
<td>Popcorn, Cinnamon Caramel Nut </td>
<td>Very Good snack </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/36" class="ajaxNavigation">View</a> </td>
<td>Popcorn, Caramel Bars </td>
<td>Fun treat for traveling </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/168" class="ajaxNavigation">View</a> </td>
<td>Polish Potato Bread </td>
<td>Polish Okregly Chleb Kartoflany, very good white bread, Large Loaves </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/178" class="ajaxNavigation">View</a> </td>
<td>Pizza, Black Bean </td>
<td> </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/225" class="ajaxNavigation">View</a> </td>
<td>Pie, Sauerkraut Cream </td>
<td>Makes two pies or one 8x10 &quot;bar cookie&quot; </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/69" class="ajaxNavigation">View</a> </td>
<td>Pie, Rhubarb </td>
<td>Plain Rhubarb is much better than Strawberry Rhubarb! </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/226" class="ajaxNavigation">View</a> </td>
<td>Pie Crust, Gluten Free </td>
<td>Omit sugar if you don&#039;t want a sweet crust </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/213" class="ajaxNavigation">View</a> </td>
<td>Pickles, Great Grandma Reble </td>
<td>Brine is for one quart. Make as much as you need to cover cucumbers! </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/181" class="ajaxNavigation">View</a> </td>
<td>Pasty </td>
<td>From Daddy Replace turnip with rutabega if desired </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/174" class="ajaxNavigation">View</a> </td>
<td>Oatmeal, Instant </td>
<td> </td>
<td>
Joyce McGuire </td>
</tr>
</table>
<p>
Page 3 of 9 </p>
<div class="paging">
<span class="ajaxLink"><a href="/phprecipebook/recipes/index/page:2/sort:name/direction:desc" rel="prev">< previous</a></span><span class="ajaxLink"><a href="/phprecipebook/recipes/index/sort:name/direction:desc">1</a></span><span class="ajaxLink"><a href="/phprecipebook/recipes/index/page:2/sort:name/direction:desc">2</a></span><span class="current ajaxLink">3</span><span class="ajaxLink"><a href="/phprecipebook/recipes/index/page:4/sort:name/direction:desc">4</a></span><span class="ajaxLink"><a href="/phprecipebook/recipes/index/page:5/sort:name/direction:desc">5</a></span><span class="ajaxLink"><a href="/phprecipebook/recipes/index/page:6/sort:name/direction:desc">6</a></span><span class="ajaxLink"><a href="/phprecipebook/recipes/index/page:7/sort:name/direction:desc">7</a></span><span class="ajaxLink"><a href="/phprecipebook/recipes/index/page:8/sort:name/direction:desc">8</a></span><span class="ajaxLink"><a href="/phprecipebook/recipes/index/page:9/sort:name/direction:desc">9</a></span><span class="ajaxLink"><a href="/phprecipebook/recipes/index/page:4/sort:name/direction:desc" rel="next">next ></a></span> </div>
</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/index.ctp',
(int) 1 => '<script type="text/javascript">
$(function() {
setSearchBoxTarget('Recipes');
$(document).on("saved.ethnicity", function() {
$('#editEthnicityDialog').dialog('close');
ajaxGet('recipes');
});
$(document).on("saved.baseType", function() {
$('#editBaseTypeDialog').dialog('close');
ajaxGet('recipes');
});
$(document).on("saved.course", function() {
$('#editCourseDialog').dialog('close');
ajaxGet('recipes');
});
$(document).off("savedPreparationTime.recipes");
$(document).on("savedPreparationTime.recipes", function() {
$('#editPrepTimeDialog').dialog('close');
ajaxGet('recipes');
});
$(document).off("savedDifficulty.recipes");
$(document).on("savedDifficulty.recipes", function() {
$('#editDifficultyDialog').dialog('close');
ajaxGet('recipes');
});
$(document).off("savedSource.recipes");
$(document).on("savedSource.recipes", function() {
$('#editSourceDialog').dialog('close');
ajaxGet('recipes');
});
$(document).off("savedPreparationMethod.recipes");
$(document).on("savedPreparationMethod.recipes", function() {
$('#editPrepMethodDialog').dialog('close');
ajaxGet('recipes');
});
});
</script>
<div class="recipes index">
<h2>Recipes</h2>
<table cellpadding="0" cellspacing="0">
<tr>
<th class="actions">Actions</th>
<th><a href="/phprecipebook/recipes/index/page:3/sort:name/direction:asc" class="desc">Name</a></th>
<th><a href="/phprecipebook/recipes/index/page:3/sort:comments/direction:asc">Comments</a></th>
<th><a href="/phprecipebook/recipes/index/page:3/sort:user_id/direction:asc">User</a></th>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/99" class="ajaxNavigation">View</a> </td>
<td>Rolls, Oatmeal </td>
<td>From Mrs. Deardorff </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/179" class="ajaxNavigation">View</a> </td>
<td>Rolls, Hot dog or hamburger </td>
<td>From &quot;There&#039;s a Chef in my World!&quot; </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/126" class="ajaxNavigation">View</a> </td>
<td>Roasted Garlic Dip </td>
<td>Makes 1 1/4 cups </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/42" class="ajaxNavigation">View</a> </td>
<td>Roasted garlic </td>
<td> </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/140" class="ajaxNavigation">View</a> </td>
<td>Pumpkin Dip </td>
<td>From Deb Buckles </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/199" class="ajaxNavigation">View</a> </td>
<td>Pudding Dessert </td>
<td>Auntie Kristi&#039;s Aunt Carolyn&#039;s recipe </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/124" class="ajaxNavigation">View</a> </td>
<td>Pretzel rolls </td>
<td>Great for sandwiches, try using less baking soda, very strong tasting </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/87" class="ajaxNavigation">View</a> </td>
<td>Potato Samosas </td>
<td>Muzghaan made for us and this is our remembered recipe </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/180" class="ajaxNavigation">View</a> </td>
<td>Potato Salad, Baked </td>
<td>All measurements are approximate. Season to taste. </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/127" class="ajaxNavigation">View</a> </td>
<td>Popcorn, Colored </td>
<td> </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/122" class="ajaxNavigation">View</a> </td>
<td>Popcorn, Cinnamon Caramel Nut </td>
<td>Very Good snack </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/36" class="ajaxNavigation">View</a> </td>
<td>Popcorn, Caramel Bars </td>
<td>Fun treat for traveling </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/168" class="ajaxNavigation">View</a> </td>
<td>Polish Potato Bread </td>
<td>Polish Okregly Chleb Kartoflany, very good white bread, Large Loaves </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/178" class="ajaxNavigation">View</a> </td>
<td>Pizza, Black Bean </td>
<td> </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/225" class="ajaxNavigation">View</a> </td>
<td>Pie, Sauerkraut Cream </td>
<td>Makes two pies or one 8x10 &quot;bar cookie&quot; </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/69" class="ajaxNavigation">View</a> </td>
<td>Pie, Rhubarb </td>
<td>Plain Rhubarb is much better than Strawberry Rhubarb! </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/226" class="ajaxNavigation">View</a> </td>
<td>Pie Crust, Gluten Free </td>
<td>Omit sugar if you don&#039;t want a sweet crust </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/213" class="ajaxNavigation">View</a> </td>
<td>Pickles, Great Grandma Reble </td>
<td>Brine is for one quart. Make as much as you need to cover cucumbers! </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/181" class="ajaxNavigation">View</a> </td>
<td>Pasty </td>
<td>From Daddy Replace turnip with rutabega if desired </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/174" class="ajaxNavigation">View</a> </td>
<td>Oatmeal, Instant </td>
<td> </td>
<td>
Joyce McGuire </td>
</tr>
</table>
<p>
Page 3 of 9 </p>
<div class="paging">
<span class="ajaxLink"><a href="/phprecipebook/recipes/index/page:2/sort:name/direction:desc" rel="prev">< previous</a></span><span class="ajaxLink"><a href="/phprecipebook/recipes/index/sort:name/direction:desc">1</a></span><span class="ajaxLink"><a href="/phprecipebook/recipes/index/page:2/sort:name/direction:desc">2</a></span><span class="current ajaxLink">3</span><span class="ajaxLink"><a href="/phprecipebook/recipes/index/page:4/sort:name/direction:desc">4</a></span><span class="ajaxLink"><a href="/phprecipebook/recipes/index/page:5/sort:name/direction:desc">5</a></span><span class="ajaxLink"><a href="/phprecipebook/recipes/index/page:6/sort:name/direction:desc">6</a></span><span class="ajaxLink"><a href="/phprecipebook/recipes/index/page:7/sort:name/direction:desc">7</a></span><span class="ajaxLink"><a href="/phprecipebook/recipes/index/page:8/sort:name/direction:desc">8</a></span><span class="ajaxLink"><a href="/phprecipebook/recipes/index/page:9/sort:name/direction:desc">9</a></span><span class="ajaxLink"><a href="/phprecipebook/recipes/index/page:4/sort:name/direction:desc" rel="next">next ></a></span> </div>
</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 => 'Paginator',
(int) 1 => 'Session'
)
$result = null
$name = 'Paginator' 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 ]Code Context $result = null ;
foreach ( $list as $name ) {
$result = call_user_func_array (array( $this -> _loaded [ $name ], $callback ), compact ( 'subject' ) + $params );
$callback = 'afterRenderFile'
$params = array(
(int) 0 => '/home/amcguire/mcguireclan.org/phprecipebook/View/Recipes/index.ctp',
(int) 1 => '<script type="text/javascript">
$(function() {
setSearchBoxTarget('Recipes');
$(document).on("saved.ethnicity", function() {
$('#editEthnicityDialog').dialog('close');
ajaxGet('recipes');
});
$(document).on("saved.baseType", function() {
$('#editBaseTypeDialog').dialog('close');
ajaxGet('recipes');
});
$(document).on("saved.course", function() {
$('#editCourseDialog').dialog('close');
ajaxGet('recipes');
});
$(document).off("savedPreparationTime.recipes");
$(document).on("savedPreparationTime.recipes", function() {
$('#editPrepTimeDialog').dialog('close');
ajaxGet('recipes');
});
$(document).off("savedDifficulty.recipes");
$(document).on("savedDifficulty.recipes", function() {
$('#editDifficultyDialog').dialog('close');
ajaxGet('recipes');
});
$(document).off("savedSource.recipes");
$(document).on("savedSource.recipes", function() {
$('#editSourceDialog').dialog('close');
ajaxGet('recipes');
});
$(document).off("savedPreparationMethod.recipes");
$(document).on("savedPreparationMethod.recipes", function() {
$('#editPrepMethodDialog').dialog('close');
ajaxGet('recipes');
});
});
</script>
<div class="recipes index">
<h2>Recipes</h2>
<table cellpadding="0" cellspacing="0">
<tr>
<th class="actions">Actions</th>
<th><a href="/phprecipebook/recipes/index/page:3/sort:name/direction:asc" class="desc">Name</a></th>
<th><a href="/phprecipebook/recipes/index/page:3/sort:comments/direction:asc">Comments</a></th>
<th><a href="/phprecipebook/recipes/index/page:3/sort:user_id/direction:asc">User</a></th>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/99" class="ajaxNavigation">View</a> </td>
<td>Rolls, Oatmeal </td>
<td>From Mrs. Deardorff </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/179" class="ajaxNavigation">View</a> </td>
<td>Rolls, Hot dog or hamburger </td>
<td>From &quot;There&#039;s a Chef in my World!&quot; </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/126" class="ajaxNavigation">View</a> </td>
<td>Roasted Garlic Dip </td>
<td>Makes 1 1/4 cups </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/42" class="ajaxNavigation">View</a> </td>
<td>Roasted garlic </td>
<td> </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/140" class="ajaxNavigation">View</a> </td>
<td>Pumpkin Dip </td>
<td>From Deb Buckles </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/199" class="ajaxNavigation">View</a> </td>
<td>Pudding Dessert </td>
<td>Auntie Kristi&#039;s Aunt Carolyn&#039;s recipe </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/124" class="ajaxNavigation">View</a> </td>
<td>Pretzel rolls </td>
<td>Great for sandwiches, try using less baking soda, very strong tasting </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/87" class="ajaxNavigation">View</a> </td>
<td>Potato Samosas </td>
<td>Muzghaan made for us and this is our remembered recipe </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/180" class="ajaxNavigation">View</a> </td>
<td>Potato Salad, Baked </td>
<td>All measurements are approximate. Season to taste. </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/127" class="ajaxNavigation">View</a> </td>
<td>Popcorn, Colored </td>
<td> </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/122" class="ajaxNavigation">View</a> </td>
<td>Popcorn, Cinnamon Caramel Nut </td>
<td>Very Good snack </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/36" class="ajaxNavigation">View</a> </td>
<td>Popcorn, Caramel Bars </td>
<td>Fun treat for traveling </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/168" class="ajaxNavigation">View</a> </td>
<td>Polish Potato Bread </td>
<td>Polish Okregly Chleb Kartoflany, very good white bread, Large Loaves </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/178" class="ajaxNavigation">View</a> </td>
<td>Pizza, Black Bean </td>
<td> </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/225" class="ajaxNavigation">View</a> </td>
<td>Pie, Sauerkraut Cream </td>
<td>Makes two pies or one 8x10 &quot;bar cookie&quot; </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/69" class="ajaxNavigation">View</a> </td>
<td>Pie, Rhubarb </td>
<td>Plain Rhubarb is much better than Strawberry Rhubarb! </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/226" class="ajaxNavigation">View</a> </td>
<td>Pie Crust, Gluten Free </td>
<td>Omit sugar if you don&#039;t want a sweet crust </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/213" class="ajaxNavigation">View</a> </td>
<td>Pickles, Great Grandma Reble </td>
<td>Brine is for one quart. Make as much as you need to cover cucumbers! </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/181" class="ajaxNavigation">View</a> </td>
<td>Pasty </td>
<td>From Daddy Replace turnip with rutabega if desired </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/174" class="ajaxNavigation">View</a> </td>
<td>Oatmeal, Instant </td>
<td> </td>
<td>
Joyce McGuire </td>
</tr>
</table>
<p>
Page 3 of 9 </p>
<div class="paging">
<span class="ajaxLink"><a href="/phprecipebook/recipes/index/page:2/sort:name/direction:desc" rel="prev">< previous</a></span><span class="ajaxLink"><a href="/phprecipebook/recipes/index/sort:name/direction:desc">1</a></span><span class="ajaxLink"><a href="/phprecipebook/recipes/index/page:2/sort:name/direction:desc">2</a></span><span class="current ajaxLink">3</span><span class="ajaxLink"><a href="/phprecipebook/recipes/index/page:4/sort:name/direction:desc">4</a></span><span class="ajaxLink"><a href="/phprecipebook/recipes/index/page:5/sort:name/direction:desc">5</a></span><span class="ajaxLink"><a href="/phprecipebook/recipes/index/page:6/sort:name/direction:desc">6</a></span><span class="ajaxLink"><a href="/phprecipebook/recipes/index/page:7/sort:name/direction:desc">7</a></span><span class="ajaxLink"><a href="/phprecipebook/recipes/index/page:8/sort:name/direction:desc">8</a></span><span class="ajaxLink"><a href="/phprecipebook/recipes/index/page:9/sort:name/direction:desc">9</a></span><span class="ajaxLink"><a href="/phprecipebook/recipes/index/page:4/sort:name/direction:desc" rel="next">next ></a></span> </div>
</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/index.ctp',
(int) 1 => '<script type="text/javascript">
$(function() {
setSearchBoxTarget('Recipes');
$(document).on("saved.ethnicity", function() {
$('#editEthnicityDialog').dialog('close');
ajaxGet('recipes');
});
$(document).on("saved.baseType", function() {
$('#editBaseTypeDialog').dialog('close');
ajaxGet('recipes');
});
$(document).on("saved.course", function() {
$('#editCourseDialog').dialog('close');
ajaxGet('recipes');
});
$(document).off("savedPreparationTime.recipes");
$(document).on("savedPreparationTime.recipes", function() {
$('#editPrepTimeDialog').dialog('close');
ajaxGet('recipes');
});
$(document).off("savedDifficulty.recipes");
$(document).on("savedDifficulty.recipes", function() {
$('#editDifficultyDialog').dialog('close');
ajaxGet('recipes');
});
$(document).off("savedSource.recipes");
$(document).on("savedSource.recipes", function() {
$('#editSourceDialog').dialog('close');
ajaxGet('recipes');
});
$(document).off("savedPreparationMethod.recipes");
$(document).on("savedPreparationMethod.recipes", function() {
$('#editPrepMethodDialog').dialog('close');
ajaxGet('recipes');
});
});
</script>
<div class="recipes index">
<h2>Recipes</h2>
<table cellpadding="0" cellspacing="0">
<tr>
<th class="actions">Actions</th>
<th><a href="/phprecipebook/recipes/index/page:3/sort:name/direction:asc" class="desc">Name</a></th>
<th><a href="/phprecipebook/recipes/index/page:3/sort:comments/direction:asc">Comments</a></th>
<th><a href="/phprecipebook/recipes/index/page:3/sort:user_id/direction:asc">User</a></th>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/99" class="ajaxNavigation">View</a> </td>
<td>Rolls, Oatmeal </td>
<td>From Mrs. Deardorff </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/179" class="ajaxNavigation">View</a> </td>
<td>Rolls, Hot dog or hamburger </td>
<td>From &quot;There&#039;s a Chef in my World!&quot; </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/126" class="ajaxNavigation">View</a> </td>
<td>Roasted Garlic Dip </td>
<td>Makes 1 1/4 cups </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/42" class="ajaxNavigation">View</a> </td>
<td>Roasted garlic </td>
<td> </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/140" class="ajaxNavigation">View</a> </td>
<td>Pumpkin Dip </td>
<td>From Deb Buckles </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/199" class="ajaxNavigation">View</a> </td>
<td>Pudding Dessert </td>
<td>Auntie Kristi&#039;s Aunt Carolyn&#039;s recipe </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/124" class="ajaxNavigation">View</a> </td>
<td>Pretzel rolls </td>
<td>Great for sandwiches, try using less baking soda, very strong tasting </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/87" class="ajaxNavigation">View</a> </td>
<td>Potato Samosas </td>
<td>Muzghaan made for us and this is our remembered recipe </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/180" class="ajaxNavigation">View</a> </td>
<td>Potato Salad, Baked </td>
<td>All measurements are approximate. Season to taste. </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/127" class="ajaxNavigation">View</a> </td>
<td>Popcorn, Colored </td>
<td> </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/122" class="ajaxNavigation">View</a> </td>
<td>Popcorn, Cinnamon Caramel Nut </td>
<td>Very Good snack </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/36" class="ajaxNavigation">View</a> </td>
<td>Popcorn, Caramel Bars </td>
<td>Fun treat for traveling </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/168" class="ajaxNavigation">View</a> </td>
<td>Polish Potato Bread </td>
<td>Polish Okregly Chleb Kartoflany, very good white bread, Large Loaves </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/178" class="ajaxNavigation">View</a> </td>
<td>Pizza, Black Bean </td>
<td> </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/225" class="ajaxNavigation">View</a> </td>
<td>Pie, Sauerkraut Cream </td>
<td>Makes two pies or one 8x10 &quot;bar cookie&quot; </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/69" class="ajaxNavigation">View</a> </td>
<td>Pie, Rhubarb </td>
<td>Plain Rhubarb is much better than Strawberry Rhubarb! </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/226" class="ajaxNavigation">View</a> </td>
<td>Pie Crust, Gluten Free </td>
<td>Omit sugar if you don&#039;t want a sweet crust </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/213" class="ajaxNavigation">View</a> </td>
<td>Pickles, Great Grandma Reble </td>
<td>Brine is for one quart. Make as much as you need to cover cucumbers! </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/181" class="ajaxNavigation">View</a> </td>
<td>Pasty </td>
<td>From Daddy Replace turnip with rutabega if desired </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/174" class="ajaxNavigation">View</a> </td>
<td>Oatmeal, Instant </td>
<td> </td>
<td>
Joyce McGuire </td>
</tr>
</table>
<p>
Page 3 of 9 </p>
<div class="paging">
<span class="ajaxLink"><a href="/phprecipebook/recipes/index/page:2/sort:name/direction:desc" rel="prev">< previous</a></span><span class="ajaxLink"><a href="/phprecipebook/recipes/index/sort:name/direction:desc">1</a></span><span class="ajaxLink"><a href="/phprecipebook/recipes/index/page:2/sort:name/direction:desc">2</a></span><span class="current ajaxLink">3</span><span class="ajaxLink"><a href="/phprecipebook/recipes/index/page:4/sort:name/direction:desc">4</a></span><span class="ajaxLink"><a href="/phprecipebook/recipes/index/page:5/sort:name/direction:desc">5</a></span><span class="ajaxLink"><a href="/phprecipebook/recipes/index/page:6/sort:name/direction:desc">6</a></span><span class="ajaxLink"><a href="/phprecipebook/recipes/index/page:7/sort:name/direction:desc">7</a></span><span class="ajaxLink"><a href="/phprecipebook/recipes/index/page:8/sort:name/direction:desc">8</a></span><span class="ajaxLink"><a href="/phprecipebook/recipes/index/page:9/sort:name/direction:desc">9</a></span><span class="ajaxLink"><a href="/phprecipebook/recipes/index/page:4/sort:name/direction:desc" rel="next">next ></a></span> </div>
</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 => 'Paginator',
(int) 1 => 'Session'
)
$result = null
$name = 'Session' 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 ]Code Context $result = null ;
foreach ( $list as $name ) {
$result = call_user_func_array (array( $this -> _loaded [ $name ], $callback ), compact ( 'subject' ) + $params );
$callback = 'afterRender'
$params = array(
(int) 0 => '/home/amcguire/mcguireclan.org/phprecipebook/View/Recipes/index.ctp'
)
$options = array(
'break' => false,
'breakOn' => false,
'collectReturn' => false,
'modParams' => false
)
$event = object(CakeEvent) {
data => array(
(int) 0 => '/home/amcguire/mcguireclan.org/phprecipebook/View/Recipes/index.ctp'
)
result => null
omitSubject => true
[protected] _name => 'View.afterRender'
[protected] _subject => object(View) {}
[protected] _stopped => false
}
$opt = 'modParams'
$parts = array(
(int) 0 => 'View'
)
$collected = array()
$list = array(
(int) 0 => 'Paginator',
(int) 1 => 'Session'
)
$result = null
$name = 'Paginator' 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 ]Code Context $result = null ;
foreach ( $list as $name ) {
$result = call_user_func_array (array( $this -> _loaded [ $name ], $callback ), compact ( 'subject' ) + $params );
$callback = 'afterRender'
$params = array(
(int) 0 => '/home/amcguire/mcguireclan.org/phprecipebook/View/Recipes/index.ctp'
)
$options = array(
'break' => false,
'breakOn' => false,
'collectReturn' => false,
'modParams' => false
)
$event = object(CakeEvent) {
data => array(
(int) 0 => '/home/amcguire/mcguireclan.org/phprecipebook/View/Recipes/index.ctp'
)
result => null
omitSubject => true
[protected] _name => 'View.afterRender'
[protected] _subject => object(View) {}
[protected] _stopped => false
}
$opt = 'modParams'
$parts = array(
(int) 0 => 'View'
)
$collected = array()
$list = array(
(int) 0 => 'Paginator',
(int) 1 => 'Session'
)
$result = null
$name = 'Session' 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 ]Code Context $result = null ;
foreach ( $list as $name ) {
$result = call_user_func_array (array( $this -> _loaded [ $name ], $callback ), compact ( 'subject' ) + $params );
$callback = 'beforeLayout'
$params = array(
(int) 0 => '/home/amcguire/mcguireclan.org/phprecipebook/View/Layouts/default.ctp'
)
$options = array(
'break' => false,
'breakOn' => false,
'collectReturn' => false,
'modParams' => false
)
$event = object(CakeEvent) {
data => array(
(int) 0 => '/home/amcguire/mcguireclan.org/phprecipebook/View/Layouts/default.ctp'
)
result => null
omitSubject => true
[protected] _name => 'View.beforeLayout'
[protected] _subject => object(View) {}
[protected] _stopped => false
}
$opt = 'modParams'
$parts = array(
(int) 0 => 'View'
)
$collected = array()
$list = array(
(int) 0 => 'Paginator',
(int) 1 => 'Session'
)
$result = null
$name = 'Paginator' 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 ]Code Context $result = null ;
foreach ( $list as $name ) {
$result = call_user_func_array (array( $this -> _loaded [ $name ], $callback ), compact ( 'subject' ) + $params );
$callback = 'beforeLayout'
$params = array(
(int) 0 => '/home/amcguire/mcguireclan.org/phprecipebook/View/Layouts/default.ctp'
)
$options = array(
'break' => false,
'breakOn' => false,
'collectReturn' => false,
'modParams' => false
)
$event = object(CakeEvent) {
data => array(
(int) 0 => '/home/amcguire/mcguireclan.org/phprecipebook/View/Layouts/default.ctp'
)
result => null
omitSubject => true
[protected] _name => 'View.beforeLayout'
[protected] _subject => object(View) {}
[protected] _stopped => false
}
$opt = 'modParams'
$parts = array(
(int) 0 => 'View'
)
$collected = array()
$list = array(
(int) 0 => 'Paginator',
(int) 1 => 'Session'
)
$result = null
$name = 'Session' 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 ]Code Context $result = null ;
foreach ( $list as $name ) {
$result = call_user_func_array (array( $this -> _loaded [ $name ], $callback ), compact ( 'subject' ) + $params );
$callback = 'beforeRenderFile'
$params = array(
(int) 0 => '/home/amcguire/mcguireclan.org/phprecipebook/View/Layouts/default.ctp'
)
$options = array(
'break' => false,
'breakOn' => false,
'collectReturn' => false,
'modParams' => false
)
$event = object(CakeEvent) {
data => array(
(int) 0 => '/home/amcguire/mcguireclan.org/phprecipebook/View/Layouts/default.ctp'
)
result => null
omitSubject => true
[protected] _name => 'View.beforeRenderFile'
[protected] _subject => object(View) {}
[protected] _stopped => false
}
$opt = 'modParams'
$parts = array(
(int) 0 => 'View'
)
$collected = array()
$list = array(
(int) 0 => 'Paginator',
(int) 1 => 'Session'
)
$result = null
$name = 'Paginator' 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 ]Code Context $result = null ;
foreach ( $list as $name ) {
$result = call_user_func_array (array( $this -> _loaded [ $name ], $callback ), compact ( 'subject' ) + $params );
$callback = 'beforeRenderFile'
$params = array(
(int) 0 => '/home/amcguire/mcguireclan.org/phprecipebook/View/Layouts/default.ctp'
)
$options = array(
'break' => false,
'breakOn' => false,
'collectReturn' => false,
'modParams' => false
)
$event = object(CakeEvent) {
data => array(
(int) 0 => '/home/amcguire/mcguireclan.org/phprecipebook/View/Layouts/default.ctp'
)
result => null
omitSubject => true
[protected] _name => 'View.beforeRenderFile'
[protected] _subject => object(View) {}
[protected] _stopped => false
}
$opt = 'modParams'
$parts = array(
(int) 0 => 'View'
)
$collected = array()
$list = array(
(int) 0 => 'Paginator',
(int) 1 => 'Session'
)
$result = null
$name = 'Session' 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 ]Code Context $result = null ;
foreach ( $list as $name ) {
$result = call_user_func_array (array( $this -> _loaded [ $name ], $callback ), compact ( 'subject' ) + $params );
$callback = 'afterRenderFile'
$params = array(
(int) 0 => '/home/amcguire/mcguireclan.org/phprecipebook/View/Layouts/default.ctp',
(int) 1 => '
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>
PHPRecipeBook:
Recipes </title>
<link href="/phprecipebook/favicon.ico" type="image/x-icon" rel="icon"/><link href="/phprecipebook/favicon.ico" type="image/x-icon" rel="shortcut icon"/><link rel="stylesheet" type="text/css" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.3/themes/smoothness/jquery-ui.css"/><link rel="stylesheet" type="text/css" href="/phprecipebook/css/toastr.min.css"/><link rel="stylesheet" type="text/css" href="/phprecipebook/css/jquery.qtip.css"/><link rel="stylesheet" type="text/css" href="/phprecipebook/css/rateit.css"/><link rel="stylesheet" type="text/css" href="/phprecipebook/css/cake.generic.css"/><link rel="stylesheet" type="text/css" href="/phprecipebook/css/default.css"/><link rel="stylesheet" type="text/css" href="/phprecipebook/css/print.css"/><script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script><script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.3/jquery-ui.min.js"></script><script type="text/javascript" src="/phprecipebook/js/toastr.min.js"></script><script type="text/javascript" src="/phprecipebook/js/jquery.qtip.js"></script><script type="text/javascript" src="/phprecipebook/js/jquery.rateit.min.js"></script><script type="text/javascript" src="/phprecipebook/js/default.js"></script>
</head>
<body>
<script type="text/javascript">
$(function() {
initApplication("/phprecipebook/");
});
// Global Variables
var applicationContext = "recipes"; // Default context
</script>
<div id="container">
<div id="header">
</div>
<div id="recipeLinkBoxContainer"></div>
<div id="main" class="constrain borderStyle">
<nav id="navigation-menu">
<ul>
<li><a href="/phprecipebook/recipes" class="ajaxNavigation"
title="Browse your recipes">Recipes</a></li>
<li><a href="/phprecipebook/restaurants" class="ajaxNavigation higherRes"
title="List of your restaurants">Restaurants</a></li>
<li><div id="searchHolder">
<form id="searchEverythingForm">
<span>
<input type="text" class="searchTextBox" placeholder="Search Recipes" />
<img src="/phprecipebook/img/clearBtn.png" class="cancelBtn"/>
</span>
</form>
</li>
<li>
<a href="/phprecipebook/users/login" id="signInButton"
title="Sign in with your existing account">Sign in</a>
</li>
</ul>
</nav>
<div id="content">
<script type="text/javascript">
$(function() {
setSearchBoxTarget('Recipes');
$(document).on("saved.ethnicity", function() {
$('#editEthnicityDialog').dialog('close');
ajaxGet('recipes');
});
$(document).on("saved.baseType", function() {
$('#editBaseTypeDialog').dialog('close');
ajaxGet('recipes');
});
$(document).on("saved.course", function() {
$('#editCourseDialog').dialog('close');
ajaxGet('recipes');
});
$(document).off("savedPreparationTime.recipes");
$(document).on("savedPreparationTime.recipes", function() {
$('#editPrepTimeDialog').dialog('close');
ajaxGet('recipes');
});
$(document).off("savedDifficulty.recipes");
$(document).on("savedDifficulty.recipes", function() {
$('#editDifficultyDialog').dialog('close');
ajaxGet('recipes');
});
$(document).off("savedSource.recipes");
$(document).on("savedSource.recipes", function() {
$('#editSourceDialog').dialog('close');
ajaxGet('recipes');
});
$(document).off("savedPreparationMethod.recipes");
$(document).on("savedPreparationMethod.recipes", function() {
$('#editPrepMethodDialog').dialog('close');
ajaxGet('recipes');
});
});
</script>
<div class="recipes index">
<h2>Recipes</h2>
<table cellpadding="0" cellspacing="0">
<tr>
<th class="actions">Actions</th>
<th><a href="/phprecipebook/recipes/index/page:3/sort:name/direction:asc" class="desc">Name</a></th>
<th><a href="/phprecipebook/recipes/index/page:3/sort:comments/direction:asc">Comments</a></th>
<th><a href="/phprecipebook/recipes/index/page:3/sort:user_id/direction:asc">User</a></th>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/99" class="ajaxNavigation">View</a> </td>
<td>Rolls, Oatmeal </td>
<td>From Mrs. Deardorff </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/179" class="ajaxNavigation">View</a> </td>
<td>Rolls, Hot dog or hamburger </td>
<td>From &quot;There&#039;s a Chef in my World!&quot; </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/126" class="ajaxNavigation">View</a> </td>
<td>Roasted Garlic Dip </td>
<td>Makes 1 1/4 cups </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/42" class="ajaxNavigation">View</a> </td>
<td>Roasted garlic </td>
<td> </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/140" class="ajaxNavigation">View</a> </td>
<td>Pumpkin Dip </td>
<td>From Deb Buckles </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/199" class="ajaxNavigation">View</a> </td>
<td>Pudding Dessert </td>
<td>Auntie Kristi&#039;s Aunt Carolyn&#039;s recipe </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/124" class="ajaxNavigation">View</a> </td>
<td>Pretzel rolls </td>
<td>Great for sandwiches, try using less baking soda, very strong tasting </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/87" class="ajaxNavigation">View</a> </td>
<td>Potato Samosas </td>
<td>Muzghaan made for us and this is our remembered recipe </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/180" class="ajaxNavigation">View</a> </td>
<td>Potato Salad, Baked </td>
<td>All measurements are approximate. Season to taste. </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/127" class="ajaxNavigation">View</a> </td>
<td>Popcorn, Colored </td>
<td> </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/122" class="ajaxNavigation">View</a> </td>
<td>Popcorn, Cinnamon Caramel Nut </td>
<td>Very Good snack </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/36" class="ajaxNavigation">View</a> </td>
<td>Popcorn, Caramel Bars </td>
<td>Fun treat for traveling </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/168" class="ajaxNavigation">View</a> </td>
<td>Polish Potato Bread </td>
<td>Polish Okregly Chleb Kartoflany, very good white bread, Large Loaves </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/178" class="ajaxNavigation">View</a> </td>
<td>Pizza, Black Bean </td>
<td> </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/225" class="ajaxNavigation">View</a> </td>
<td>Pie, Sauerkraut Cream </td>
<td>Makes two pies or one 8x10 &quot;bar cookie&quot; </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/69" class="ajaxNavigation">View</a> </td>
<td>Pie, Rhubarb </td>
<td>Plain Rhubarb is much better than Strawberry Rhubarb! </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/226" class="ajaxNavigation">View</a> </td>
<td>Pie Crust, Gluten Free </td>
<td>Omit sugar if you don&#039;t want a sweet crust </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/213" class="ajaxNavigation">View</a> </td>
<td>Pickles, Great Grandma Reble </td>
<td>Brine is for one quart. Make as much as you need to cover cucumbers! </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/181" class="ajaxNavigation">View</a> </td>
<td>Pasty </td>
<td>From Daddy Replace turnip with rutabega if desired </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/174" class="ajaxNavigation">View</a> </td>
<td>Oatmeal, Instant </td>
<td> </td>
<td>
Joyce McGuire </td>
</tr>
</table>
<p>
Page 3 of 9 </p>
<div class="paging">
<span class="ajaxLink"><a href="/phprecipebook/recipes/index/page:2/sort:name/direction:desc" rel="prev">< previous</a></span><span class="ajaxLink"><a href="/phprecipebook/recipes/index/sort:name/direction:desc">1</a></span><span class="ajaxLink"><a href="/phprecipebook/recipes/index/page:2/sort:name/direction:desc">2</a></span><span class="current ajaxLink">3</span><span class="ajaxLink"><a href="/phprecipebook/recipes/index/page:4/sort:name/direction:desc">4</a></span><span class="ajaxLink"><a href="/phprecipebook/recipes/index/page:5/sort:name/direction:desc">5</a></span><span class="ajaxLink"><a href="/phprecipebook/recipes/index/page:6/sort:name/direction:desc">6</a></span><span class="ajaxLink"><a href="/phprecipebook/recipes/index/page:7/sort:name/direction:desc">7</a></span><span class="ajaxLink"><a href="/phprecipebook/recipes/index/page:8/sort:name/direction:desc">8</a></span><span class="ajaxLink"><a href="/phprecipebook/recipes/index/page:9/sort:name/direction:desc">9</a></span><span class="ajaxLink"><a href="/phprecipebook/recipes/index/page:4/sort:name/direction:desc" rel="next">next ></a></span> </div>
</div>
</div>
<div id="footer">
</div>
</div>
</div>
<div id="editIngredientDialog" class="dialog" width="600" height="610" title="Ingredient"/>
<div id="editLocationDialog" class="dialog" width="600" height="240" title="Location"/>
<div id="editUnitDialog" class="dialog" width="600" height="400" title="Unit"/>
<div id="editRestaurantDialog" class="dialog" width="600" height="800" title="Restaurant"/>
<div id="editPriceRangesDialog" class="dialog" width="600" height="200" title="Price Ranges"/>
<div id="editEthnicityDialog" class="dialog" width="600" height="200" title="Ethnicity"/>
<div id="editBaseTypeDialog" class="dialog" width="600" height="200" title="Base Type"/>
<div id="editCourseDialog" class="dialog" width="600" height="200" title="Course"/>
<div id="editPrepTimeDialog" class="dialog" width="600" height="200" title="Preparation Time"/>
<div id="editPrepMethodDialog" class="dialog" width="600" height="200" title="Preparation Method"/>
<div id="editDifficultyDialog" class="dialog" width="600" height="200" title="Difficulty"/>
<div id="editSourceDialog" class="dialog" width="600" height="500" title="Source"/>
<div id="editMealDialog" class="dialog" width="700" height="500" title="Meal"/>
<div id="editProductDialog" class="dialog" width="600" height="400" title="Product"/>
</body>
</html>
'
)
$options = array(
'modParams' => (int) 1,
'break' => false,
'breakOn' => false,
'collectReturn' => false
)
$event = object(CakeEvent) {
data => array(
(int) 0 => '/home/amcguire/mcguireclan.org/phprecipebook/View/Layouts/default.ctp',
(int) 1 => '
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>
PHPRecipeBook:
Recipes </title>
<link href="/phprecipebook/favicon.ico" type="image/x-icon" rel="icon"/><link href="/phprecipebook/favicon.ico" type="image/x-icon" rel="shortcut icon"/><link rel="stylesheet" type="text/css" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.3/themes/smoothness/jquery-ui.css"/><link rel="stylesheet" type="text/css" href="/phprecipebook/css/toastr.min.css"/><link rel="stylesheet" type="text/css" href="/phprecipebook/css/jquery.qtip.css"/><link rel="stylesheet" type="text/css" href="/phprecipebook/css/rateit.css"/><link rel="stylesheet" type="text/css" href="/phprecipebook/css/cake.generic.css"/><link rel="stylesheet" type="text/css" href="/phprecipebook/css/default.css"/><link rel="stylesheet" type="text/css" href="/phprecipebook/css/print.css"/><script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script><script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.3/jquery-ui.min.js"></script><script type="text/javascript" src="/phprecipebook/js/toastr.min.js"></script><script type="text/javascript" src="/phprecipebook/js/jquery.qtip.js"></script><script type="text/javascript" src="/phprecipebook/js/jquery.rateit.min.js"></script><script type="text/javascript" src="/phprecipebook/js/default.js"></script>
</head>
<body>
<script type="text/javascript">
$(function() {
initApplication("/phprecipebook/");
});
// Global Variables
var applicationContext = "recipes"; // Default context
</script>
<div id="container">
<div id="header">
</div>
<div id="recipeLinkBoxContainer"></div>
<div id="main" class="constrain borderStyle">
<nav id="navigation-menu">
<ul>
<li><a href="/phprecipebook/recipes" class="ajaxNavigation"
title="Browse your recipes">Recipes</a></li>
<li><a href="/phprecipebook/restaurants" class="ajaxNavigation higherRes"
title="List of your restaurants">Restaurants</a></li>
<li><div id="searchHolder">
<form id="searchEverythingForm">
<span>
<input type="text" class="searchTextBox" placeholder="Search Recipes" />
<img src="/phprecipebook/img/clearBtn.png" class="cancelBtn"/>
</span>
</form>
</li>
<li>
<a href="/phprecipebook/users/login" id="signInButton"
title="Sign in with your existing account">Sign in</a>
</li>
</ul>
</nav>
<div id="content">
<script type="text/javascript">
$(function() {
setSearchBoxTarget('Recipes');
$(document).on("saved.ethnicity", function() {
$('#editEthnicityDialog').dialog('close');
ajaxGet('recipes');
});
$(document).on("saved.baseType", function() {
$('#editBaseTypeDialog').dialog('close');
ajaxGet('recipes');
});
$(document).on("saved.course", function() {
$('#editCourseDialog').dialog('close');
ajaxGet('recipes');
});
$(document).off("savedPreparationTime.recipes");
$(document).on("savedPreparationTime.recipes", function() {
$('#editPrepTimeDialog').dialog('close');
ajaxGet('recipes');
});
$(document).off("savedDifficulty.recipes");
$(document).on("savedDifficulty.recipes", function() {
$('#editDifficultyDialog').dialog('close');
ajaxGet('recipes');
});
$(document).off("savedSource.recipes");
$(document).on("savedSource.recipes", function() {
$('#editSourceDialog').dialog('close');
ajaxGet('recipes');
});
$(document).off("savedPreparationMethod.recipes");
$(document).on("savedPreparationMethod.recipes", function() {
$('#editPrepMethodDialog').dialog('close');
ajaxGet('recipes');
});
});
</script>
<div class="recipes index">
<h2>Recipes</h2>
<table cellpadding="0" cellspacing="0">
<tr>
<th class="actions">Actions</th>
<th><a href="/phprecipebook/recipes/index/page:3/sort:name/direction:asc" class="desc">Name</a></th>
<th><a href="/phprecipebook/recipes/index/page:3/sort:comments/direction:asc">Comments</a></th>
<th><a href="/phprecipebook/recipes/index/page:3/sort:user_id/direction:asc">User</a></th>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/99" class="ajaxNavigation">View</a> </td>
<td>Rolls, Oatmeal </td>
<td>From Mrs. Deardorff </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/179" class="ajaxNavigation">View</a> </td>
<td>Rolls, Hot dog or hamburger </td>
<td>From &quot;There&#039;s a Chef in my World!&quot; </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/126" class="ajaxNavigation">View</a> </td>
<td>Roasted Garlic Dip </td>
<td>Makes 1 1/4 cups </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/42" class="ajaxNavigation">View</a> </td>
<td>Roasted garlic </td>
<td> </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/140" class="ajaxNavigation">View</a> </td>
<td>Pumpkin Dip </td>
<td>From Deb Buckles </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/199" class="ajaxNavigation">View</a> </td>
<td>Pudding Dessert </td>
<td>Auntie Kristi&#039;s Aunt Carolyn&#039;s recipe </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/124" class="ajaxNavigation">View</a> </td>
<td>Pretzel rolls </td>
<td>Great for sandwiches, try using less baking soda, very strong tasting </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/87" class="ajaxNavigation">View</a> </td>
<td>Potato Samosas </td>
<td>Muzghaan made for us and this is our remembered recipe </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/180" class="ajaxNavigation">View</a> </td>
<td>Potato Salad, Baked </td>
<td>All measurements are approximate. Season to taste. </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/127" class="ajaxNavigation">View</a> </td>
<td>Popcorn, Colored </td>
<td> </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/122" class="ajaxNavigation">View</a> </td>
<td>Popcorn, Cinnamon Caramel Nut </td>
<td>Very Good snack </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/36" class="ajaxNavigation">View</a> </td>
<td>Popcorn, Caramel Bars </td>
<td>Fun treat for traveling </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/168" class="ajaxNavigation">View</a> </td>
<td>Polish Potato Bread </td>
<td>Polish Okregly Chleb Kartoflany, very good white bread, Large Loaves </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/178" class="ajaxNavigation">View</a> </td>
<td>Pizza, Black Bean </td>
<td> </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/225" class="ajaxNavigation">View</a> </td>
<td>Pie, Sauerkraut Cream </td>
<td>Makes two pies or one 8x10 &quot;bar cookie&quot; </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/69" class="ajaxNavigation">View</a> </td>
<td>Pie, Rhubarb </td>
<td>Plain Rhubarb is much better than Strawberry Rhubarb! </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/226" class="ajaxNavigation">View</a> </td>
<td>Pie Crust, Gluten Free </td>
<td>Omit sugar if you don&#039;t want a sweet crust </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/213" class="ajaxNavigation">View</a> </td>
<td>Pickles, Great Grandma Reble </td>
<td>Brine is for one quart. Make as much as you need to cover cucumbers! </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/181" class="ajaxNavigation">View</a> </td>
<td>Pasty </td>
<td>From Daddy Replace turnip with rutabega if desired </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/174" class="ajaxNavigation">View</a> </td>
<td>Oatmeal, Instant </td>
<td> </td>
<td>
Joyce McGuire </td>
</tr>
</table>
<p>
Page 3 of 9 </p>
<div class="paging">
<span class="ajaxLink"><a href="/phprecipebook/recipes/index/page:2/sort:name/direction:desc" rel="prev">< previous</a></span><span class="ajaxLink"><a href="/phprecipebook/recipes/index/sort:name/direction:desc">1</a></span><span class="ajaxLink"><a href="/phprecipebook/recipes/index/page:2/sort:name/direction:desc">2</a></span><span class="current ajaxLink">3</span><span class="ajaxLink"><a href="/phprecipebook/recipes/index/page:4/sort:name/direction:desc">4</a></span><span class="ajaxLink"><a href="/phprecipebook/recipes/index/page:5/sort:name/direction:desc">5</a></span><span class="ajaxLink"><a href="/phprecipebook/recipes/index/page:6/sort:name/direction:desc">6</a></span><span class="ajaxLink"><a href="/phprecipebook/recipes/index/page:7/sort:name/direction:desc">7</a></span><span class="ajaxLink"><a href="/phprecipebook/recipes/index/page:8/sort:name/direction:desc">8</a></span><span class="ajaxLink"><a href="/phprecipebook/recipes/index/page:9/sort:name/direction:desc">9</a></span><span class="ajaxLink"><a href="/phprecipebook/recipes/index/page:4/sort:name/direction:desc" rel="next">next ></a></span> </div>
</div>
</div>
<div id="footer">
</div>
</div>
</div>
<div id="editIngredientDialog" class="dialog" width="600" height="610" title="Ingredient"/>
<div id="editLocationDialog" class="dialog" width="600" height="240" title="Location"/>
<div id="editUnitDialog" class="dialog" width="600" height="400" title="Unit"/>
<div id="editRestaurantDialog" class="dialog" width="600" height="800" title="Restaurant"/>
<div id="editPriceRangesDialog" class="dialog" width="600" height="200" title="Price Ranges"/>
<div id="editEthnicityDialog" class="dialog" width="600" height="200" title="Ethnicity"/>
<div id="editBaseTypeDialog" class="dialog" width="600" height="200" title="Base Type"/>
<div id="editCourseDialog" class="dialog" width="600" height="200" title="Course"/>
<div id="editPrepTimeDialog" class="dialog" width="600" height="200" title="Preparation Time"/>
<div id="editPrepMethodDialog" class="dialog" width="600" height="200" title="Preparation Method"/>
<div id="editDifficultyDialog" class="dialog" width="600" height="200" title="Difficulty"/>
<div id="editSourceDialog" class="dialog" width="600" height="500" title="Source"/>
<div id="editMealDialog" class="dialog" width="700" height="500" title="Meal"/>
<div id="editProductDialog" class="dialog" width="600" height="400" title="Product"/>
</body>
</html>
'
)
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 => 'Paginator',
(int) 1 => 'Session'
)
$result = null
$name = 'Paginator' 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 ]Code Context $result = null ;
foreach ( $list as $name ) {
$result = call_user_func_array (array( $this -> _loaded [ $name ], $callback ), compact ( 'subject' ) + $params );
$callback = 'afterRenderFile'
$params = array(
(int) 0 => '/home/amcguire/mcguireclan.org/phprecipebook/View/Layouts/default.ctp',
(int) 1 => '
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>
PHPRecipeBook:
Recipes </title>
<link href="/phprecipebook/favicon.ico" type="image/x-icon" rel="icon"/><link href="/phprecipebook/favicon.ico" type="image/x-icon" rel="shortcut icon"/><link rel="stylesheet" type="text/css" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.3/themes/smoothness/jquery-ui.css"/><link rel="stylesheet" type="text/css" href="/phprecipebook/css/toastr.min.css"/><link rel="stylesheet" type="text/css" href="/phprecipebook/css/jquery.qtip.css"/><link rel="stylesheet" type="text/css" href="/phprecipebook/css/rateit.css"/><link rel="stylesheet" type="text/css" href="/phprecipebook/css/cake.generic.css"/><link rel="stylesheet" type="text/css" href="/phprecipebook/css/default.css"/><link rel="stylesheet" type="text/css" href="/phprecipebook/css/print.css"/><script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script><script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.3/jquery-ui.min.js"></script><script type="text/javascript" src="/phprecipebook/js/toastr.min.js"></script><script type="text/javascript" src="/phprecipebook/js/jquery.qtip.js"></script><script type="text/javascript" src="/phprecipebook/js/jquery.rateit.min.js"></script><script type="text/javascript" src="/phprecipebook/js/default.js"></script>
</head>
<body>
<script type="text/javascript">
$(function() {
initApplication("/phprecipebook/");
});
// Global Variables
var applicationContext = "recipes"; // Default context
</script>
<div id="container">
<div id="header">
</div>
<div id="recipeLinkBoxContainer"></div>
<div id="main" class="constrain borderStyle">
<nav id="navigation-menu">
<ul>
<li><a href="/phprecipebook/recipes" class="ajaxNavigation"
title="Browse your recipes">Recipes</a></li>
<li><a href="/phprecipebook/restaurants" class="ajaxNavigation higherRes"
title="List of your restaurants">Restaurants</a></li>
<li><div id="searchHolder">
<form id="searchEverythingForm">
<span>
<input type="text" class="searchTextBox" placeholder="Search Recipes" />
<img src="/phprecipebook/img/clearBtn.png" class="cancelBtn"/>
</span>
</form>
</li>
<li>
<a href="/phprecipebook/users/login" id="signInButton"
title="Sign in with your existing account">Sign in</a>
</li>
</ul>
</nav>
<div id="content">
<script type="text/javascript">
$(function() {
setSearchBoxTarget('Recipes');
$(document).on("saved.ethnicity", function() {
$('#editEthnicityDialog').dialog('close');
ajaxGet('recipes');
});
$(document).on("saved.baseType", function() {
$('#editBaseTypeDialog').dialog('close');
ajaxGet('recipes');
});
$(document).on("saved.course", function() {
$('#editCourseDialog').dialog('close');
ajaxGet('recipes');
});
$(document).off("savedPreparationTime.recipes");
$(document).on("savedPreparationTime.recipes", function() {
$('#editPrepTimeDialog').dialog('close');
ajaxGet('recipes');
});
$(document).off("savedDifficulty.recipes");
$(document).on("savedDifficulty.recipes", function() {
$('#editDifficultyDialog').dialog('close');
ajaxGet('recipes');
});
$(document).off("savedSource.recipes");
$(document).on("savedSource.recipes", function() {
$('#editSourceDialog').dialog('close');
ajaxGet('recipes');
});
$(document).off("savedPreparationMethod.recipes");
$(document).on("savedPreparationMethod.recipes", function() {
$('#editPrepMethodDialog').dialog('close');
ajaxGet('recipes');
});
});
</script>
<div class="recipes index">
<h2>Recipes</h2>
<table cellpadding="0" cellspacing="0">
<tr>
<th class="actions">Actions</th>
<th><a href="/phprecipebook/recipes/index/page:3/sort:name/direction:asc" class="desc">Name</a></th>
<th><a href="/phprecipebook/recipes/index/page:3/sort:comments/direction:asc">Comments</a></th>
<th><a href="/phprecipebook/recipes/index/page:3/sort:user_id/direction:asc">User</a></th>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/99" class="ajaxNavigation">View</a> </td>
<td>Rolls, Oatmeal </td>
<td>From Mrs. Deardorff </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/179" class="ajaxNavigation">View</a> </td>
<td>Rolls, Hot dog or hamburger </td>
<td>From &quot;There&#039;s a Chef in my World!&quot; </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/126" class="ajaxNavigation">View</a> </td>
<td>Roasted Garlic Dip </td>
<td>Makes 1 1/4 cups </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/42" class="ajaxNavigation">View</a> </td>
<td>Roasted garlic </td>
<td> </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/140" class="ajaxNavigation">View</a> </td>
<td>Pumpkin Dip </td>
<td>From Deb Buckles </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/199" class="ajaxNavigation">View</a> </td>
<td>Pudding Dessert </td>
<td>Auntie Kristi&#039;s Aunt Carolyn&#039;s recipe </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/124" class="ajaxNavigation">View</a> </td>
<td>Pretzel rolls </td>
<td>Great for sandwiches, try using less baking soda, very strong tasting </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/87" class="ajaxNavigation">View</a> </td>
<td>Potato Samosas </td>
<td>Muzghaan made for us and this is our remembered recipe </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/180" class="ajaxNavigation">View</a> </td>
<td>Potato Salad, Baked </td>
<td>All measurements are approximate. Season to taste. </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/127" class="ajaxNavigation">View</a> </td>
<td>Popcorn, Colored </td>
<td> </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/122" class="ajaxNavigation">View</a> </td>
<td>Popcorn, Cinnamon Caramel Nut </td>
<td>Very Good snack </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/36" class="ajaxNavigation">View</a> </td>
<td>Popcorn, Caramel Bars </td>
<td>Fun treat for traveling </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/168" class="ajaxNavigation">View</a> </td>
<td>Polish Potato Bread </td>
<td>Polish Okregly Chleb Kartoflany, very good white bread, Large Loaves </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/178" class="ajaxNavigation">View</a> </td>
<td>Pizza, Black Bean </td>
<td> </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/225" class="ajaxNavigation">View</a> </td>
<td>Pie, Sauerkraut Cream </td>
<td>Makes two pies or one 8x10 &quot;bar cookie&quot; </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/69" class="ajaxNavigation">View</a> </td>
<td>Pie, Rhubarb </td>
<td>Plain Rhubarb is much better than Strawberry Rhubarb! </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/226" class="ajaxNavigation">View</a> </td>
<td>Pie Crust, Gluten Free </td>
<td>Omit sugar if you don&#039;t want a sweet crust </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/213" class="ajaxNavigation">View</a> </td>
<td>Pickles, Great Grandma Reble </td>
<td>Brine is for one quart. Make as much as you need to cover cucumbers! </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/181" class="ajaxNavigation">View</a> </td>
<td>Pasty </td>
<td>From Daddy Replace turnip with rutabega if desired </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/174" class="ajaxNavigation">View</a> </td>
<td>Oatmeal, Instant </td>
<td> </td>
<td>
Joyce McGuire </td>
</tr>
</table>
<p>
Page 3 of 9 </p>
<div class="paging">
<span class="ajaxLink"><a href="/phprecipebook/recipes/index/page:2/sort:name/direction:desc" rel="prev">< previous</a></span><span class="ajaxLink"><a href="/phprecipebook/recipes/index/sort:name/direction:desc">1</a></span><span class="ajaxLink"><a href="/phprecipebook/recipes/index/page:2/sort:name/direction:desc">2</a></span><span class="current ajaxLink">3</span><span class="ajaxLink"><a href="/phprecipebook/recipes/index/page:4/sort:name/direction:desc">4</a></span><span class="ajaxLink"><a href="/phprecipebook/recipes/index/page:5/sort:name/direction:desc">5</a></span><span class="ajaxLink"><a href="/phprecipebook/recipes/index/page:6/sort:name/direction:desc">6</a></span><span class="ajaxLink"><a href="/phprecipebook/recipes/index/page:7/sort:name/direction:desc">7</a></span><span class="ajaxLink"><a href="/phprecipebook/recipes/index/page:8/sort:name/direction:desc">8</a></span><span class="ajaxLink"><a href="/phprecipebook/recipes/index/page:9/sort:name/direction:desc">9</a></span><span class="ajaxLink"><a href="/phprecipebook/recipes/index/page:4/sort:name/direction:desc" rel="next">next ></a></span> </div>
</div>
</div>
<div id="footer">
</div>
</div>
</div>
<div id="editIngredientDialog" class="dialog" width="600" height="610" title="Ingredient"/>
<div id="editLocationDialog" class="dialog" width="600" height="240" title="Location"/>
<div id="editUnitDialog" class="dialog" width="600" height="400" title="Unit"/>
<div id="editRestaurantDialog" class="dialog" width="600" height="800" title="Restaurant"/>
<div id="editPriceRangesDialog" class="dialog" width="600" height="200" title="Price Ranges"/>
<div id="editEthnicityDialog" class="dialog" width="600" height="200" title="Ethnicity"/>
<div id="editBaseTypeDialog" class="dialog" width="600" height="200" title="Base Type"/>
<div id="editCourseDialog" class="dialog" width="600" height="200" title="Course"/>
<div id="editPrepTimeDialog" class="dialog" width="600" height="200" title="Preparation Time"/>
<div id="editPrepMethodDialog" class="dialog" width="600" height="200" title="Preparation Method"/>
<div id="editDifficultyDialog" class="dialog" width="600" height="200" title="Difficulty"/>
<div id="editSourceDialog" class="dialog" width="600" height="500" title="Source"/>
<div id="editMealDialog" class="dialog" width="700" height="500" title="Meal"/>
<div id="editProductDialog" class="dialog" width="600" height="400" title="Product"/>
</body>
</html>
'
)
$options = array(
'modParams' => (int) 1,
'break' => false,
'breakOn' => false,
'collectReturn' => false
)
$event = object(CakeEvent) {
data => array(
(int) 0 => '/home/amcguire/mcguireclan.org/phprecipebook/View/Layouts/default.ctp',
(int) 1 => '
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>
PHPRecipeBook:
Recipes </title>
<link href="/phprecipebook/favicon.ico" type="image/x-icon" rel="icon"/><link href="/phprecipebook/favicon.ico" type="image/x-icon" rel="shortcut icon"/><link rel="stylesheet" type="text/css" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.3/themes/smoothness/jquery-ui.css"/><link rel="stylesheet" type="text/css" href="/phprecipebook/css/toastr.min.css"/><link rel="stylesheet" type="text/css" href="/phprecipebook/css/jquery.qtip.css"/><link rel="stylesheet" type="text/css" href="/phprecipebook/css/rateit.css"/><link rel="stylesheet" type="text/css" href="/phprecipebook/css/cake.generic.css"/><link rel="stylesheet" type="text/css" href="/phprecipebook/css/default.css"/><link rel="stylesheet" type="text/css" href="/phprecipebook/css/print.css"/><script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script><script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.3/jquery-ui.min.js"></script><script type="text/javascript" src="/phprecipebook/js/toastr.min.js"></script><script type="text/javascript" src="/phprecipebook/js/jquery.qtip.js"></script><script type="text/javascript" src="/phprecipebook/js/jquery.rateit.min.js"></script><script type="text/javascript" src="/phprecipebook/js/default.js"></script>
</head>
<body>
<script type="text/javascript">
$(function() {
initApplication("/phprecipebook/");
});
// Global Variables
var applicationContext = "recipes"; // Default context
</script>
<div id="container">
<div id="header">
</div>
<div id="recipeLinkBoxContainer"></div>
<div id="main" class="constrain borderStyle">
<nav id="navigation-menu">
<ul>
<li><a href="/phprecipebook/recipes" class="ajaxNavigation"
title="Browse your recipes">Recipes</a></li>
<li><a href="/phprecipebook/restaurants" class="ajaxNavigation higherRes"
title="List of your restaurants">Restaurants</a></li>
<li><div id="searchHolder">
<form id="searchEverythingForm">
<span>
<input type="text" class="searchTextBox" placeholder="Search Recipes" />
<img src="/phprecipebook/img/clearBtn.png" class="cancelBtn"/>
</span>
</form>
</li>
<li>
<a href="/phprecipebook/users/login" id="signInButton"
title="Sign in with your existing account">Sign in</a>
</li>
</ul>
</nav>
<div id="content">
<script type="text/javascript">
$(function() {
setSearchBoxTarget('Recipes');
$(document).on("saved.ethnicity", function() {
$('#editEthnicityDialog').dialog('close');
ajaxGet('recipes');
});
$(document).on("saved.baseType", function() {
$('#editBaseTypeDialog').dialog('close');
ajaxGet('recipes');
});
$(document).on("saved.course", function() {
$('#editCourseDialog').dialog('close');
ajaxGet('recipes');
});
$(document).off("savedPreparationTime.recipes");
$(document).on("savedPreparationTime.recipes", function() {
$('#editPrepTimeDialog').dialog('close');
ajaxGet('recipes');
});
$(document).off("savedDifficulty.recipes");
$(document).on("savedDifficulty.recipes", function() {
$('#editDifficultyDialog').dialog('close');
ajaxGet('recipes');
});
$(document).off("savedSource.recipes");
$(document).on("savedSource.recipes", function() {
$('#editSourceDialog').dialog('close');
ajaxGet('recipes');
});
$(document).off("savedPreparationMethod.recipes");
$(document).on("savedPreparationMethod.recipes", function() {
$('#editPrepMethodDialog').dialog('close');
ajaxGet('recipes');
});
});
</script>
<div class="recipes index">
<h2>Recipes</h2>
<table cellpadding="0" cellspacing="0">
<tr>
<th class="actions">Actions</th>
<th><a href="/phprecipebook/recipes/index/page:3/sort:name/direction:asc" class="desc">Name</a></th>
<th><a href="/phprecipebook/recipes/index/page:3/sort:comments/direction:asc">Comments</a></th>
<th><a href="/phprecipebook/recipes/index/page:3/sort:user_id/direction:asc">User</a></th>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/99" class="ajaxNavigation">View</a> </td>
<td>Rolls, Oatmeal </td>
<td>From Mrs. Deardorff </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/179" class="ajaxNavigation">View</a> </td>
<td>Rolls, Hot dog or hamburger </td>
<td>From &quot;There&#039;s a Chef in my World!&quot; </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/126" class="ajaxNavigation">View</a> </td>
<td>Roasted Garlic Dip </td>
<td>Makes 1 1/4 cups </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/42" class="ajaxNavigation">View</a> </td>
<td>Roasted garlic </td>
<td> </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/140" class="ajaxNavigation">View</a> </td>
<td>Pumpkin Dip </td>
<td>From Deb Buckles </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/199" class="ajaxNavigation">View</a> </td>
<td>Pudding Dessert </td>
<td>Auntie Kristi&#039;s Aunt Carolyn&#039;s recipe </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/124" class="ajaxNavigation">View</a> </td>
<td>Pretzel rolls </td>
<td>Great for sandwiches, try using less baking soda, very strong tasting </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/87" class="ajaxNavigation">View</a> </td>
<td>Potato Samosas </td>
<td>Muzghaan made for us and this is our remembered recipe </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/180" class="ajaxNavigation">View</a> </td>
<td>Potato Salad, Baked </td>
<td>All measurements are approximate. Season to taste. </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/127" class="ajaxNavigation">View</a> </td>
<td>Popcorn, Colored </td>
<td> </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/122" class="ajaxNavigation">View</a> </td>
<td>Popcorn, Cinnamon Caramel Nut </td>
<td>Very Good snack </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/36" class="ajaxNavigation">View</a> </td>
<td>Popcorn, Caramel Bars </td>
<td>Fun treat for traveling </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/168" class="ajaxNavigation">View</a> </td>
<td>Polish Potato Bread </td>
<td>Polish Okregly Chleb Kartoflany, very good white bread, Large Loaves </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/178" class="ajaxNavigation">View</a> </td>
<td>Pizza, Black Bean </td>
<td> </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/225" class="ajaxNavigation">View</a> </td>
<td>Pie, Sauerkraut Cream </td>
<td>Makes two pies or one 8x10 &quot;bar cookie&quot; </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/69" class="ajaxNavigation">View</a> </td>
<td>Pie, Rhubarb </td>
<td>Plain Rhubarb is much better than Strawberry Rhubarb! </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/226" class="ajaxNavigation">View</a> </td>
<td>Pie Crust, Gluten Free </td>
<td>Omit sugar if you don&#039;t want a sweet crust </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/213" class="ajaxNavigation">View</a> </td>
<td>Pickles, Great Grandma Reble </td>
<td>Brine is for one quart. Make as much as you need to cover cucumbers! </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/181" class="ajaxNavigation">View</a> </td>
<td>Pasty </td>
<td>From Daddy Replace turnip with rutabega if desired </td>
<td>
Joyce McGuire </td>
</tr>
<tr>
<td class="actions">
<a href="/phprecipebook/recipes/view/174" class="ajaxNavigation">View</a> </td>
<td>Oatmeal, Instant </td>
<td> </td>
<td>
Joyce McGuire </td>
</tr>
</table>
<p>
Page 3 of 9 </p>
<div class="paging">
<span class="ajaxLink"><a href="/phprecipebook/recipes/index/page:2/sort:name/direction:desc" rel="prev">< previous</a></span><span class="ajaxLink"><a href="/phprecipebook/recipes/index/sort:name/direction:desc">1</a></span><span class="ajaxLink"><a href="/phprecipebook/recipes/index/page:2/sort:name/direction:desc">2</a></span><span class="current ajaxLink">3</span><span class="ajaxLink"><a href="/phprecipebook/recipes/index/page:4/sort:name/direction:desc">4</a></span><span class="ajaxLink"><a href="/phprecipebook/recipes/index/page:5/sort:name/direction:desc">5</a></span><span class="ajaxLink"><a href="/phprecipebook/recipes/index/page:6/sort:name/direction:desc">6</a></span><span class="ajaxLink"><a href="/phprecipebook/recipes/index/page:7/sort:name/direction:desc">7</a></span><span class="ajaxLink"><a href="/phprecipebook/recipes/index/page:8/sort:name/direction:desc">8</a></span><span class="ajaxLink"><a href="/phprecipebook/recipes/index/page:9/sort:name/direction:desc">9</a></span><span class="ajaxLink"><a href="/phprecipebook/recipes/index/page:4/sort:name/direction:desc" rel="next">next ></a></span> </div>
</div>
</div>
<div id="footer">
</div>
</div>
</div>
<div id="editIngredientDialog" class="dialog" width="600" height="610" title="Ingredient"/>
<div id="editLocationDialog" class="dialog" width="600" height="240" title="Location"/>
<div id="editUnitDialog" class="dialog" width="600" height="400" title="Unit"/>
<div id="editRestaurantDialog" class="dialog" width="600" height="800" title="Restaurant"/>
<div id="editPriceRangesDialog" class="dialog" width="600" height="200" title="Price Ranges"/>
<div id="editEthnicityDialog" class="dialog" width="600" height="200" title="Ethnicity"/>
<div id="editBaseTypeDialog" class="dialog" width="600" height="200" title="Base Type"/>
<div id="editCourseDialog" class="dialog" width="600" height="200" title="Course"/>
<div id="editPrepTimeDialog" class="dialog" width="600" height="200" title="Preparation Time"/>
<div id="editPrepMethodDialog" class="dialog" width="600" height="200" title="Preparation Method"/>
<div id="editDifficultyDialog" class="dialog" width="600" height="200" title="Difficulty"/>
<div id="editSourceDialog" class="dialog" width="600" height="500" title="Source"/>
<div id="editMealDialog" class="dialog" width="700" height="500" title="Meal"/>
<div id="editProductDialog" class="dialog" width="600" height="400" title="Product"/>
</body>
</html>
'
)
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 => 'Paginator',
(int) 1 => 'Session'
)
$result = null
$name = 'Session' 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 ]Code Context $result = null ;
foreach ( $list as $name ) {
$result = call_user_func_array (array( $this -> _loaded [ $name ], $callback ), compact ( 'subject' ) + $params );
$callback = 'afterLayout'
$params = array(
(int) 0 => '/home/amcguire/mcguireclan.org/phprecipebook/View/Layouts/default.ctp'
)
$options = array(
'break' => false,
'breakOn' => false,
'collectReturn' => false,
'modParams' => false
)
$event = object(CakeEvent) {
data => array(
(int) 0 => '/home/amcguire/mcguireclan.org/phprecipebook/View/Layouts/default.ctp'
)
result => null
omitSubject => true
[protected] _name => 'View.afterLayout'
[protected] _subject => object(View) {}
[protected] _stopped => false
}
$opt = 'modParams'
$parts = array(
(int) 0 => 'View'
)
$collected = array()
$list = array(
(int) 0 => 'Paginator',
(int) 1 => 'Session'
)
$result = null
$name = 'Paginator' 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 ]Code Context $result = null ;
foreach ( $list as $name ) {
$result = call_user_func_array (array( $this -> _loaded [ $name ], $callback ), compact ( 'subject' ) + $params );
$callback = 'afterLayout'
$params = array(
(int) 0 => '/home/amcguire/mcguireclan.org/phprecipebook/View/Layouts/default.ctp'
)
$options = array(
'break' => false,
'breakOn' => false,
'collectReturn' => false,
'modParams' => false
)
$event = object(CakeEvent) {
data => array(
(int) 0 => '/home/amcguire/mcguireclan.org/phprecipebook/View/Layouts/default.ctp'
)
result => null
omitSubject => true
[protected] _name => 'View.afterLayout'
[protected] _subject => object(View) {}
[protected] _stopped => false
}
$opt = 'modParams'
$parts = array(
(int) 0 => 'View'
)
$collected = array()
$list = array(
(int) 0 => 'Paginator',
(int) 1 => 'Session'
)
$result = null
$name = 'Session' 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
PHPRecipeBook:
Recipes