saltandvinegarcrisps / nano

A really small php 5 boiler plate
The Unlicense
116 stars 18 forks source link

Documentation? #2

Open adampatterson opened 11 years ago

adampatterson commented 11 years ago

Some docs would be nice :)

saltandvinegarcrisps commented 11 years ago

Yea i know, need more time to add some hah

adampatterson commented 11 years ago

I know the feeling :)

yckart commented 11 years ago

:+1:

ryh commented 11 years ago

Look alike to Laravel 3 https://Github.com/Laravel/Laravel

And maybe the Database driver should support Redis and MongoDB,Sorry about not mention it in a new feature request issue

yckart commented 11 years ago

Push! :)

saltandvinegarcrisps commented 11 years ago

@ryh yea, I liked the syntax, but the backend is all from scratch

saltandvinegarcrisps commented 11 years ago

@yckart I will get to work on this next week i promise.

yckart commented 11 years ago

@rwarasaurus Great, so far. What do you think about an additional API-documentation using PHPDoc?

maximkott commented 10 years ago

I thought first, it's a slim version of Laravel :)

noahbuscher commented 10 years ago

Still any chance of those docs, @rwarasaurus? I'd love to start working with this framework! :smile:

adampatterson commented 10 years ago

If you look at the anchor cms source code I think you can get something going using nano.

But I agree, dedicated docs would be awesome. On Nov 16, 2013 3:24 PM, "Codingbean" notifications@github.com wrote:

Still any chance of those docs, @rwarasaurushttps://github.com/rwarasaurus? I'd love to start working with this framework! [image: :smile:]

— Reply to this email directly or view it on GitHubhttps://github.com/rwarasaurus/nano/issues/2#issuecomment-28637321 .

noahbuscher commented 10 years ago

Very true! If I have some free time, I'll look into starting a repo / pull-req with some docs, @adampatterson.

molovo commented 10 years ago

The comments in the code itself are a brilliant starter (props to Kieron) so it's worth taking a look at those.

In that vein, creating something from them with this could be a viable option. I'll have a play today and see what they produce.

saltandvinegarcrisps commented 10 years ago

Is it not more examples you would like? or just a full API docs?

noahbuscher commented 10 years ago

I think a full API document may be the best way to go. ;-)

alilleybrinker commented 10 years ago

A full API doc would be preferred.

adampatterson commented 10 years ago

Agreed

andrezimpel commented 10 years ago

+1

mr-mstyle commented 10 years ago

For everybody requesting the Docs. The best way to get started is download a copy of Anchor CMS (also by @rwarasaurus ) This is a working system and it uses Nano. It helped me greatly building my own app.

@rwarasaurus The framework is awesome! I really needed to dive into it, to get a good understanding, but I like the way it is set up and the classes work together. Thumbs up man!

systimotic commented 10 years ago

Too bad you haven't had time to make the docs yet, it would be amazing.

volter9 commented 9 years ago

Real men, doesn't need documentation! :laughing:

You can lookup @rwarasaurus 's Anchor CMS, there's decent examples in it which you should check out.