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
bccff5b6
Commit
bccff5b6
authored
10 years ago
by
Matthieu Guffroy
Browse files
Options
Downloads
Patches
Plain Diff
show list of clients
parent
dbc672c4
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
controller/personne.php
+1
-1
1 addition, 1 deletion
controller/personne.php
view/list.php
+9
-1
9 additions, 1 deletion
view/list.php
with
10 additions
and
2 deletions
controller/personne.php
+
1
−
1
View file @
bccff5b6
...
...
@@ -16,7 +16,7 @@ switch($action) {
break
;
case
"listeClient"
:
$listArray
=
Client
::
getAll
();
$listParams
=
array
();
$listParams
=
array
(
"title"
=>
"Liste des clients"
);
include
'view/list.php'
;
break
;
case
"addPersonnel"
:
...
...
This diff is collapsed.
Click to expand it.
view/list.php
+
9
−
1
View file @
bccff5b6
Afficher
une
liste
!
(
TODO
)
\ No newline at end of file
<!-- Begin page content -->
<div
class=
"container"
>
<div
class=
"page-header"
>
<h1>
<?php
echo
$listParams
[
"title"
];
?>
</h1>
</div>
<pre>
<?php
print_r
(
$listArray
);
?>
</pre>
</div>
\ No newline at end of file
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