If you want to add social bookmarks to your cake projects, this helper will do the trick.
Usage
{code type=php}
# Defaults:
$this->Bookmark->getBookmarks();
# All:
$this->Bookmark->getBookmarks(null, null, $this->Bookmark->availableBookmarks());
# Custom:
$custom = (array)Configure::read('Bookmarks');
//or
$custom = array('Twitter', 'Facebook', ...);
$this->Bookmark->getBookmarks(null, null, $custom);
{/code}
Link to GIT-Rep
cakephp-bookmark-helper
Updates on bookmarks?
Are there any outdated bookmarks - or even some missing ones? Write me.
If you want to add social bookmarks to your cake projects, this helper will do the trick.
Usage
# Defaults:
$this->Bookmark->getBookmarks();
# All:
$this->Bookmark->getBookmarks(null, null, $this->Bookmark->availableBookmarks());
# Custom:
$custom = (array)Configure::read('Bookmarks');
//or
$custom = array('Twitter', 'Facebook', ...);
$this->Bookmark->getBookmarks(null, null, $custom);
Link to GIT-Rep
cakephp-bookmark-helper
Updates on bookmarks?
Are there any outdated bookmarks – or even some missing ones? Write me.