PDO Contact ?

PDO Contact ?

am 29.08.2007 12:30:59 von Nicolas Boiteux

Hello,

I'm leading the PhpMyObject (PMO) Project:
official website:
http://pmo.developpez.com

It's an object abstraction layer that permits to convert data from PDO
to unitary PHP object (not row).

Example:

| require_once (|"||core||/||PMO_MyController||.||php||"|)|;|

|$controler| |=| |new| PMO_MyController()|;|
|$||map| |=| |$controler||->queryController|(|"||SELECT|| ||*|| ||FROM|| ||employe||,||parking|| ||WHERE|| ||employe||.||id_employe||=||parking||.||id_employe|| ||limit|| ||20|| ||;||"|)|;|

|while| (|$||result| |=| |$map||->fetchMap|())|{|
echo (|$result||[||'||employe||'||]||->nom|)|;|
echo (|$result||[||'||parking||'||]||->numero_place|)|;|
|}||



Like the project progressed well and that there are many possibilities,
I wish to know who i can contact from PDO Team to submit evolutions ?

Regards,
Nicolas

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Re: PDO Contact ?

am 30.08.2007 02:28:24 von dmagick

> I wish to know who i can contact from PDO Team to submit evolutions ?

No particular person. I think Wez was in charge when it was being built
but it's all integrated into the core php now - so join the -internals
list and make a proposal/suggestion.

--
Postgresql & php tutorials
http://www.designmagick.com/

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php