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
{{ message }}
This repository was archived by the owner on Apr 4, 2023. It is now read-only.
Ok, i guess this is some what of a 0.1 release of the tinly framework.
I’m not sure if you can call it a “framework”. It’s more of a
skeleteon
for building php applications using the model, view controller (mvc) pattern.
I want it to be really tiny and easy to extend.
There is no fancy ActiveRecord, just a tiny, extendable tinly_model.
jquery-1.2.3 is included in example_app_views_public but, yeah it’s just an
example.
since the view is seperated from everyting else using the tinly_template you can
choose
by your self how you want to do stuff.