Development

Changeset 27

You must first sign up to be able to contribute.

Changeset 27

Show
Ignore:
Timestamp:
10/30/05 03:48:21 (8 years ago)
Author:
jgchristopher
Message:

editing and testing of commit

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/doc/book/content/introduction.txt

    r18 r27  
    55-------- 
    66 
    7 Symfony is an object-oriented PHP5 framework based on the MVC model. It allows to separate easily the business rules, the server logic and the presentation of a web application. It also contains numerous tools and classes aimed at shortening the time of a complex web application development
     7Symfony is an object-oriented PHP5 framework based on the MVC model. Symfony allows for the separation of the business rules, the server logic and the presentation of a web application. It also contains numerous tools and classes aimed at shortening the development time of a complex web application
    88 
    99Introduction 
     
    2121*   simple in most cases, but still flexible enough to adapt to complex cases 
    2222*   most common web features included 
    23 *   compliant with most of the web "bests practices" and with web "design patterns" 
     23*   compliant with most of the web "bests practices" and web "design patterns" 
    2424*   very readable code with easy maintenance 
    2525*   open source 
    2626 
    27 The main concept underlying the Symfony framework is that the most common tasks have to be done automatically so that the developer can focus entirely on the specificities of an application. There is no need to reinvent the wheel every time a new web application is built. 
     27The main concept underlying the Symfony framework is that the most common tasks are done automatically so that the developer can focus entirely on the specificities of an application. There is no need to reinvent the wheel every time a new web application is built. 
    2828 
    29 To fulfill these requirements, Symfony was written entirely in [PHP5](http://www.php.net/manual/en/migration5.php). It has been thoroughly tried on various real world projects, and is actually in use for high demand e-business websites. It is compatible with most of the available databases, among which
     29To fulfill these requirements, Symfony was written entirely in [PHP5](http://www.php.net/manual/en/migration5.php). It has been thoroughly tested in various real world projects, and is actually in use for high demand e-business websites. It is compatible with most of the available databases, among which include
    3030 
    3131*   MySQL 
     
    5151*   scaffolding 
    5252*   email sending 
    53 *   list paging 
     53*   Pagination  
    5454*   Ajax communication 
    5555 
    56 In addition, to fulfill the requirements of enterprises having their own coding guidelines and project management rules, Symfony can be entirely reconfigured through [YAML](http://www.yaml.org/) configuration files. It provides by default several development environments and is bundled with tools to easily achieve the following operations: 
     56In addition, to fulfill the requirements of enterprises having their own coding guidelines and project management rules, Symfony can be entirely reconfigured through [YAML](http://www.yaml.org/) configuration files. It provides by default, several development environments, and is bundled with tools to easily achieve the following operations: 
    5757 
    5858*   prototyping