On Mon, 17 Sep 2001, Eric Lebetsamer wrote:

> What is PHP's equivalent to ASP/COM or JSP/EJB?  Basically, I want to get an
> idea of what methods there are of having multi tier development in PHP.  Any
> information or links are appreciated.
>

    Not that PHP needs an equivalent, but... PHP supports loading of
    COM, .NET and Java objects into its source code, you can also write
    PHP extensions in C (much faster than COM, .NET or EJB).

    -Sterling


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to