Skip to content
This repository has been archived by the owner on Feb 20, 2020. It is now read-only.

Where is the documentation? #23

Open
sorbing opened this issue Jun 6, 2012 · 10 comments
Open

Where is the documentation? #23

sorbing opened this issue Jun 6, 2012 · 10 comments

Comments

@sorbing
Copy link

sorbing commented Jun 6, 2012

No description provided.

@xeoncross
Copy link
Owner

I'm afraid at this point there is no documentation outside of the heavily commented code. MicroMVC works much the same as any other MVC framework. Most classes are only a few kilobytes in size, so reading through the system isn't a very hard task. Feel free to contribute wiki pages.

You start by creating classes inside the Class folder that match your controllers and models. Then you add views to View. Checkout the three sample controllers to see how easy it is.

@sorbing
Copy link
Author

sorbing commented Jun 11, 2012

Bad that there is even a page with an example of use.

@raykwok
Copy link

raykwok commented Jun 28, 2012

Is there any planing about document?
It's very important for developers to save time, and help beginers to learn it easy.

@chillkod
Copy link

From many reviews, I would like to use this lightweight framework. However, I don't know where I could start.
If you have a free time, show me a way how to echo hello world. Thanks guy

@panique
Copy link

panique commented Aug 25, 2012

Same thing here. Absolutly no clue where to start and where to define how to handle a specific route. Seriously, this is why wonderful projects like this will totally fail: Because nobody knows how to use it and it has not even a simple single example page. It's like producing a TV Remote Control without icons on the buttons. Unuseable.

@xeoncross
Copy link
Owner

@panique you are absolutely right.

@raykwok
Copy link

raykwok commented Aug 28, 2012

Ask again.Is there any planing about document?

@xeoncross
Copy link
Owner

Well, there have always been plans for documentation. However, I'm not sure that I can give a "yes" answer because so far it has not happened. I'm afraid right now the well-commented code is all we have.

@mainman
Copy link

mainman commented Sep 13, 2012

Could you please give me an example for loading a unique row of a Model ? Without using the Database class or using the fetch() method, but with a Orm\User class for example.
In the School example, you use only the fetch() and load() methods and there are many other ones like objects(), select(), column() and row() which I loved to use ;-)

However the all code is very very cool, love it.
Lack of doc is not so terrible...

@mainman
Copy link

mainman commented Sep 13, 2012

I haved just understand :

new \ORM\Client(3260);

;-)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants