<007701c6f3a9$ec8f1360$6401a8c0@gamebox>
Message-ID: <7.0.1.0.2.20061019142741.0603e598@rbnsn.com>
At 02:10 PM 10/19/2006, Ben Sgro (sk) wrote:
>Felix,
>
>Sure, that is helpful, but what about tabs, lists and all the other
>elements that could exist in an email message.
>I'm looking for a canned function or class that will do the work.
You can try displaying the text between tags.
Ken
From dmintz at davidmintz.org Thu Oct 19 14:29:59 2006
From: dmintz at davidmintz.org (David Mintz)
Date: Thu, 19 Oct 2006 14:29:59 -0400 (EDT)
Subject: [nycphp-talk] DataObject implementation (was Re: Constructors
and)
In-Reply-To: <7EB77E45-7E68-49C7-8AC8-EBC2D685B92B@sala.ca>
References: <3503e561a956764ef4b7e5dbe1398d70@jobsforge.com>
<9D5F7096-CD8E-473A-BFAC-835DFE8E7E4C@sala.ca>
<7EB77E45-7E68-49C7-8AC8-EBC2D685B92B@sala.ca>
Message-ID:
On Thu, 19 Oct 2006, Dell Sala wrote:
>
> The other possibility is to look into existing DataObject frameworks
> that have already implemented the fancy stuff for you. I've used
> PEAR's DB_DataObject. It's a bit of a pain to get up an running, but
> it's solid. There are quite a few others -- here are a few:
>
> http://pear.php.net/package/DB_DataObject/
> http://propel.phpdb.org/trac/
> and CakePHP implements its own ActiveRecord http://cakephp.org/
>
I was gonna say -- but didn't, for brevity's sake -- that I have spent
several+ hours with Cake, and it does seem mighty cool, yet I've run into
enough snags to wonder about the name. Like findAll() not fetching the
data that I need and having to write custom SQL anyway.
Then I looked at DB_DataObject and quickly noticed the pain part that you
refer to. I realize I don't quite get it and that's surely part of my
problem, but still I think the docs and examples on
http://pear.php.net/manual/en/package.database.db-dataobject.php are kind
of abstruse.
I might end up coming full circle and hand-coding a lot of stuff. I recall
the words of one great sage on this list:
"SQL is a language. Love it."
---
David Mintz
http://davidmintz.org/
En Nueva York el tr?nsito de la belleza a la desolaci?n sucede
siempre expeditivamente, como si el principio universal
de m?xima eficiencia hubiera aconsejado la supresi?n de
gradaciones intermedias.
-- Antonio Mu?oz Molina, Ventanas de Manhattan
From skyline at publicmine.com Thu Oct 19 14:31:41 2006
From: skyline at publicmine.com (Ben Sgro (sk))
Date: Thu, 19 Oct 2006 14:31:41 -0400
Subject: [nycphp-talk] Textarea formatting
References: <005301c6f3a2$03612ef0$6401a8c0@gamebox><007701c6f3a9$ec8f1360$6401a8c0@gamebox>
<7.0.1.0.2.20061019142741.0603e598@rbnsn.com>
Message-ID: <008a01c6f3ac$d40b1b60$6401a8c0@gamebox>
Ken,
Great, that's exactly what I need.
Thanks all!
- Ben
----- Original Message -----
From: "Ken Robinson"
To: "NYPHP Talk"
Sent: Thursday, October 19, 2006 2:28 PM
Subject: Re: [nycphp-talk] Textarea formatting
At 02:10 PM 10/19/2006, Ben Sgro (sk) wrote:
>Felix,
>
>Sure, that is helpful, but what about tabs, lists and all the other
>elements that could exist in an email message.
>I'm looking for a canned function or class that will do the work.
You can try displaying the text between