All Questions
5 questions
1
vote
1
answer
225
views
ExpressionEngine 3 module: create custom member field programmatically
I'm creating a custom member field programmatically. This works fine, except that I want the database column to be dynamic based on what's already in the database.
In my code below, the ...
0
votes
2
answers
355
views
How to access a custom table name that isn't prefixed with exp_
I'm developing an EE module that needs to access a non EE database table that isn't prefixed with 'exp_'.
How would I go about doing this? In Codeigniter I can use set_dbprefix, but that doesn't ...
1
vote
1
answer
68
views
Information isn't updating & tracing
When submitting my form that stores my facebook id it is sent to the method save_settings(). No matter what I do I can't dump variables or echo them out to see what is being sent, so I think this is ...
3
votes
1
answer
9k
views
Get specific value without having to loop with db class
So I am trying to get a specific setting out of the database. And it seems that most of the CodeIgniter DB actions don't work in ExpressionEngine( http://ellislab.com/codeigniter/user-guide/database/...
1
vote
2
answers
232
views
Managing database for single site across multiple servers?
Does anyone have any advice on how to deal with separate databases (local, staging, live) for the same EE site on different servers?
The client changes things on live, but I obviously do any site ...