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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software_Artifact_Infrastructure_Repository
dolibarr
Commits
7be35103
Commit
7be35103
authored
17 years ago
by
Laurent Destailleur
Browse files
Options
Downloads
Patches
Plain Diff
Doc: Doxygen
parent
df0f5a9e
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
dev/skeletons/skeleton_class.class.php
+6
-6
6 additions, 6 deletions
dev/skeletons/skeleton_class.class.php
dev/skeletons/skeleton_page.php
+1
-1
1 addition, 1 deletion
dev/skeletons/skeleton_page.php
dev/skeletons/skeleton_script.php
+1
-1
1 addition, 1 deletion
dev/skeletons/skeleton_script.php
with
8 additions
and
8 deletions
dev/skeletons/skeleton_class.class.php
+
6
−
6
View file @
7be35103
...
@@ -19,7 +19,7 @@
...
@@ -19,7 +19,7 @@
/**
/**
\file dev/skeletons/skeleton_class.class.php
\file dev/skeletons/skeleton_class.class.php
\ingroup
unknown
\ingroup
mymodule1 mymodule2
\brief This file is an example for a class file
\brief This file is an example for a class file
\version $Id$
\version $Id$
\author Put author name here
\author Put author name here
...
@@ -39,11 +39,11 @@
...
@@ -39,11 +39,11 @@
*/
*/
class
Skeleton_class
// extends CommonObject
class
Skeleton_class
// extends CommonObject
{
{
var
$db
;
// To store db handler
var
$db
;
//
!<
To store db handler
var
$error
;
// To return error code (or message)
var
$error
;
//
!<
To return error code (or message)
var
$errors
=
array
();
// To return several error codes (or messages)
var
$errors
=
array
();
//
!<
To return several error codes (or messages)
//var $element='skeleton'; // Id that identify managed objects
//var $element='skeleton'; //
!<
Id that identify managed objects
//var $table_element='skeleton';
// Name of table without prefix where object is stored
//var $table_element='skeleton'; //
!<
Name of table without prefix where object is stored
var
$id
;
var
$id
;
var
$prop1
;
var
$prop1
;
...
...
This diff is collapsed.
Click to expand it.
dev/skeletons/skeleton_page.php
+
1
−
1
View file @
7be35103
...
@@ -19,7 +19,7 @@
...
@@ -19,7 +19,7 @@
/**
/**
\file dev/skeletons/skeleton_page.php
\file dev/skeletons/skeleton_page.php
\ingroup
unknown
\ingroup
mymodule1 mymodule2
\brief This file is an example of a php page
\brief This file is an example of a php page
\version $Id$
\version $Id$
\author Put author name here
\author Put author name here
...
...
This diff is collapsed.
Click to expand it.
dev/skeletons/skeleton_script.php
+
1
−
1
View file @
7be35103
...
@@ -19,7 +19,7 @@
...
@@ -19,7 +19,7 @@
/**
/**
\file dev/skeletons/skeleton_script.php
\file dev/skeletons/skeleton_script.php
\ingroup
unknown
\ingroup
mymodule1 mymodule2
\brief This file is an example for a command line script
\brief This file is an example for a command line script
\version $Id$
\version $Id$
\author Put author name here
\author Put author name here
...
...
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