Skip to content
This repository was archived by the owner on Dec 7, 2025. It is now read-only.
This repository was archived by the owner on Dec 7, 2025. It is now read-only.

Internal Page Requests needs update #7

@majic3

Description

@majic3

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions