Difference between revisions of "Template:TemplateDocDevEntityEn"

From Dolibarr ERP CRM Wiki
Jump to navigation Jump to search
m (Import interlang links (links to translated versions of this page in other languages) from Multi Language Manager table.)
 
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 -->
 +
[[fr:Template:TemplateDocDevEntityFr]]
 +
[[es:Template:TemplateDocDevEntityEs]]
 +
<!-- END interlang links -->
 +
 
[[Category:List of Modules (developer)‎]]
 
[[Category:List of Modules (developer)‎]]
 
The PHP class to use to manipulate such object is file '''{{{class}}}'''.
 
The PHP class to use to manipulate such object is file '''{{{class}}}'''.
  
 
It contains CRUD methods to create (C), read (R), update (U) and delete (D) this object.
 
It contains CRUD methods to create (C), read (R), update (U) and delete (D) this object.

Latest revision as of 13:22, 23 July 2019

The PHP class to use to manipulate such object is file {{{class}}}.

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