Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
open-source
OSE
Commits
74447bda
Commit
74447bda
authored
Jul 18, 2019
by
Laurent Lécluse
Browse files
On enlève l'usage de la console, qui posait problème...
parent
d109f282
Changes
1
Hide whitespace changes
Inline
Side-by-side
admin/src/DataGen.php
View file @
74447bda
...
...
@@ -110,7 +110,8 @@ class DataGen
public
function
update
()
{
foreach
(
$this
->
config
as
$table
=>
$params
)
{
$this
->
oseAdmin
->
getConsole
()
->
println
(
' * '
.
$params
[
'title'
]
.
' ...'
);
echo
' * '
.
$params
[
'title'
]
.
' ...'
.
"
\n
"
;
// provisoire
//$this->oseAdmin->getConsole()->println(' * ' . $params['title'] . ' ...');
$data
=
$this
->
$table
();
$this
->
oseAdmin
->
getBdd
()
->
getTable
(
$table
)
->
merge
(
$data
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment