Computing/PHP

From OpenWetWare
Revision as of 16:05, 15 October 2007 by Ilya (talk | contribs)
Jump to navigationJump to search

Frameworks

  • XOOPS is an extensible, OO (Object Oriented), easy to use dynamic web content management system written in PHP
  • xajax is an open source PHP class library that allows you to easily create powerful, web-based, Ajax applications using HTML, CSS, JavaScript, and PHP
  • BioPHP - PHP for Bioinformatics

Recipes

Notes

Apache2 has a different configuration file system than the previous version. In addition to the main config file (/etc/httpd/conf/httpd.conf), it places the module-specific configuration files into /etc/httpd/conf.d directory. Both PHP4 and PHP5 will add a LoadModule line into httpd.conf at the installation time by default. This line should be moved to /etc/httpd/conf.d/php.conf.