[PHP-DB] Procedures in PHP (plphp RC1 released)

2004-04-27 Thread Joshua D. Drake
Hello,

Anyone running PostgreSQL (or wanting to) can write stored procedures, 
functions (same thing), and triggers in PHP using the new release of plPHP.

plPHP offers complete database access to such features as:

SetOf Functions, Composite Types, Triggers, etc...

plPHP is dual licensed under two BSD style licenses (PostgreSQL and PHP).

This release is considered a release candidate as it is basically 
feature complete.

To download plPHP please visit the Command Prompt, Inc. community
pages here:
http://www.commandprompt.com/entry.lxp?lxpe=294

Sincerely,

Joshua D. Drake

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


Re: [PHP-DB] procedures?

2002-03-26 Thread Glenn Holden

>From MySQL.com documentation:

"Our aim is to have stored procedures implemented in MySQL Server 4.1."

I think it's in beta but not sure if that feature is implemented now.  I'm
using stable versions 3.x.x.

Glenn



"Rick Emery" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I suggest subscribing to the mysql mailing list and asking the question.
>
> [EMAIL PROTECTED]
>
> -Original Message-
> From: Chris Payne [mailto:[EMAIL PROTECTED]]
> Sent: Monday, March 25, 2002 7:47 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP-DB] procedures?
>
>
> Hi there,
>
> Where can I find information in PLAIN terms about how to use procedures in
> MySQL?  More importantly I want to be able to write my own so I don't have
> to keep re-using the same code in the way that I do now to access, delete
> etc  from db's.
>
> Thank you :-)
>
> Chris



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




RE: [PHP-DB] procedures?

2002-03-26 Thread Rick Emery

I suggest subscribing to the mysql mailing list and asking the question.

[EMAIL PROTECTED]

-Original Message-
From: Chris Payne [mailto:[EMAIL PROTECTED]]
Sent: Monday, March 25, 2002 7:47 PM
To: [EMAIL PROTECTED]
Subject: [PHP-DB] procedures?


Hi there,

Where can I find information in PLAIN terms about how to use procedures in
MySQL?  More importantly I want to be able to write my own so I don't have
to keep re-using the same code in the way that I do now to access, delete
etc  from db's.

Thank you :-)

Chris

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




[PHP-DB] procedures?

2002-03-25 Thread Chris Payne

Hi there,

Where can I find information in PLAIN terms about how to use procedures in MySQL?  
More importantly I want to be able to write my own so I don't have to keep re-using 
the same code in the way that I do now to access, delete etc  from db's.

Thank you :-)

Chris