CodeIgniter Forums
New site in version 2 or 3 - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: General (https://forum.codeigniter.com/forumdisplay.php?fid=1)
+--- Forum: Lounge (https://forum.codeigniter.com/forumdisplay.php?fid=3)
+--- Thread: New site in version 2 or 3 (/showthread.php?tid=869)



New site in version 2 or 3 - yavor99 - 01-24-2015

I am currently only supporting websites that I have already built (ci2). I see that there are many comments that CI 3 is coming soon.

So I wonder - is CI 3 good enough already to build a new site for a client with it?

- Will there be any API breaking changes when CI 3 goes to a Stable release?
- Have you tested CI3 on your own?
- What do you think of it?
- Also - is there any use in going to CI3, I could not find a clear list of the differences between CI2 and CI3 in terms of functionality added/removed?!


RE: New site in version 2 or 3 - sv3tli0 - 01-24-2015

I think that 3.0 is days alway. All breaking changes are already completed.
It possible that some change until its released which can make a problem if you start with the current snap of 3.0, but I think that the current 3 dev is even more stable then 2.2 ..

So you can start using it and just keep an eye over the framework for Final release.


RE: New site in version 2 or 3 - yavor99 - 01-24-2015

(01-24-2015, 02:52 AM)sv3tli0 Wrote: I think that 3.0 is days alway. All breaking changes are already completed.
It possible that some change until its released which can make a problem if you start with the current snap of 3.0,  but I think that the current 3 dev is even more stable then 2.2 ..  

So you can start using it and just keep an eye over the framework for Final release.

Thanks, what about the new features in CI3 compared to CI2, also what is getting deprecated/removed? Is there any good place/table/article I can see those?


RE: New site in version 2 or 3 - sv3tli0 - 01-24-2015

http://www.codeigniter.com/userguide3/installation/upgrading.html
There is Upgrade docs in the new userguide3 but know that its still updated time to time so there can be something missed.


RE: New site in version 2 or 3 - yavor99 - 01-24-2015

I checked those already. They don't give a clear idea about what I am asking for.
I am looking for some kind of material on the topic "what's new in codeigniter 3?". Is there such a thing at all. And if now, why is it not there yet?!


RE: New site in version 2 or 3 - sv3tli0 - 01-24-2015

(01-24-2015, 03:12 AM)yavor99 Wrote: I checked those already. They don't give a clear idea about what I am asking for.
I am looking for some kind of material on the topic "what's new in codeigniter 3?". Is there such a thing at all. And if now, why is it not there yet?!

Such things usually come out after the Final version is released..


RE: New site in version 2 or 3 - Narf - 01-24-2015

(01-24-2015, 03:12 AM)yavor99 Wrote: I checked those already. They don't give a clear idea about what I am asking for.
I am looking for some kind of material on the topic "what's new in codeigniter 3?". Is there such a thing at all. And if now, why is it not there yet?!

There's a changelog describing all that is new and upgrade instructions describing all breaking changes. I don't know what you've checked, but that's pretty much all that you can ask for.


RE: New site in version 2 or 3 - ivantcholakov - 01-24-2015

There is a page "Change Log"

https://github.com/bcit-ci/CodeIgniter/blob/develop/user_guide_src/source/changelog.rst

But I can not find the link to open it within the compiled documentation.


RE: New site in version 2 or 3 - ivantcholakov - 01-24-2015

The page "Change Log" exists within the compiled documentation http://www.codeigniter.com/userguide3/changelog.html
But there is no navigation to it so far.


RE: New site in version 2 or 3 - ivantcholakov - 01-24-2015

http://www.codeigniter.com/userguide3/ - the link "Change Log" is on the index page, thanks Narf.