views:

45

answers:

2

Hello there, I'm using codeigniter for a little time and I find it really good, but sometimes it's difficult to find pre-cooked examples on the web that will guide me on what I want to do...so my question is which web framework(independent of language) will offer more examples, better tutorials and more resources in general?thanks in advance

A: 

Have a look at this wikipedia comparison of frameworks to see what they support out of the box (resources).

As to user base / documentation / useful examples: it depends on code that you can easily read as well. Have a look at:

http://static.raibledesigns.com/repository/presentations/WebFrameworksOfTheFuture-FlexGWTRailsAndGrails.pdf and https://equinox.dev.java.net/framework-comparison/WebFrameworks.pdf also compare frameworks.

I personally use the MS family, and I am satisfied.

Tobiasopdenbrouw
A: 

I would strongly recommend CakePHP , it has alot of examples and really nice documentation. It has a very nice way in handling models relationships

Amr Osama