Menu

PHP 5 compatibility

2004-02-13
2013-04-23
  • Matthias HALDIMANN

    To make phpObjectForms work in PHP5 (Beta 4), you need to DELETE the line

       $className = strtolower($className)

    from globals.inc.php.

     
    • Ilya Boyandin

      Ilya Boyandin - 2009-03-16

      Thank you Matthias! It took me a while to fix this :)

       

Log in to post a comment.