[eluser]Unknown[/eluser]
I am using NetBeans IDE <http://netbeans.org/> 7.2 for
Codeigniter<http://ellislab.com/codeigniter>.
I got the Codeigniter support in NetBeans
here<http://alielwafdy.wordpress.com/2012/07/28/codeigniter-support-in-netbeans/>
!
*My question is when I type $query-> then press Ctrl+Space I am getting No
Suggestions Message stating that NetBeans cant detect the $query variable
type.*
I found an answer for NuSphere PhpED IDE
here<http://www.ahowto.net/php/nusphere-phped-code-completion-for-codeigniter-framework>
!
but when I try the same steps in NetBeans the code completion is not
working for the query variable
Code:
/**
* @var CI_DB_result
*/
$query=$this->db->get('cds');