CodeIgniter Forums
@deprecated Entity ci4 - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28)
+--- Forum: CodeIgniter 4 Support (https://forum.codeigniter.com/forumdisplay.php?fid=30)
+--- Thread: @deprecated Entity ci4 (/showthread.php?tid=79684)



@deprecated Entity ci4 - paliz - 07-19-2021

PHP Code:
 i dont know why ci4 team wants  remove this cool  feature of ci4 which make database interaction easier then before  we ll regret for losing such an amazing abllity 

i hope not that happen 

entity  dataMap
[] is super useful for front end framwork
/**
 * Entity encapsulation, for use with CodeIgniter\Model
 ** @deprecated use CodeIgniter\Entity\Entity class instead
 */
class Entity extends CoreEntity
{




RE: @deprecated Entity ci4 - paulbalandan - 07-19-2021

Entity is not removed. It is just being renamed from "CodeIgniter\Entity" to "CodeIgniter\Entity\Entity". The deprecation is in place to make users move away from its old name.


RE: @deprecated Entity ci4 - paliz - 07-19-2021

thanks god i didi not read lines completely sorry