When we do a port to php it will be using php 5. The reason is that php 5 has the neccessary components needed to create ibatis. php 4 has a very immarture object oriented approach and it's xml support is not as strong as php 5.
see the difference at the following links... PHP 4 OO: http://us4.php.net/manual/en/language.oop.php PHP 5 OO: http://us4.php.net/manual/en/language.oop5.php XML 4 vs. 5: http://www.zend.com/php5/articles/php5-xmlphp.php I would strongly recommend that any new development you do should use php 5. Brandon On Mon, 14 Mar 2005 16:41:35 +0100, MichaÅ MaÅecki <[EMAIL PROTECTED]> wrote: > Sorry, I didn't get anything > php4 > ----- Original Message ----- > From: "Brandon Goodin" <[EMAIL PROTECTED]> > To: <[email protected]> > Sent: Monday, March 14, 2005 4:31 PM > Subject: Re: ibatis for php > > did my previous email come through? i asked which version of php you > are using. php 4 or 5? > > Brandon > > On Mon, 14 Mar 2005 16:24:09 +0100, MichaÅ MaÅecki > <[EMAIL PROTECTED]> wrote: > > I can let you know after starting of my porting. I have coding in php a > long > > time ago, so I must first switch myself from java ;) > > But I will watch any such initiative for sure > > MichaÅ > > ----- Original Message ----- > > From: "Clinton Begin" <[EMAIL PROTECTED]> > > To: <[email protected]> > > Sent: Monday, March 14, 2005 4:00 PM > > Subject: Re: ibatis for php > > > > I expect that once Brandon sees this thread he'll pitch in. He's an > > experienced PHP developer. iBATIS is a very portable concept, and we > > have discussed the potential for creating a PHP version. > > > > Would anyone be interested in joining in such an effort? > > > > Cheers, > > Clinton > > > > On Mon, 14 Mar 2005 13:14:05 +0100, MichaÅ MaÅecki > > <[EMAIL PROTECTED]> wrote: > > > Hello, > > > I use sqlmaps in my java projects and love it very much. Unfortunatelly > I > > > have to port one of my apps to php. Are you aware of a php project > similar > > > to ibatis sqlmap (keeping sql in resources)? > > > thanks! > > > > > > MichaÅ MaÅecki > > > > > > > > > > > >

