Database ORM: CodeIgniter does not include a built-in Object-Relational Mapping (ORM) system. It allows developers to work directly with databases using a lightweight Active Record implementation. In contrast, Symfony embraces Doctrine, a powerful ORM tool, facilitating database management and manipulation.