NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
New version different code completion errors


Joined: 07 Apr 2004
Posts: 34
Reply with quote
Hi Dimitre,

I have just installed build (3386) as the latest version as I had to change harddrive so lost (3380).

When I installed this the way the code completion works has changed and does not work as it did before.

[list=]I am unable to access functions of a parent class if the child class extends its parent[/list]

[list=]Within a function in a class you can only access other functions preceding the one you are working in, even if the function exists. See example below.[/list]


Code:

function function_one(){

    $this->function_two(); // this will not code complete

}

function function_two(){

    $this->function_one(); // this will code complete as one is declared above it

}




I have also tested this on the evaluation build 3391 and the problem still exists

Regards

Barry
View user's profileFind all posts by neoblast007Send private messageMSN Messenger
Site Admin

Joined: 13 Jul 2003
Posts: 8334
Reply with quote
Fixed in phped 3.3.3 build 3395
View user's profileFind all posts by dmitriSend private messageVisit poster's website


Joined: 09 Mar 2004
Posts: 17
Reply with quote
Where can download 3395? The latest version available for download is 3386.
View user's profileFind all posts by toldroydSend private message


Joined: 21 Oct 2004
Posts: 81
Location: UK
Reply with quote
Are there changelogs available for the different builds?

When upgrading, can I just install over the old installation and it will keep all my settings?
View user's profileFind all posts by QuboidSend private message
Site Admin

Joined: 13 Jul 2003
Posts: 8334
Reply with quote
Quote:
Where can download 3395? The latest version available for download is 3386.


On Nov 1st.

Quote:
Are there changelogs available for the different builds?

readme_sp3 will contain them altogether

Quote:
When upgrading, can I just install over the old installation and it will keep all my settings?

most of settings will remain unchaged if you install over the old. Except a) docking layout b) editor settings, and c) debugger settings.
Shortcuts, accounts and templates will survive.
View user's profileFind all posts by dmitriSend private messageVisit poster's website


Joined: 07 Apr 2004
Posts: 34
Reply with quote
Thanks very much I will update my version on the 1st.
View user's profileFind all posts by neoblast007Send private messageMSN Messenger
New version different code completion errors
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