[web2py] Re: Integrate PHP project with web2py

2012-05-30 Thread Bill Thayer
You could also have web2py and php share a database system like PostgreSQL. Hello Allen, This remark is interesting. I've been working hard for 2 days trying to get phpMyAdmin to run with web2py but I am having difficulties. Do I need two different servers to run PHP and web2py? My need

[web2py] Re: Integrate PHP project with web2py

2012-05-30 Thread LightDot
On Wednesday, May 30, 2012 6:16:21 PM UTC+2, Bill Thayer wrote: You could also have web2py and php share a database system like PostgreSQL. Hello Allen, This remark is interesting. I've been working hard for 2 days trying to get phpMyAdmin to run with web2py but I am having

Re: [web2py] Re: Integrate PHP project with web2py

2012-05-30 Thread José Ricardo Borba
First: What database you are looking for? PHPmyadmin is only for MySQL. For PostgreSQL exist the PHPpgadmin at sourceforge. Second: If your database exists, you can access through the right admin interface (above), with your user and pass. Now you can create your database dictionary. So, the DAL

[web2py] Re: Integrate PHP project with web2py

2012-01-23 Thread Alan Etkin
What kind of inclusion are you looking for? I suppose the most obvious way is to append a php app to a web2py view trough AJAX. For interaction perhaps it is possible to use web2py's XML and JSON views and RPC calls between applications. You could also have web2py and php share a database system