Neutrino PHP Development FrameWork 1.0

 

 

Developor(s): Ben Bi

 

1. OverView

  Introduction  
  Unique Features  
  Feature Requests and Bug Reports  
  Installation
 
     

 






2. Manual:
Neutrino PHP Development FrameWork 1.0 Menual

3. Download: http://sourceforge.net/projects/neutrinophp/

4. Forums: http://sourceforge.net/forum/?group_id=178067

5. This software is released under the GNU Lesser General Public License.

Developer(s) : Ben Bi
Email : benny_bi@21cn.com
Homepage: http://neutrinophp.sourceforge.net

 

OverView
     
. Introduction  
  It is well known that PHP is an easy use and power language, and from my php program experience, i found so many php applications are drived by functions, their structures are difficult to understand and not clear, it is not good to develop strong and reused applications, specially, in enterprise applicabililty field, i think programmer team should be in RASD(develop applications rapid and standard) mode, so we need a open and powerful framework. for this purpose, since 2003, we have been developing neutrino framework, by now, this framework is matured to release, i hope php fans likes it, share our knowledges to let the works more easlier and better. ;-)  
     
. Unique Features  
 
  • integrate excellent Open Source Projects, such as smarty, adodb, susoap, jpgraph, xajax etc ...
  • open directory structure, user can choose fond project add to it, and easy to use it via framework
  • can be used to develop various web applications
  • OO development,coding standardization, enhance efficency
  • easy use, easy deploy
  • a lot of example scripts to show how to use the function class
 
     
. Feature Requests and Bug Reports  
  Feature requests and bug reports can be emailed to ben@cnfurnishings.com or posted to the neutrino Help forums http://sourceforge.net/forum/?group_id=178067.  
     
. Installation  
  Method 1: modify php.ini on server, add neutrino_setup_path into "include_path=", restart web server.  
  Method 2: deplod neutrino on the directory which u can visit, and include neutrino.php in ur script.