GitXplorerGitXplorer
b

symfony1-bootstrap3

public
0 stars
0 forks
0 issues

Commits

List of commits on branch 1.4.
Unverified
b8a2fa5e6d4ca7d2946adf2a6383bcbb711927c5

Small changes

bb1rdex committed 11 years ago
Unverified
bc5521edf3f01a735d5474cbee485b6a0e4c3a5d

bootstrap3 done

bb1rdex committed 11 years ago
Unverified
163d49680fb4912af7adf662033f44aaee0423ab

Merge branch '1.4' of github.com:b1rdex/symfony1 into 1.4

bb1rdex committed 11 years ago
Unverified
e4b8685ad3de294adc37b818eabf9c66e5d852a8

some docrine enhancements

bb1rdex committed 11 years ago
Unverified
58c2e1a641be85a99ebb00d1bc33547bb44026e8

new feature: Doctrine_Query parts grouping to parentheses (via http://snippets.symfony-project.org/snippet/371)

bb1rdex committed 11 years ago
Unverified
01b2b1ef80b7e397ba71029b676bc0fd4833ff50

supress errors — notice: array2string conversion on very big queries

bb1rdex committed 11 years ago

README

The README file for this repository.

Symfony is a complete framework designed to optimize the development of web applications by way of several key features. For starters, it separates a web application's business rules, server logic, and presentation views. It contains numerous tools and classes aimed at shortening the development time of a complex web application. Additionally, it automates common tasks so that the developer can focus entirely on the specifics of an application. The end result of these advantages means there is no need to reinvent the wheel every time a new web application is built!

Symfony was written entirely in PHP 5. 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 engines, including MySQL, PostgreSQL, Oracle, and Microsoft SQL Server. It runs on *nix and Windows platforms.

LICENSE

see LICENSE file

INSTALLATION

see http://www.symfony-project.org/getting-started/1_4/en/