Welcome Guest, Not a member yet? Register   Sign In
DMZ: HTML Table extension (contributed). DMZ 1.7+
#4

[eluser]Daniel H[/eluser]
Nice extension! Thanks!

I'm having some problems with toString and getting it to return the name of the relationship.

Accounts and Groups have a field called "name", so in my models I have this:

Code:
public function __toString()
    {
        return $this->name;
    }

However when executed, this error is returned

Code:
Message: Method Group::__toString() must return a string value

Same with Account.

And I am making sure I am included the related accounts and groups

Code:
$users->include_related('group', array('name'));
        $users->include_related('account', array('name'));

Any ideas?


Messages In This Thread
DMZ: HTML Table extension (contributed). DMZ 1.7+ - by El Forum - 03-22-2010, 02:44 AM
DMZ: HTML Table extension (contributed). DMZ 1.7+ - by El Forum - 04-04-2010, 10:26 PM
DMZ: HTML Table extension (contributed). DMZ 1.7+ - by El Forum - 04-05-2010, 08:15 AM
DMZ: HTML Table extension (contributed). DMZ 1.7+ - by El Forum - 07-23-2010, 11:54 AM
DMZ: HTML Table extension (contributed). DMZ 1.7+ - by El Forum - 07-24-2010, 12:15 AM
DMZ: HTML Table extension (contributed). DMZ 1.7+ - by El Forum - 07-24-2010, 03:16 AM
DMZ: HTML Table extension (contributed). DMZ 1.7+ - by El Forum - 07-24-2010, 04:54 AM
DMZ: HTML Table extension (contributed). DMZ 1.7+ - by El Forum - 07-24-2010, 04:59 AM
DMZ: HTML Table extension (contributed). DMZ 1.7+ - by El Forum - 07-26-2010, 08:15 AM
DMZ: HTML Table extension (contributed). DMZ 1.7+ - by El Forum - 07-26-2010, 10:37 PM
DMZ: HTML Table extension (contributed). DMZ 1.7+ - by El Forum - 10-09-2010, 07:47 PM



Theme © iAndrew 2016 - Forum software by © MyBB