aoloe / b

Minimalistic bookmark manager for your own server written in PHP. Bookmarks are stored in a sqlite database.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

make it easier to follow the flow in index.php

aoloe opened this issue · comments

currently it's not easy to understand what index.php does.

extending the router and introducing a tiny template engine might help.

only use the template engine if it makes the flow more readable or the code more secure.