Welcome Guest, Not a member yet? Register   Sign In
Selecting?
#3

[eluser]Andeh17[/eluser]
[quote author="meigwilym" date="1328195989"]I think that's ok, but a more concise approach might be

Code:
function is_admin()
{
  $session = $this->session->userdata('username');
  return $this->db->query("SELECT * FROM `users` WHERE `username` = '{$session}' AND is_admin = '1'")->row();

  }

Anyone else any thoughts? (in case I'm wrong)

Cheers,

Mei[/quote]

Sorry I forgot to include the error, thanks for that but it still isn't working.

Fatal error: Call to undefined method CI_Loader::is_admin()

And it is throwing it on this line...

if($this->is_admin())

Am I supposed to load the controller or something to call the function? I'm so confused right now.


Messages In This Thread
Selecting? - by El Forum - 02-02-2012, 08:14 AM
Selecting? - by El Forum - 02-02-2012, 08:19 AM
Selecting? - by El Forum - 02-02-2012, 08:22 AM
Selecting? - by El Forum - 02-02-2012, 08:35 AM
Selecting? - by El Forum - 02-02-2012, 08:42 AM
Selecting? - by El Forum - 02-02-2012, 08:54 AM
Selecting? - by El Forum - 02-02-2012, 10:15 AM
Selecting? - by El Forum - 02-02-2012, 10:25 AM
Selecting? - by El Forum - 02-02-2012, 10:26 AM
Selecting? - by El Forum - 02-02-2012, 10:58 AM
Selecting? - by El Forum - 02-02-2012, 11:04 AM
Selecting? - by El Forum - 02-02-2012, 12:10 PM



Theme © iAndrew 2016 - Forum software by © MyBB