NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
PhpEd 3.3 Object->object->insight not working


Joined: 12 Jan 2004
Posts: 5
Reply with quote
PhpEd 3.3 Object->object->insight not working

If i have something like

Code:

require_once('class.DB.php');

class Obj
{
  var $db;
  function Obj()
  {
    $this->db = new DB();
    $this->db->[insight shows Obj() functions than DB() functions]
  }
  function foo()
  {
    echo 'Hello Bar!';
  }
}


Also, do i have to force PhpEd to re-search though my php files to refresh the function list because sometimes new fuctions don't show up after $this->
View user's profileFind all posts by zer0fillSend private message
Site Admin

Joined: 13 Jul 2003
Posts: 8334
Reply with quote
Nested dereference operators (->) are not supported in phped 3.3.
But will be supported in one of subsequent versions.
View user's profileFind all posts by dmitriSend private messageVisit poster's website
PhpEd 3.3 Object->object->insight not working
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT - 5 Hours  
Page 1 of 1  

  
  
 Reply to topic