Displaying 2 results from an estimated 2 matches for "lelu".
Did you mean:
gelu
2006 Aug 04
4
REST
I''ve been looking into RESTful approaches lately. Everything I know
my dog, Lelu, taught me.
REST (REpresentational State Transfer) is an architectural technique
for networked applications first described by Roy Fielding in his
dissertation at UC Irvine-- excellent work, especially considering
the tempting proximity of Newport Beach. As Lelu described it to me,
REST s...
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"
}