Bugfix: $O pour Objet, et non String
This commit is contained in:
parent
46bd19a5df
commit
ec9b8dfb09
@ -4,9 +4,9 @@ final class ControleurHelloworld
|
|||||||
{
|
{
|
||||||
public function defautAction()
|
public function defautAction()
|
||||||
{
|
{
|
||||||
$S_helloworld = new Helloworld();
|
$O_helloworld = new Helloworld();
|
||||||
|
|
||||||
Vue::montrer('helloworld/voir', array('helloworld' => $S_helloworld->donneMessage()));
|
Vue::montrer('helloworld/voir', array('helloworld' => $O_helloworld->donneMessage()));
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user