PLEASE READ AND HELP!!

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
joyser
Forum Newbie
Posts: 2
Joined: Fri Nov 28, 2008 5:53 am

PLEASE READ AND HELP!!

Post by joyser »

hi guys, i have'nt done any of this kinda stuff in phpso what does the renderelement part do and the -> thing?

Code: Select all

 
<?php echo $this->renderElement('currencyorders',array('cbuys'=>$cbuys,'csells'=>$csells)); ?>
 
joyser
Forum Newbie
Posts: 2
Joined: Fri Nov 28, 2008 5:53 am

Re: PLEASE READ AND HELP!!

Post by joyser »

anyone?
User avatar
onion2k
Jedi Mod
Posts: 5263
Joined: Tue Dec 21, 2004 5:03 pm
Location: usrlab.com

Re: PLEASE READ AND HELP!!

Post by onion2k »

There's a good reason why we have a "No bumping within 24 hours rule here". Most of the people who answer threads here on a regular basis use the "View unanswered posts" link at the top left. Now you've bumped this they won't see it. Don't break the rule again in future.
User avatar
califdon
Jack of Zircons
Posts: 4484
Joined: Thu Nov 09, 2006 8:30 pm
Location: California, USA

Re: PLEASE READ AND HELP!!

Post by califdon »

Furthermore, don't use meaningless subjects like "PLEASE READ AND HELP!!"

You will receive much faster and better and more help if you follow good forum practices.
PHPyrox
Forum Newbie
Posts: 4
Joined: Sat Nov 29, 2008 12:45 pm

Re: PLEASE READ AND HELP!!

Post by PHPyrox »

Try reading this tutoral on object orientated PHP.
The code you wrote is using the ooPHP class system...

http://way2web.net/site/coding/understa ... ntated-php
Post Reply