Home
DevCentral
Search
Configure Global Search
Log In
Transactions
P12
Change Details
Change Details
Old
New
Diff
<?php /** * Represents a page from the %%url%% site. */ class %%class%%Page extends Page { /** * Analyses the page and extracts metadata */ function analyse () { parent::analyse(); //Here the logic for this specific page } }
<?php /** * Represents a page from the %%url%% site. */ class %%class%%Page extends Page { /** * Analyses the page and extracts metadata */ function analyse () { parent::analyse(); //Here the logic for this specific page } }
Continue