Difference between revisions of "Module Bookmarks (developer)"

From Dolibarr ERP CRM Wiki
Jump to navigation Jump to search
(Created page with 'Category:Bookmarks {{TemplateDocDevEn}} {{TemplateModEN}} {{BasculeDevUserEn| name=Bookmarks| num=85| devdoc=This page| userdoc=Module Bookmarks|}} = Function = The modu...')
 
m (Import interlang links (links to translated versions of this page in other languages) from Multi Language Manager table.)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
<!-- BEGIN origin interlang links -->
 +
<!-- You can edit this section but do NOT remove these comments
 +
    Links below will be automatically replicated on translated pages by PolyglotBot -->
 +
[[es:Módulo_Marcadores_(desarrollador)]]
 +
[[fr:Module_Marque_pages_(développeur)]]
 +
<!-- END interlang links -->
 +
 
[[Category:Bookmarks]]
 
[[Category:Bookmarks]]
 
{{TemplateDocDevEn}}
 
{{TemplateDocDevEn}}
{{TemplateModEN}}
+
{{TemplateModEN Developer}}
 
{{BasculeDevUserEn|
 
{{BasculeDevUserEn|
 
name=Bookmarks|
 
name=Bookmarks|
num=85|
+
num=330|
 
devdoc=This page|
 
devdoc=This page|
 
userdoc=[[Module Bookmarks]]|}}
 
userdoc=[[Module Bookmarks]]|}}
Line 13: Line 20:
 
= Entity Bookmarks =
 
= Entity Bookmarks =
 
{{TemplateDocDevEntityEn|
 
{{TemplateDocDevEntityEn|
class=htdocs\bookmarks\bookmark.class.php}}
+
class=htdocs\bookmarks\class\bookmark.class.php}}
  
 
= Permissions =
 
= Permissions =

Latest revision as of 13:20, 23 July 2019

Bookmarks
Numero/ID of module 330
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\class\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