Welcome Guest, Not a member yet? Register   Sign In
Using CONCAT() in active record
#13

[eluser]AIM-andrew[/eluser]
Code:
$email_to = $email->getTo();
$email_to[] = $results[0]->full_name;

I believe here that $email is calling its own getTo() method. Which returns the array "to"
Then we add the value of $results[0]->full_name to this "to" array.


Messages In This Thread
Using CONCAT() in active record - by El Forum - 02-13-2009, 02:19 PM
Using CONCAT() in active record - by El Forum - 02-13-2009, 03:15 PM
Using CONCAT() in active record - by El Forum - 02-13-2009, 03:51 PM
Using CONCAT() in active record - by El Forum - 02-13-2009, 07:06 PM
Using CONCAT() in active record - by El Forum - 05-14-2009, 12:44 PM
Using CONCAT() in active record - by El Forum - 05-14-2009, 01:03 PM
Using CONCAT() in active record - by El Forum - 05-14-2009, 01:25 PM
Using CONCAT() in active record - by El Forum - 05-14-2009, 01:48 PM
Using CONCAT() in active record - by El Forum - 08-13-2009, 02:38 AM
Using CONCAT() in active record - by El Forum - 08-14-2009, 11:05 AM
Using CONCAT() in active record - by El Forum - 08-18-2009, 03:33 AM
Using CONCAT() in active record - by El Forum - 08-18-2009, 02:49 PM
Using CONCAT() in active record - by El Forum - 08-18-2009, 03:03 PM
Using CONCAT() in active record - by El Forum - 08-26-2013, 09:09 AM



Theme © iAndrew 2016 - Forum software by © MyBB