User Profile

Collapse

Profile Sidebar

Collapse
amitabhcy
amitabhcy
Last Activity: Nov 2 '07, 05:15 AM
Joined: Nov 1 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • amitabhcy
    replied to Regarding object reference
    in PHP
    The error occurs in the line number 79 of the original post. The objects are getting created. This is verified with the print_r function.

    It seems some where a reference should have been placed. Dunno where.

    regards...
    See more | Go to post

    Leave a comment:


  • amitabhcy
    replied to Class, Connecting to mysql
    in PHP
    Within the getdb function call $this->db instead of $db....
    See more | Go to post

    Leave a comment:


  • amitabhcy
    replied to Regarding object reference
    in PHP
    Hello again

    The code provided is a simulation of a project I am working on. The object structure is the same as in the case of the project.

    Kindly look into the code and inform how to correct.

    regards,
    See more | Go to post

    Leave a comment:


  • amitabhcy
    started a topic Regarding object reference
    in PHP

    Regarding object reference

    Hello to members,

    I am getting fatal error while running the following code. Any solutions to avoid the error.
    The error is
    PHP Fatal error: Call to a member function getD() on a non-object in ..... on line 24.

    The objective is to call the getValue() function of of D type object. Your guidance is required. I am using PHP5+ and Apache 2.2 on windows XP.

    The code is below:

    [code=php]...
    See more | Go to post
No activity results to display
Show More
Working...