Playing with Symfony
Nov 24, 2009 · 2 minute readCategory: symfony
This is post is now quite old and the the information it contains may be out of date or innacurate.
If you find any errors or have any suggestions to update the information please let us know or create a pull request on GitHub
The first thing that is weird for me is creating my DB schema in YML files. Thankfully Netbeans seems to be helping me out by handling YML properly, syntax highlighting etc. Another great thing that I have found are these awesome cheatsheets, especially the DB schema cheatsheet which tells me pretty much everything I need to know in once nice colour coded page :)
In future I would like to use MySQL workbench and the Symfony YAML MySQL Workbench exporter plugin to make this process more streamlined, but for now I am going to try to get my head around the native YAML syntax. I always believe in learning to do things in a text editor first and then looking to to automate once I have at least a basic understanding.