Goto Page: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ... 211
Actual Results
- Rabid Dog
- Forum: PHP Tutorials
- Topic: Understanding Classes
- Subject: Understanding Classes
- Replies: 10
- Views: 197
- Subject: Understanding Classes
Posted: November 19th, 2009, 9:27 am
HAHAHAHAHAHAHA like all the fancy new keywords in PHP 5 make ANY DIFFERENCE!
LOL it was a good attempt (PHP 5) to make it look like proper language. Besides, the title is understanding classes, not understanding OOP. The things you are talking about are intrinsic to OOP
LOL it was a good attempt (PHP 5) to make it look like proper language. Besides, the title is understanding classes, not understanding OOP. The things you are talking about are intrinsic to OOP
- Rabid Dog
- Forum: Programming / Scripting / Coding Forum
- Topic: October 2009 Programming Challenge
- Subject: October 2009 Programming Challenge
- Replies: 7
- Views: 189
- Subject: October 2009 Programming Challenge
Posted: October 7th, 2009, 12:27 pm
Ok well if the general consensus is that this ain't gonna work, I will see if I can come up with another one.
The challenging part is finding something that everyone can work on.
The challenging part is finding something that everyone can work on.
- Rabid Dog
- Forum: Programming / Scripting / Coding Forum
- Topic: Efficiently using PHP OOP to reduce MySQL queries.
- Subject: Efficiently using PHP OOP to reduce MySQL queries.
- Replies: 2
- Views: 267
Posted: October 6th, 2009, 10:23 am
The only way you can really make it efficient is a pain in the backside. Unfortunately domain models don't map very cleanly to database models. That being said you might look at making sure your domain model is clean and on load of one of your primary objects load child objects via joins as opposed ...
- Rabid Dog
- Forum: Programming / Scripting / Coding Forum
- Topic: October 2009 Programming Challenge
- Subject: October 2009 Programming Challenge
- Replies: 7
- Views: 189
- Subject: October 2009 Programming Challenge
Posted: October 6th, 2009, 9:30 am
Sorry guys I don't know how else to actually explain it. mk27 is on the right track in terms of filling the arrays with combinations but the idea is to actually figure it out based on the parameters I have supplied in the method signature above so you don't really know what the number of sets is in ...
- Rabid Dog
- Forum: Programming / Scripting / Coding Forum
- Topic: October 2009 Programming Challenge
- Subject: October 2009 Programming Challenge
- Replies: 7
- Views: 189
- Subject: October 2009 Programming Challenge
Posted: October 6th, 2009, 1:34 am
Ok so finally I have a new one for everyone. It is relatively simple but I think the challenge is to do it in the least amount of code as possible. This is open to any language. The problem: You have a combination lock with 3 sets running from 0-9 (Like the kind you find on briefcases). So in other ...
- Rabid Dog
- Forum: Programming / Scripting / Coding Forum
- Topic: August 2009 Programming Challenge : Give it a bash!
- Subject: August 2009 Programming Challenge : Give it a bash!
- Replies: 49
- Views: 1924
Posted: October 2nd, 2009, 12:57 pm
HAHHAHAHAHAHAH THAT IS A BEAR!
- Rabid Dog
- Forum: Programming / Scripting / Coding Forum
- Topic: August 2009 Programming Challenge : Give it a bash!
- Subject: August 2009 Programming Challenge : Give it a bash!
- Replies: 49
- Views: 1924
Posted: October 2nd, 2009, 9:55 am
Thats not a bear
- Rabid Dog
- Forum: Programming / Scripting / Coding Forum
- Topic: August 2009 Programming Challenge : Give it a bash!
- Subject: August 2009 Programming Challenge : Give it a bash!
- Replies: 49
- Views: 1924
Posted: October 1st, 2009, 1:46 pm
Nice! I am working on a new challenege lads, just bear with me 
- Rabid Dog
- Forum: Microsoft Windows Forum
- Topic: Pleasantly surprised by MS Malicious Software Removal Tool
- Subject: Pleasantly surprised by MS Malicious Software Removal Tool
- Replies: 12
- Views: 1545
Posted: August 26th, 2009, 7:37 am
Grey... drives me mad
There is a time to be a friend and a time to be a parent. As long as you don't sacrifice the discipline to be friends because at the end of the day you are first and foremost a teacher.
There is a time to be a friend and a time to be a parent. As long as you don't sacrifice the discipline to be friends because at the end of the day you are first and foremost a teacher.
- Rabid Dog
- Forum: Microsoft Windows Forum
- Topic: Pleasantly surprised by MS Malicious Software Removal Tool
- Subject: Pleasantly surprised by MS Malicious Software Removal Tool
- Replies: 12
- Views: 1545
Posted: August 26th, 2009, 12:59 am
That is the sentiment that I hate within parents... no trust whatsoever to their kids. It is funny because it would seem that teenagers don't trust their parents. So i guess it kinda swings both ways :) Maybe instead of watching her every move on the web, you teach her how to properly use it... exc...
- Rabid Dog
- Forum: Microsoft Windows Forum
- Topic: Pleasantly surprised by MS Malicious Software Removal Tool
- Subject: Pleasantly surprised by MS Malicious Software Removal Tool
- Replies: 12
- Views: 1545
Posted: August 25th, 2009, 3:50 am
Dude, that is not over protective. No teenager is ever capable of making a decision that is good for them. Been there, done that, regret every one i made. Besides, I would rather protect her than have her wind up dead or exploited. You not a parent so no you don't get to make those comments and you ...
- Rabid Dog
- Forum: Programming / Scripting / Coding Forum
- Topic: PHP - Create new class instance inside another class
- Subject: PHP - Create new class instance inside another class
- Replies: 14
- Views: 613
Posted: August 21st, 2009, 4:52 am
Probably the same as any reflection, because that is effectively what it is doing
- Rabid Dog
- Forum: Programming / Scripting / Coding Forum
- Topic: PHP - Create new class instance inside another class
- Subject: PHP - Create new class instance inside another class
- Replies: 14
- Views: 613
Posted: August 21st, 2009, 4:19 am
OUCH! Where is my 9mm, can anyone show me how to put a hole in my head because after reading that I am sure I have internal bleeding!
- Rabid Dog
- Forum: Programming / Scripting / Coding Forum
- Topic: PHP - Create new class instance inside another class
- Subject: PHP - Create new class instance inside another class
- Replies: 14
- Views: 613
Posted: August 21st, 2009, 2:26 am
Yes it is possible but it is just plan nasty. That is what we were trying to point out. Kinda like if someone asks you how to blow their head off, pretty simple to do but you don't want to encourage it.
- Rabid Dog
- Forum: Programming / Scripting / Coding Forum
- Topic: August 2009 Programming Challenge : Give it a bash!
- Subject: August 2009 Programming Challenge : Give it a bash!
- Replies: 49
- Views: 1924
Posted: August 19th, 2009, 9:25 am
http://www.webreference.com/programming ... broutines/

