tiny icon indicating copy to clipboard operation
tiny copied to clipboard

TINY is an extremely simple naked demo PHP application that runs nearly config-free everywhere.

Results 3 tiny issues
Sort by recently updated
recently updated
newest added

Please add this line into `composer.json`. ```json "minimum-stability": "dev", ``` Without this, installing this repo via `composer create-project -s dev` is impossible. This has applied on mini3 too: https://github.com/panique/mini3/blob/master/composer.json#L16 Apply...

Nice little project. I renamed the model folder. Like controllers and views it should be plural not singular.

Hi, Am relatively new to MVC world. Would really appreciate if someone could show me how to do pagination please. Many thanks.