[rt-users] Interfacing with RT via PHP

Simon Cozens rt at netthink.co.uk
Mon Jun 17 15:52:01 EDT 2002


Matt Disney:
> You may want to look in $RTPREFIX/lib/RT/ for some of the code (if you
> haven't already), but I spent about five minutes looking for it and
> couldn't find the database insert stuff in there. And there are more
> clueful individuals about than myself.

That's because it's in DBIx::SearchBuilder rather than in the RT stuff
itself.

Also, can I just say: referential integrity. Grubbing around in the database
is just fine, so long as you're *sure* you're going to implement it in a way
that's not going to break things.

On a general note, it seems to me that expecting to simply be able to build an
RT-based application while switching from Perl to PHP is quite like expecting
to simply be able to build a house while switching from bricks to foam rubber.

But still, people want to do crazy things, which is why SOAP was invented.
A SOAP interface to RT is being worked on; I'm sure the original poster will
be in touch with Jesse to volunteer to help its development.

-- 
Testing can show the presense of bugs, but not their absence.
		-- Dijkstra




More information about the rt-users mailing list