You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Composer.json ve index.php aynı seviyede yer alması best practise değildir.
2
-
-__ ile başlayan tüm yöntem isimleri PHP tarafından ayrılmıştır. Bu nedenle, PHP'nin davranışını geçersiz kılmadıkça bu tür yöntem adlarının kullanılması önerilmez.
1
+
## Give a Star! :star:
2
+
If you like or are using this project to learn or start your solution, please give it a star. Thanks!
3
+
<hr>
3
4
4
-
Kurulumlar:
5
-
* composer require vlucas/phpdotenv
5
+
## SAY Hİ PHP MVC
6
+
7
+
Modern PHP is used in this work. This means no framework is used. PDO was used for database operations. Migration operations were carried out using filing structure and raw sql queries.
8
+
The user's password is stored in the database in hash form. Bootstrap library is used as database, MYSQL design.In addition, a middleware mechanism has been developed for auth control. Users who are not logged in cannot access the homepage.
9
+
* SOLID DRY and KISS software development principles are focused. OOP has been applied using abstraction and encapsulation structures.
10
+
* The project is generally developed with the MVC design pattern.
11
+
12
+
The project topic is very simple: Users sign up for the application and see the list of other members on the main page.
0 commit comments