|
Revision 3525, 1.0 kB
(checked in by fabien, 2 years ago)
|
merged 1.0 into trunk (3350:3513)
|
| Line | |
|---|
| 1 |
Symfony is a complete framework designed to optimize the development of web applications by way of several key features. |
|---|
| 2 |
For starters, it separates a web application's business rules, server logic, and presentation views. |
|---|
| 3 |
It contains numerous tools and classes aimed at shortening the development time of a complex web application. |
|---|
| 4 |
Additionally, it automates common tasks so that the developer can focus entirely on the specifics of an application. |
|---|
| 5 |
The end result of these advantages means there is no need to reinvent the wheel every time a new web application is built! |
|---|
| 6 |
|
|---|
| 7 |
Symfony was written entirely in PHP 5. |
|---|
| 8 |
It has been thoroughly tested in various real-world projects, and is actually in use for high-demand e-business websites. |
|---|
| 9 |
It is compatible with most of the available databases engines, including MySQL, PostgreSQL, Oracle, and Microsoft SQL Server. |
|---|
| 10 |
It runs on *nix and Windows platforms. |
|---|
| 11 |
|
|---|
| 12 |
LICENSE |
|---|
| 13 |
------- |
|---|
| 14 |
|
|---|
| 15 |
see LICENSE file |
|---|
| 16 |
|
|---|
| 17 |
INSTALLATION |
|---|
| 18 |
------------ |
|---|
| 19 |
|
|---|
| 20 |
see doc/03-Running-Symfony.txt |
|---|