Current location: Hot Scripts Forums » Programming Languages » PHP » Simple Question


Simple Question

Reply
  #1 (permalink)  
Old 12-04-07, 11:34 PM
nova912's Avatar
nova912 nova912 is offline
Code Guru
 
Join Date: Sep 2004
Location: Traverse City, MI, USA
Posts: 821
Thanks: 0
Thanked 0 Times in 0 Posts
Simple Question

If I wanted a function to modify an existing object would the function look like this?

PHP Code:

function append_children_to(&$obj) {

// add one child, $child;
$obj->append_child($child);
}
$thing = new Thing();
$children $thing->children_num(); // 1
append_children_to($thing);
$children $thing->children_num(); // 2 
__________________
"BTW, I can't program at all the only thing I figured out is how to upload templates to my server."
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #2 (permalink)  
Old 12-05-07, 02:24 AM
nova912's Avatar
nova912 nova912 is offline
Code Guru
 
Join Date: Sep 2004
Location: Traverse City, MI, USA
Posts: 821
Thanks: 0
Thanked 0 Times in 0 Posts
Nvm, after some testing it works as I thought =)
__________________
"BTW, I can't program at all the only thing I figured out is how to upload templates to my server."
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
AJAX, Simple Question (I think) nova912 JavaScript 10 09-04-06 03:27 PM
Pretty simple ( i think) question any help!?!? 0o0o0 PHP 2 04-07-06 11:47 AM
need help simple question, but need it right. 0o0o0 PHP 3 01-31-06 05:21 PM
Simple question Maniax JavaScript 4 08-31-04 02:08 PM
Simple question kashi PHP 5 08-13-04 11:23 PM


All times are GMT -5. The time now is 12:08 PM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.