mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-07-31 20:20:15 +02:00
Update Test.php
This commit is contained in:
@@ -22,6 +22,6 @@ namespace DesignPatterns;
|
||||
$userMapper->save($newUser);
|
||||
|
||||
/* fetch all from a table on Database */
|
||||
var $user = $userMapper->findAll();
|
||||
var $usersArray = $userMapper->findAll();
|
||||
|
||||
?>
|
Reference in New Issue
Block a user