Play off tree

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
keks
Forum Newbie
Posts: 3
Joined: Fri Sep 03, 2010 3:47 pm

Play off tree

Post by keks »

Hi! First of all, sorry for my bad English! I'm pretty new to PHP coding and designing, so i want to ask smarter people, than me - is it hard to create simple Play Off tree for example, for NHL league, with team logos, displaying results etc. If there is any tutorial about this, please let me know about it!

Big Thanks!
keks
Forum Newbie
Posts: 3
Joined: Fri Sep 03, 2010 3:47 pm

Re: Play off tree

Post by keks »

cmon, nobody knows? :(
shawngoldw
Forum Contributor
Posts: 212
Joined: Mon Apr 05, 2010 3:38 pm

Re: Play off tree

Post by shawngoldw »

Well it depends, based on you talking about the NHL and mentioning bad english, which by the way isn't too bad, I assume you're from Quebec? So you're probably a canadians fan, and since I'm from Toronto, I just have to say no it's not possible!

But on a more serious note, it shouldn't be too complicated. Is there any particular part you have a question about? What would the tree need to do, just display the brackets? Should it display all of them at once, or just the ones in the current round? Do you want to display who's winning each bracket?

There are really quite a few different things which need to be taken into consideration here and depending on how you want them to work the program will change in complexity.


Shawn
keks
Forum Newbie
Posts: 3
Joined: Fri Sep 03, 2010 3:47 pm

Re: Play off tree

Post by keks »

Thank you for reply!

So damn hard words which is hard to understand for me, no i'm from Europe!

Tree display only result , and who is winning each bracket, with emblem of course, and other pictures like Cup etc. Is it hard?
shawngoldw
Forum Contributor
Posts: 212
Joined: Mon Apr 05, 2010 3:38 pm

Re: Play off tree

Post by shawngoldw »

It should not be hard. If you try it and get stuck, you can post code here and people will try to help you.
I do not think you will find a tutorial for this.

Best of luck!
Shawn
Post Reply