Changeset 1621 for trunk/index.html

Show
Ignore:
Timestamp:
01/14/2007 04:51:58 PM (23 months ago)
Author:
xue
Message:

updated index.html for 3.1 alpha release.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/index.html

    r1620 r1621  
    1313</p> 
    1414 
    15 <p>PRADO is a component-based  and event-driven framework for Web application 
    16   development in PHP 5. </p> 
    17 <p>Components following the PRADO protocol are highly configurable and reusable. 
    18   Properties defining the basic features of a component can be configured in specifications, 
    19   templates or code. New components can be developed by either inheriting an existing 
    20   component class or composing several components together. The work of using 
    21   a component amounts to placing the component tag on the page template, configuring 
    22   component properties, and writing handler functions to respond to component 
    23   events.</p> 
    24 <p>PRADO shares many similarities with ASP.NET and other RAD tools for Windows 
    25   GUI development, such as Borland Delphi. In particular, it supports event-driven 
    26   programming, viewstate maintenance, javascript, template, form validations, theme/skin, 
    27   etc.</p> 
     15<p> 
     16PRADO is a component-based and event-driven framework for Web application   development in PHP 5.  
     17</p> 
     18<p> 
     19PRADO is best suitable for creating Web applications that are highly user-interactive. It can be used to develop systems as simple as a blog system to those as complex as a content management system (CMS) or a complete e-commerce solution. Because PRADO promotes object-oriented programming (OOP) through its component-based methodology, it fits extremely well for team work and enterprise development. Its event-driven programming pattern helps developers gain better focus on business logic rather than distracted by various tedious and repetitive low-level coding handling. 
     20</p> 
     21<p> 
     22PRADO comes with many features that can cut down development time signficantly. In particular, it provides a rich set of pluggable Web controls, complete database support including both active record and complex object mapper, seamless AJAX support, theme and skin, internationalization and localization, various caching solutions, security measures, and many other features that are seldom find in other programming frameworks. 
     23</p> 
     24<p> 
     25Developers who have sufficient OOP experience will find PRADO is easy to learn and understand. In fact, PRADO shares many similarities with ASP.NET and other RAD kits for Windows GUI development, such as Borland Delphi and Microsoft Visual Basic. 
     26</p> 
    2827 
    2928<h2>Requirements</h2> 
    3029<p> 
    31 The sole requirement for PRADO is PHP 5.1.0 or higher. 
    32 Please run <a href="requirements/index.php">requirement checker</a> to obtain 
    33 more detailed requirement information. 
     30The sole requirement for PRADO is PHP 5.1.0 or higher. Please run <a href="requirements/index.php">requirement checker</a> to obtain more detailed requirement information. 
    3431</p> 
    3532<p> 
     
    3936<h2>Installation</h2> 
    4037<p> 
    41 After downloading the latest PRADO release file, unpack it to a Web-accessible directory. 
    42 The installation is done! You will see the following subdirectories, 
     38After downloading the latest PRADO release file, unpack it to a Web-accessible directory. The installation is done! You will see the following subdirectories, 
    4339</p> 
    4440<ul> 
     
    5551  <li><a href="demos/helloworld/index.php">Hello World</a></li> 
    5652  <li><a href="demos/quickstart/index.php">Prado QuickStart Tutorial</a> (contains many small demos)</li> 
    57   <li><a href="demos/blog/index.php">Prado Blog</a> (requires sqlite extension)</li> 
    58   <li><a href="demos/time-tracker/index.php">Time Tracker</a></li>   
    59   <li><a href="demos/sqlmap/index.php">SqlMap</a></li>   
     53  <li><a href="demos/blog/index.php">Prado Blog</a> (requires php_sqlite extension)</li> 
     54  <li><a href="demos/time-tracker/index.php">Time Tracker</a> (requires php_pdo and php_pdo_mysql extensions)</li>   
    6055  <li><a href="demos/composer/index.php">Prado Component Writer</a></li> 
    61   <li><a href="demos/chat/index.php">Chat</a></li> 
     56  <li><a href="demos/chat/index.php">Chat</a> (requires php_pdo and php_pdo_sqlite extensions)</li> 
    6257  <li><a href="demos/currency-converter/index.php">Currency Converter</a></li> 
    63   <li><a href="demos/soap/index.php">SOAP</a></li>   
     58  <li><a href="demos/soap/index.php">SOAP</a> (requires php_soap extension)</li>   
    6459  <li><a href="demos/personal/index.php">Personal Website</a></li> 
     60  <li><a href="demos/sqlmap/index.php">SqlMap Tutorial</a> (not completed yet)</li>   
    6561</ul> 
    6662