Skip to content

Commit 51eecff

Browse files
committed
added links to other projects
1 parent e3ec8a1 commit 51eecff

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,23 @@ You can also find these tutorial pictures in the *_tutorial* folder.
8888
![php-mvc introduction tutorial - page 4](_tutorial/tutorial-part-04.png)
8989
![php-mvc introduction tutorial - page 5](_tutorial/tutorial-part-05.png)
9090

91+
## You like what you see ?
92+
93+
Then please also check out:
94+
95+
1. My other project **php-login**, a collection of 4 similar login scripts for PHP, from a super-simple one-file
96+
script with a SQLite one-file to a highly professional MVC frameworks solution. All scripts use the most advanced
97+
hashing algorithms possible in PHP, exactly like the PHP core developers want you to use them.
98+
99+
https://github.com/panique/php-login (full MVC framework)
100+
https://github.com/panique/php-login-minimal (minimal)
101+
https://github.com/panique/php-login-advanced (advanced)
102+
https://github.com/panique/php-login-one-file (one-file)
103+
104+
2. Check out my PHP and frontend blog! Lot's of non-boring development stuff and tutorials there.
105+
106+
http://www.dev-metal.com
107+
91108
## Useful information
92109

93110
1. SQLite does not have a rowCount() method (!). Keep that in mind in case you use SQLite.

0 commit comments

Comments
 (0)