How to start application with DooPHP?

2.3k Views Asked by At

I am starting new application with DooPHP framework, but I don't have any idea, and not getting any clear documentation.
So I'm a little bit confused. How to start?
Is there any guide how to create model and controller and how to run?

2

There are 2 best solutions below

0
On BEST ANSWER

there are several tutorials of dooPHP:

Create a simple To Do List in DooPHP: http://learn.doophp.com/2009/09/create-a-simple-to-do-list-in-doophp-part-2/

Urls: http://learn.doophp.com/2009/09/

learn.doophp.com/2009/10/

learn.doophp.com/2009/11/

Upload and Resize Pictures with DooGdImage: learn.doophp.com/2010/01

Handling sessions without Apache sessions: learn.doophp.com/2010/09

Upload and Resize Pictures with DooGdImage: learn.doophp.com/2010/01/

1
On

I searched for 5 minutes and found this guide:

http://doophp.com/doc/guide/basic/model

There's how Models and Controllers are implemented and what parent classes they should inherit.

After creating a test controller and model, run it through the framework's URI schema: http://doophp.com/doc/guide/basic/routes

Here's the documentation root: http://doophp.com/doc