PHP Classes

Migrate BrowseEdit

Recommend this page to a friend!

      Browse Edit  >  All threads  >  Migrate BrowseEdit  >  (Un) Subscribe thread alerts  
Subject:Migrate BrowseEdit
Summary:Modify class BrowseEdit to let it work under Oracle environment
Messages:1
Author:eserver220
Date:2006-05-04 04:07:19
 

  1. Migrate BrowseEdit   Reply   Report abuse  
Picture of eserver220 eserver220 - 2006-05-04 04:07:19
I've successfully modified your class to let it work under Oracle 9i
envriroment. But One thing puzzled me a lot, is that the Date field in Oracle needs function to_char()/to_date() to convert the html input, also I needs decode()/NVL(x,0) to deal with certain fields. As this needs further study with your class and may change this class's field implementation, I can not finish it soon. I hope you will enchance your class to accommodate these in future versions and add a pop up javascript calendar chooser.