Posted by davidgregan@gmail.com on 01/23/08 17:12
I've been going over this closure implementation in PHP:
http://www.steike.com/code/php-closures/
and came across some classes that I wasn't familiar with. Does anyone
know if the following code is from some library? or is it the author's
own code:
new TextField();
Layout::horizontal($a, $b);
I've tried searching for it on google but couldn't find anything. Let
me know if anyone has seen it.
Thanks,
Dave
Navigation:
[Reply to this message]
|