Re: [fw-general] PHP5 Security

2007-02-08 Thread Christian Wittwer
Is this normal behaviour ?? Was my prof at the university wrong with standard oop definitions ?? I think this behaviour is normal, because it isn't a object anymore. you cast it explicit to an array. it would be strange, if you wouldn't be able to access any element of an array. Chris

Re: [fw-general] ROR Flash in ZF

2007-02-08 Thread Christian Wittwer
http://svn.ralphschindler.com/repo/ZendFramework/library/ It currently uses Zend_Session, also implementing countable, iteratable interface. I use it to add messages in my controllers, and also to retrieve messages in my view scripts. FlashMessage::add($message); if (FlashMessage::hasMessag

Re: [fw-general] LDAP support

2007-01-20 Thread Christian Wittwer
Hi, I think a LDAP interface would be great. Long time ago I wrote a LDAP class, but it's very limited to my environment. So I have some experience with LDAP and would like to help, if necessary. Chris

[fw-general] Converting html2pdf [Scanned]

2006-11-17 Thread Christian Wittwer
Hi There, I'm looking for a possibility to convert html-code to a pdf. Does Zend_PDF provide this feature? Thanks in advance, Chris

Re: [fw-general] Converting html2pdf with Zend_PDF?

2006-11-17 Thread Christian Wittwer
esn't have such functionality. > It would be good and useful, but it's necessary to have html rendering > functionality to do this. > > > With best regards, > Alexander Veremyev. > > Christian Wittwer wrote: >> Hi There, >> I'm looking for a possib

[fw-general] Converting html2pdf with Zend_PDF?

2006-11-17 Thread Christian Wittwer
Hi There, I'm looking for a possibility to convert html-code to a pdf. Does Zend_PDF provide this feature? Thanks in advance, Chris