// --------------------------------------------------------------------
/**
* Select
*
* Generates the SELECT portion of the query
*
* @access public
* @param string
* @return object
*/
function select($select = '*', $protect_identifiers = TRUE){
....
{