Giter Site home page Giter Site logo

Where is the documentation? about micromvc HOT 10 OPEN

xeoncross avatar xeoncross commented on July 20, 2024
Where is the documentation?

from micromvc.

Comments (10)

xeoncross avatar xeoncross commented on July 20, 2024

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.

from micromvc.

sorbing avatar sorbing commented on July 20, 2024

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

from micromvc.

raykwok avatar raykwok commented on July 20, 2024

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

from micromvc.

chillkod avatar chillkod commented on July 20, 2024

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

from micromvc.

panique avatar panique commented on July 20, 2024

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.

from micromvc.

xeoncross avatar xeoncross commented on July 20, 2024

@panique you are absolutely right.

from micromvc.

raykwok avatar raykwok commented on July 20, 2024

Ask again.Is there any planing about document?

from micromvc.

xeoncross avatar xeoncross commented on July 20, 2024

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.

from micromvc.

mainman avatar mainman commented on July 20, 2024

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...

from micromvc.

mainman avatar mainman commented on July 20, 2024

I haved just understand :

new \ORM\Client(3260);

;-)

from micromvc.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.