[fw-general] Zend_Validate_Ip

2008-06-10 Thread Joachim Knust
rns true if and only if $value is a valid IP address" Both example strings are not valid IP address, in my oppinion. Internally ip2long is used to do the checking, which accepts a lot more than just "valid IP addresses". Is this intended behaviour or is it a bug and may change in the future? Regards -joachim knust

RE: [fw-general] autoloading models

2008-03-19 Thread Joachim Knust
Class to load dependent table's modle classes, which fails because Zend_Load doesn't know about module model directories. Same problem prevents the use of findManyToManyRowset() magic methods. Maybe I miss something here and somebody has any smart solutions which might be shared. Regards -joachim knust

[fw-general] interaction problem: Zend_Session::start(), Zend_Loader::isReadable() + custom autoloader

2007-12-11 Thread Joachim Knust
ent I require Module1/models/Session.php manually, which is is not very smart with an autoloader available. Any hints, comments, etc. welcome Regards -joachim knust