Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dolibarr
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software_Artifact_Infrastructure_Repository
dolibarr
Commits
0cc8ee9b
Commit
0cc8ee9b
authored
12 years ago
by
Philippe Grand
Browse files
Options
Downloads
Patches
Plain Diff
translation enhancement
parent
dcba31a4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dev/skeletons/skeleton_class.class.php
+8
-8
8 additions, 8 deletions
dev/skeletons/skeleton_class.class.php
with
8 additions
and
8 deletions
dev/skeletons/skeleton_class.class.php
+
8
−
8
View file @
0cc8ee9b
...
...
@@ -61,7 +61,7 @@ class Skeleton_Class // extends CommonObject
/**
* Create object into database
*
* @param User $user User that create
* @param User $user User that create
s
* @param int $notrigger 0=launch triggers after, 1=disable triggers
* @return int <0 if KO, Id of created object if OK
*/
...
...
@@ -102,7 +102,7 @@ class Skeleton_Class // extends CommonObject
if
(
!
$notrigger
)
{
// Uncomment this and change MYOBJECT to your own tag if you
// want this action call a trigger.
// want this action call
s
a trigger.
//// Call triggers
//include_once(DOL_DOCUMENT_ROOT . "/core/class/interfaces.class.php");
...
...
@@ -133,7 +133,7 @@ class Skeleton_Class // extends CommonObject
/**
* Load object in memory from database
* Load object in memory from
the
database
*
* @param int $id Id object
* @return int <0 if KO, >0 if OK
...
...
@@ -178,7 +178,7 @@ class Skeleton_Class // extends CommonObject
/**
* Update object into database
*
* @param User $user User that modif
y
* @param User $user User that modif
ies
* @param int $notrigger 0=launch triggers after, 1=disable triggers
* @return int <0 if KO, >0 if OK
*/
...
...
@@ -193,7 +193,7 @@ class Skeleton_Class // extends CommonObject
//...
// Check parameters
// Put here code to add control on parameters values
// Put here code to add
a
control on parameters values
// Update request
$sql
=
"UPDATE "
.
MAIN_DB_PREFIX
.
"mytable SET"
;
...
...
@@ -213,7 +213,7 @@ class Skeleton_Class // extends CommonObject
if
(
!
$notrigger
)
{
// Uncomment this and change MYOBJECT to your own tag if you
// want this action call a trigger.
// want this action call
s
a trigger.
//// Call triggers
//include_once(DOL_DOCUMENT_ROOT . "/core/class/interfaces.class.php");
...
...
@@ -246,7 +246,7 @@ class Skeleton_Class // extends CommonObject
/**
* Delete object in database
*
* @param User $user User that delete
* @param User $user User that delete
s
* @param int $notrigger 0=launch triggers after, 1=disable triggers
* @return int <0 if KO, >0 if OK
*/
...
...
@@ -262,7 +262,7 @@ class Skeleton_Class // extends CommonObject
if
(
!
$notrigger
)
{
// Uncomment this and change MYOBJECT to your own tag if you
// want this action call a trigger.
// want this action call
s
a trigger.
//// Call triggers
//include_once(DOL_DOCUMENT_ROOT . "/core/class/interfaces.class.php");
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment