Skip to content

Instantly share code, notes, and snippets.

@justinyost
Created June 14, 2014 21:09
Show Gist options
  • Save justinyost/055c0dcbc1297d6248f0 to your computer and use it in GitHub Desktop.
Save justinyost/055c0dcbc1297d6248f0 to your computer and use it in GitHub Desktop.
Sample Model for Sitemap
<?php
App::uses('AppModel', 'Model');
/**
* Blog Model
*
*/
class Blog extends AppModel {
public $actsAs = array(
'Sitemap.Sitemap' => array(
// options for the Sitemap Behavior
),
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment