mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-02-24 17:52:25 +01:00
Update Test.php
This commit is contained in:
parent
2ca016fb66
commit
9e26e7c864
@ -22,6 +22,6 @@ namespace DesignPatterns;
|
||||
$userMapper->save($newUser);
|
||||
|
||||
/* fetch all from a table on Database */
|
||||
var $user = $userMapper->findAll();
|
||||
var $usersArray = $userMapper->findAll();
|
||||
|
||||
?>
|
Loading…
x
Reference in New Issue
Block a user