How-to articles, tricks, and solutions about CODEIGNITER-2
Only variable references should be returned by reference - Codeigniter
This error message in Codeigniter indicates that you are attempting to return a variable by reference, but only variable references can be returned by reference.