CodeIgniter Forums
Is codeigniter 5 upcoming version - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: Choosing CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=8)
+--- Thread: Is codeigniter 5 upcoming version (/showthread.php?tid=79118)



Is codeigniter 5 upcoming version - paliz - 04-22-2021

Is there  plane to new version of ci  i mean ci5  migrate php 7 to php 8  i think with little  change code style like php8 and enum and nuall able operation  and multipel return type move on to new   horizon 

 i think it should be backend frame work which support resfull api and graphql architecture do not need render html page  is lite and fast secure for ci5

I hope so  ci become more attractive


RE: Is codeigniter 5 upcoming version - php_rocs - 04-22-2021

@paliz,

Not that there will not be a CI5 in the future but for now I would say more than likely not any time soon. CI4 has basically just been released and for now that is the focus of the community.


RE: Is codeigniter 5 upcoming version - iRedds - 04-22-2021

The framework is compatible with php8. If you want to write applications with union types, then write. By the way, Enum has not been delivered yet and will only be available in 8.1
IDEs understand phpDoc.
The framework doesn't force you to generate HTML. For GraphQL, you can use libraries.