We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 892017d commit d459233Copy full SHA for d459233
README.md
@@ -105,7 +105,7 @@ PHP Core Framework is a simple and easy to use MVC framework for web application
105
// define folder for all of models, the name ModelFolder should not be changed
106
define("ModelFolder", "models/", true);
107
108
- // decalre models here
+ // declare models here
109
$ModelList = array (
110
"info" => array ("file" => "info.php")
111
);
0 commit comments