Skip to content

Commit da9a2aa

Browse files
committed
Readme updated
1 parent f0e6f09 commit da9a2aa

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ There is a RSS generator in here and run after creation or updating a post.
1717
- **src**
1818
Contains all functions that used in codes, migrations for a DB and routes.
1919
- **src/App**
20-
Contains all classes that used in codes like PDO, Middleware & Router.
20+
Contains all classes that used in codes like PDO, Middleware, Router & ...
2121
- **src/Controllers**
2222
Controllers related with your routes separated for web and app.
2323
- **src/Models**
@@ -28,23 +28,23 @@ Simple PHP files to show data on Frontend with reusable include files.
2828
You can update env variables and composer.json to add custom packages.
2929

3030
#### Useful Functions:
31-
- **feed()**
31+
- **XmlGenerator::feed()**
3232
Generate sitemap.xml & rss.xml via a script file
33-
- **upload(...)**
33+
- **HandleForm::upload(...)**
3434
Upload file, resize image & add watermark
35-
- **mailto(...)**
35+
- **Helper::mailto(...)**
3636
Send HTML Email
37-
- **validate(...)**
37+
- **HandleForm::validate(...)**
3838
Validation rules
39-
- **dd(...)**
39+
- **Helper::dd(...)**
4040
Dumps a given variable along with some additional data
41-
- **csrf(...)**
41+
- **Helper::csrf(...)**
4242
Check Cross-site request forgery token
43-
- **slug(...)**
43+
- **Helper::slug(...)**
4444
Slugify string to make user-friendly URL
45-
- **currentUser()**
45+
- **UserInfo::current()**
4646
Return current user information
47-
- **userInfo(...)**
47+
- **UserInfo::info(...)**
4848
Return selected user information
4949

5050
#### Run Web App:

0 commit comments

Comments
 (0)