[Components] How to handle Variables with LineBreak in Template?

2009-06-18 Thread cimodev
e-Function. But i want to ask you, if there would be another solution, because i think, this is a common task. Thank you very much for any help! Kind Regards, cimodev -- Components mailing list Components@lists.ez.no http://lists.ez.no/mailman/listinfo/components

Re: [Components] How to handle Variables with LineBreak in Template?

2009-06-19 Thread cimodev
Hi Derick > The best way would to do this by styling the output with CSS. Instead of > replacing the text, you can do this: > > > {$variable} > > > See also: http://www.w3.org/TR/CSS21/text.html#white-space-prop Works fine! You're great! Thank you very much! -- Components mailing list Com

[Components] ezcMailComposer: addFileAttachment missing

2009-09-22 Thread cimodev
e class in version 1.6.3. What happened there? Kind regards cimodev -- Components mailing list Components@lists.ez.no http://lists.ez.no/mailman/listinfo/components

[Components] DatabaseManager for Translation

2009-10-22 Thread cimodev
Hi there is there already a database manager/backend for ezcTranslation available? or maybe some help for build an own one? I planned to keep all translations within database instead of XML, because of the possibility to JOIN against translation within Views Thanks in advance! cimodev

[Components] PDOException: You cannot serialize or unserialize PDO instances

2009-10-27 Thread cimodev
n that way, that it houlds the dbInstance as a global variable. Is there a workaround to work with ezComponents DB-Components together with Sebastian Bergmanns PHPUnit? Thanks in advance! Kind Regards, cimodev -- Components mailing list Components@lists.ez.no http://lists.ez.no/mailma

Re: [Components] PDOException: You cannot serialize or unserialize PDO instances

2009-10-27 Thread cimodev
cimodev wrote: > Hi there > > after migration to php 5.3 running PHPUnit i get the following exception: > > "PDOException: You cannot serialize or unserialize PDO instances" derived classes from *TestCase should overwrite the following both(!) properties, in

[Components] How to trim whitespaces from template?

2010-01-10 Thread cimodev
Dear List members On the site under [1] there is the property trimWhitespace called. I understand this in that way, that all whitespaces from template would stripped of. But i see nothing in result. All whitespaces are still existing. Can you give me some hints? Thank you very much! cimodev