Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
clivi
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
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
NF17 - CAMP - P14
clivi
Commits
fa430cb3
Commit
fa430cb3
authored
10 years ago
by
Matthieu Guffroy
Browse files
Options
Downloads
Patches
Plain Diff
test change numTel in num_tel
parent
c7bc7e90
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
class/client.php
+5
-5
5 additions, 5 deletions
class/client.php
class/objet.php
+1
-1
1 addition, 1 deletion
class/objet.php
with
6 additions
and
6 deletions
class/client.php
+
5
−
5
View file @
fa430cb3
...
...
@@ -2,15 +2,15 @@
class
Client
extends
Personne
{
protected
$num
T
el
;
protected
$num
_t
el
;
public
function
num
T
el
()
public
function
num
_t
el
()
{
return
$this
->
num
T
el
;
return
$this
->
num
_t
el
;
}
public
function
setNum
T
el
(
$num
T
el
)
public
function
setNum
_t
el
(
$num
_t
el
)
{
$this
->
num
T
el
=
$num
T
el
;
$this
->
num
_t
el
=
$num
_t
el
;
}
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
class/objet.php
+
1
−
1
View file @
fa430cb3
...
...
@@ -76,7 +76,7 @@ class Objet
//$req = "INSERT INTO ".$dbName." (".implode(",", array_keys($values)).")
//VALUES (".implode(",", array_values($values)).")";
$req
=
"INSERT INTO client (id,nom,prenom,num
T
el) VALUES (nextval('client_id_seq'::regclass), :nom, :prenom, :num
T
el)"
;
$req
=
"INSERT INTO client (id,nom,prenom,num
_t
el) VALUES (nextval('client_id_seq'::regclass), :nom, :prenom, :num
_t
el)"
;
//debug
...
...
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