You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 7, 2025. It is now read-only.
$this->WildPage->get($slug); does not work anymore (not looked into reason) but have found that moving the function to appmodel and adapting the function to be called AppModel::get('feature-tour');
function get($slug = null) {
// $this->assertInternalRequest();
return ClassRegistry::init('WildPage')->findBySlug($slug);
}
have every thing flowing :) indeed pages are the heart of every CMS!
processing widgets here may be too intensive for some machines (I am exceeding my limits currently doing this - but that is processing three areas of content in one page)