okulbilisim / todo.php

a To Do application with php and html5
MIT License
1 stars 1 forks source link

Keeping server side simple and clean #5

Closed hasantayyar closed 10 years ago

hasantayyar commented 10 years ago

You may want to use or write nano frameworks to keep server side code very clean

suggestion for routing : https://github.com/nirix/nanite

suggestion for db operations : https://github.com/catfan/Medoo

cerenagdas commented 10 years ago

Thanks for your suggestion. But Hüseyin Mert wanted to me do this with slim framework. If you wanna insist for your way then i can use those links to build server side.

hasantayyar commented 10 years ago

Great. Slim is not too small but it's a great and lightweight framework. Slim will be cool. Good choice.