bcosca / fatfree

A powerful yet easy-to-use PHP micro-framework designed to help you build dynamic and robust Web applications - fast!
2.66k stars 446 forks source link

Migration guide from 2.x? #253

Closed ericperez closed 11 years ago

ericperez commented 11 years ago

I have a Web application built using the 2.x version of F3. Is there a migration guide anywhere that explains how to port a 2.x application to the newest version? It appears that the differences are very significant. Also, is the 2.x documentation available online anywhere?

eneko commented 11 years ago

Same problem here, I have some projects on 2.0 and would be nice to have the docs somewhere online.

In addition, F3 3.0 documentation does not mention the F3:: static methods, but seems the code has support for them. Is there any special reason for this?

Eneko Alonso

On Feb 4, 2013, at 11:15, ericperez notifications@github.com wrote:

I have a Web application built using the 2.x version of F3. Is there a migration guide anywhere that explains how to port a 2.x application to the newest version? It appears that the differences are very significant. Also, is the 2.x documentation available online anywhere?

— Reply to this email directly or view it on GitHub.

stevewasiura commented 11 years ago

please move questions to Google Groups https://groups.google.com/forum/?fromgroups#!forum/f3-framework

2.0 docs are in archive branch https://github.com/bcosca/fatfree/blob/archive/f3-2.1.0.doc.zip

by comparing differences in v3 docs vs v2 docs you can deduce migrations needed. once you've discovered one or 2, create a new page in the wiki section of Github. and you can contribute to the project and help the community