File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff 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
931101 . SQLite does not have a rowCount() method (!). Keep that in mind in case you use SQLite.
You can’t perform that action at this time.
0 commit comments