First thoughts are Symfony is ace!
Only been using Symfony for 1 project but the amount of coding it has saved has been worth the time spent learning how it works.
To use it you work with Bundles that you think of as modules. You'll use the command line to create the bundle then create Entities that are really your data structure. Once you have your bundles and entities you run some commands on the command line and you have a working app! It creates all your forms, controllers, database tables and structure from your entities.
For example, you have a Blog bundle, you create and Entity for blog and category and in your blog entity you add name, date created and body then add a relation to category as many to many, then you add an entity for category and add name and a many to many relationship to blog. Now run 4 commands on the command line and you have a working app.
Don't believe me? Take a look
Contact me here or catch me on one of
the social networks below
Try this on your mobile
You should be able to use this right from the screen
M | T | W | T | F | S | S |
---|---|---|---|---|---|---|
|
|
|
|
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
|
Copyright David Slack - Web developer