Welcome Guest, Not a member yet? Register   Sign In
Poll: More base models?
You do not have permission to vote in this poll.
yes
50.00%
11 50.00%
no
18.18%
4 18.18%
maybe
31.82%
7 31.82%
Total 22 vote(s) 100%
* You voted for this item. [Show Results]

More base models?
#1

The current CI_Model assumes an RDB.
Should be have other models that could be extended, such as a NoSQL or a file directory model?

--------------------------------
Disclaimer: Putting forward an idea without implying any endorsement of it.
James Parry
Project Lead
Reply
#2

I voted "Maybe" on this one primarily because the model itself makes no assumption about the underlying data, which is, for the most part, a good thing. However, it would be nice if there was a data access layer which was not so strictly bound to a SQL database, so we could easily create models which used other data stores which may (or may not) eventually be migrated to a traditional SQL database.

Since the data access layer in CI is primarily accessed through $this->db, it's a little difficult to fully embrace the idea of simply extending what's already there (vs. creating some sort of replacement, perhaps with $this->db acting as a compatibility layer). On the other hand, replacing $this->db would create a nightmare for upgrading existing projects.
Reply
#3

(This post was last modified: 04-13-2015, 06:38 PM by twpmarketing.)

I'm also going with "maybe".  At this time, my designs all use an RDB and it has been years since a "flat-file" was useful (in my work).  That is not to say it may never happen, but it is rare.
[edit] missing word...
CI 3.1 Kubuntu 19.04 Apache 5.x  Mysql 5.x PHP 5.x PHP 7.x
Remember: Obfuscation is a bad thing.
Clarity is desirable over Brevity every time.
Reply




Theme © iAndrew 2016 - Forum software by © MyBB