Questions tagged [require-method]
3 questions
2
votes
3 answers
When to use "load" rather than "require" in Ruby?
I understand that require loads the file only once, while load loads it every time it is called.
It looks like using require is preferable in most situations.
My question is, when would I use load rather than require ?

Misha Moroshko
- 166,356
- 226
- 505
- 746
0
votes
2 answers
how to pass variables between 2 php pages when the latter called with require()
I am a PHP newbie, and I have this question:
say I have:
a.php:
$a = 'foo' ;
$b = 'baz' ;
require ('b.php') ;
How do I pass variables $a and $b to b.php ?
How do I use these variables in b.php ?
thanks a lot !!

Yoni
- 553
- 3
- 14
- 24
0
votes
5 answers
Do we prepare requirement traceability matrix Before / After creation of Test Plan?
Is RTM prepared before the creation of Test Plan or after the creation of Test Plan?
How are both interrelated?
In case of Integration, System, Master test plan how os RTM related?

user3610612
- 3
- 1
- 6