Welcome Guest, Not a member yet? Register   Sign In
GET in a word
#1

Hello,
how do I get a get in with a word?
For example, I would not call this with an ID, but with BISH.
How does this have to look in the code, if the table Edition and the column carries name.
Reply
#2

(This post was last modified: 09-18-2017, 11:01 AM by PaulD.)

What on earth is BISH?

This question feels like it would be more at home on https://codegolf.stackexchange.com/

If you explain it a bit more I am intrigued to find out what you are actually asking...

Paul

PS Do you mean something like:

PHP Code:
$row $this->db->where('edition_name'$BISH)->limit(1)->get('edition')->row_array(); 
Reply




Theme © iAndrew 2016 - Forum software by © MyBB