Zope vs Php

Bruno Desthuilliers bdesth.quelquechose at free.quelquepart.fr
Thu Nov 17 18:44:34 EST 2005


Steve a écrit :
> We are building a web app and the our backend is currently using python
> with php front end.  We would like to do everything in python but php
> for our front end is so easy to use.  We would like to use zope on our
> front end(no experience with it) can anyone provide any experience with
> this?
> 
>>From what I can tell you can't just do
> <%
> #python code
> %>
> <title> some title</title>

Yuck.

> this is what we would like to do with session support and things that
> php provides?
> 

I don't think Zope is the right solution for you. It's a world in itself...

If you're looking for a PHP-like solution, the closer is probably 
mod_python  + [Cheetah or PSP].

My 2 cents...



More information about the Python-list mailing list