|
Radix
2012.29
Small MVC style PHP tookit
|
Todo List
- Member radix_cache::__construct ()
- want to be able to make an instance of this thing too
- Member radix_cache::get ($name, $miss=false)
- do we want to log cache misses?
- Member radix_checkout_authorize::_cimRecv ($buf)
- parse the response from _cimSend()
- Member Radix_Filter::email ($x, $d=false)
- want to use the imap_parser and have optional array return or out var
- Member Radix_HTTP::wait ($ch=null)
- when handle finished, capture it's data (info/body) and close()
- Class radix_irc
make non-static only, instantate
one static, fast_send($host,$nick,$room,$text,$opts);
- Member radix_mail_smtp::data ($d)
normalise newlines in $d
ensure that $d has no lines longer than 1000 (see rfc821)
ensure that no lines start with "."
- Member Radix_MRU::__sleep ()
- does this need to be here, or is it automatic?
- File smtp.php
- Use same Streaming Logic in SMTP, IRC, FreeSWTICH - but not! Shared Socket
- File twilio.php
- bring in a direct CURL call
- File twitter.php
- would be cool to get listed on https://dev.twitter.com/docs/twitter-libraries
