Welcome Guest, Not a member yet? Register   Sign In
A few questions about code igniter
#5

[eluser]Michael Wales[/eluser]
Once again, no.

See, rather than the other frameworks that lock into their conventions, CodeIgniter allows you to come up with your own. If you wanted - sure you could write a small library that accepted an XML file to setup your database - you could even use Active Record and DBForge to make it work across all of the supported databases.

In reality, I'm not sure how much good it would do - without being implemented in a lot of other third-party libraries. CodeIgniter doesn't care what your database looks like - it doesn't need to know anything about it (other than server, username, and password of course). The most popular ORM libraries that have been released use reflection to provide the object mapping - thus, always returning an exact reflection of the database (not what an XML file says is going on).

Personally, I setup my initial database schema with good old phpMyAdmin.


Messages In This Thread
A few questions about code igniter - by El Forum - 05-24-2008, 10:57 PM
A few questions about code igniter - by El Forum - 05-24-2008, 11:04 PM
A few questions about code igniter - by El Forum - 05-24-2008, 11:09 PM
A few questions about code igniter - by El Forum - 05-24-2008, 11:15 PM
A few questions about code igniter - by El Forum - 05-24-2008, 11:17 PM
A few questions about code igniter - by El Forum - 05-24-2008, 11:25 PM
A few questions about code igniter - by El Forum - 05-24-2008, 11:50 PM
A few questions about code igniter - by El Forum - 05-24-2008, 11:56 PM
A few questions about code igniter - by El Forum - 05-25-2008, 12:21 AM
A few questions about code igniter - by El Forum - 05-25-2008, 12:29 AM
A few questions about code igniter - by El Forum - 05-25-2008, 02:58 AM
A few questions about code igniter - by El Forum - 05-25-2008, 06:28 AM
A few questions about code igniter - by El Forum - 05-25-2008, 06:30 AM
A few questions about code igniter - by El Forum - 05-25-2008, 06:40 AM
A few questions about code igniter - by El Forum - 05-25-2008, 06:44 AM
A few questions about code igniter - by El Forum - 05-25-2008, 06:53 AM



Theme © iAndrew 2016 - Forum software by © MyBB