Displaying 1 result from an estimated 1 matches for "tfel4".
Did you mean:
tfel0
2010 Jun 20
2
Variable Scope in classes
I think I have a misunderstanding of variable scope in classes.
Wy isn''t tfel4_ClusterDbType set in the elements::tfel4::elements
class? It''s set in elements::tfel4::defaults but then goes *poof* when
elements::tfel4::elements tries to access it.
class elements::tfel4::defaults {
if ( !$tfel4_ClusterDbType ) {
$tfel4_ClusterDbType = "oracle"...