[Solar-talk] new member
stefan bogdan
stefan_bogdan_daniel at yahoo.com
Wed Nov 29 08:58:45 PST 2006
<!-- DIV {margin:0px;}-->hi,
i'm
a new member in solar mail list. i do not use solar framework , but i
was attracted by the Paul's blog 'How fast is your framework?'.
i have to say that i've never use a framework and i'm not an php expert.
i
've taken a look to the database connectivity and i saw that you are
using PDO. I've read that you are not interested in an PDO_OCI driver
but i've made one and i'll send you soon.
also, i would like to
ask you if you consider ok the introduction of new features in drivers
file. rigth now i was thinking about introduction of _postConnect
method where you can do some driver specific things.
ex: in postgres, informix and oracle seting the date style.
so in Adapter file you will have :
if
(method_exists($this,'_postconnect'))
{
$this->_postconnect();
}
also introduction persistent connection
if ($dsn['persistent'] )
{
$this->_pdo->setAttribute(PDO::ATTR_PERSISTENT,TRUE);
}
that's all for now.
bogdan
____________________________________________________________________________________
Do you Yahoo!?
Everyone is raving about the all-new Yahoo! Mail beta.
http://new.mail.yahoo.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.killersoft.com/pipermail/solar-talk/attachments/20061129/bd3a2c23/attachment.htm
More information about the solar-talk
mailing list