klevo/wildflower

Internal Page Requests needs update

Opened this issue · 0 comments

$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)