Code
$goDatabase =& pnDBGetConn( true );
The old way in the Template module is by value:
Code
The module I'm writing is for 0.726, so I'm doing things the old way. My question is, is there any reason to get the ADODB connection by value under 0.726, or can I get it by reference and save myself some overhead, e.g.:
Code
Perhaps the reference would then point to something local in the list function and be counter-productive?
