DooPHP’s demo application section is up!
There are 4 demo apps for the moment each focus on its own scope seperately. Do check the demos as it can help you get started with DooPHP easier.
URI Routing
This demo helps you to get started with routes in DooPHP. You will learned how to use and define different type of routes in DooPHP.
REST Client/Server
This demo helps you to get started with Controllers in DooPHP. You will learned how to use the Controller for REST API, redirection, parameters, extension name, etc. You will also learn how to use DooRestClient to make RESTful requests.
Template Engine
This demo helps you to get started with the template engine in DooPHP. You will learned how to use the template syntax for outputing variables, arrays, objects, looping, template tags and embedding template files.
Database ORM
This demo helps you to get started with the Models in DooPHP. You will learned how to use the generated Models and use them to do CRUD and more complex DBRMS operations.