You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by "Lini H - Clarion, India" <li...@clariontechnologies.co.in> on 2008/05/16 08:51:00 UTC

Mysql with PHP

Hi,

For the mysql database use, classes have been added in java as per the Shindig Data Integration Development Guide. Isnt any php version been developed for the same

Regards,
      Lini Haridas
      Software Engineer

      lini.haridas@clariontechnologies.co.in 
      Clarion Technologies
      SEI CMMI Level 3 Company

      4th Floor, Great Eastern Plaza, 
      Airport Road, 
      Pune- 411 006,
      Maharashtra, India. 
      Phone: +91 20 66020289
      Mobile: +91 9823435917
      www.clariontechnologies.co.in 

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


Re: Mysql with PHP

Posted by Chris Chabot <ch...@xs4all.nl>.
Hi Lini,

I believe Christian Schalk is taking a poke at making the PHP classes  
for connecting php shindig to that database.

If you're looking for an example in the meantime, try http://code.google.com/p/partuza/ 
  it provides 2 classes for connecting shindig to its db:

http://code.google.com/p/partuza/source/browse/trunk/Shindig/PartuzaHandler.php
http://code.google.com/p/partuza/source/browse/trunk/Shindig/PartuzaDbFetcher.php

You use those by copying the 2 files into <shindig_root>/php/src/ 
social and editing php/config.php and setting:
'handlers' => 'PartuzaHandler'

Which connects it to this mysql schema (which partuza uses atm):
http://code.google.com/p/partuza/source/browse/trunk/partuza.sql

You can see a live version of the example sns with this db at:
http://partuza.chabotc.com

Hope that helps you get started,

	-- Chris

On May 16, 2008, at 8:51 AM, Lini H - Clarion, India wrote:

> Hi,
>
> For the mysql database use, classes have been added in java as per  
> the Shindig Data Integration Development Guide. Isnt any php version  
> been developed for the same
>
> Regards,
>      Lini Haridas
>      Software Engineer
>
>      lini.haridas@clariontechnologies.co.in
>      Clarion Technologies
>      SEI CMMI Level 3 Company
>
>      4th Floor, Great Eastern Plaza,
>      Airport Road,
>      Pune- 411 006,
>      Maharashtra, India.
>      Phone: +91 20 66020289
>      Mobile: +91 9823435917
>      www.clariontechnologies.co.in
>
> -- 
> This message has been scanned for viruses and
> dangerous content by MailScanner, and is
> believed to be clean.
>