PHP is getting support for GObject Introspection (search on the web), I don't know the status but because GDA provides good GIR/typelib since 4.2.10 and 5.0. information you will can use directly from PHP.
2011/11/17 Vivien Malerba <[email protected]>: > > > On 16 November 2011 21:28, Murray Cumming <[email protected]> wrote: >> >> Is anybody actually using this web provider thing in real life? >> http://git.gnome.org/browse/libgda/tree/providers/web/README >> > > I've used it as some point but not at the moment, though it should work. > Setting it up is a bit tricky, as some PHP scripts need to be installed on > the Web server, see the providers/web/php/README for the setup (one day I > should add this to the main documentation). > >> >> Does it support cursor/iter based models? > > It does, but it's not optimized as internally it uses a GdaDataModel created > from an XML file. I guess some work should be necessary to make it properly > support cursor based access without the random access. > > Also meta data fetching only works well for PostgreSQL and MySQL at the > moment (again some not very difficult work should be put for other types of > servers). > > Regards, > > Vivien > > _______________________________________________ > gnome-db-list mailing list > [email protected] > http://mail.gnome.org/mailman/listinfo/gnome-db-list > > _______________________________________________ gnome-db-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnome-db-list
