Module Bookmarks (developer)

From Dolibarr ERP CRM Wiki
Revision as of 17:18, 2 March 2010 by Simnandez (talk | contribs) (Created page with 'Category:Bookmarks {{TemplateDocDevEn}} {{TemplateModEN}} {{BasculeDevUserEn| name=Bookmarks| num=85| devdoc=This page| userdoc=Module Bookmarks|}} = Function = The modu...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Bookmarks
Numero/ID of module 85
User doc. of module Module Bookmarks
Developer doc. of module This page

Function

The module bookmarks allows you to manage bookmarks and add them in the left menu.

Entity Bookmarks

The PHP class to use to manipulate such object is file htdocs\bookmarks\bookmark.class.php.

It contains CRUD methods to create (C), read (R), update (U) and delete (D) this object.

Permissions

  • ->bookmark->lire
  • ->bookmark->creer
  • ->bookmark->supprimer

Tables SQL