Welcome Guest, Not a member yet? Register   Sign In
CI and Netbeans IDE 7.1.1
#2

[eluser]htheus[/eluser]
Hmm found a workaround (but i think there is a better solution for it)

adding (phpDoc)

* @property CI_DB_result $query


and instead of

$Q = $this->db->get_where($this->table_name, $options, $limit);

i use

$this->query = $this->db->get_where($this->table_name, $options, $limit);

so the autocompletation works fine ...



Messages In This Thread
CI and Netbeans IDE 7.1.1 - by El Forum - 03-11-2012, 01:35 PM
CI and Netbeans IDE 7.1.1 - by El Forum - 03-11-2012, 01:58 PM
CI and Netbeans IDE 7.1.1 - by El Forum - 03-11-2012, 02:14 PM
CI and Netbeans IDE 7.1.1 - by El Forum - 03-11-2012, 02:24 PM



Theme © iAndrew 2016 - Forum software by © MyBB