Archives

Articles tagged ‘doctrine’

Updates and birth of a new MVC Framework

Hello friends.

Sorry for the lack of posting these days. I’ve been working hard on the finishings of the WebTodo project (in Brazillian Portuguese).

This project was a kickstart for my own MVC Framework. As cited in previous article, I was not confortable with the idea of using one of the existing MVC Frameworks because I’m a little paranoid of not having exact (and full) control of my code. The only way to assure quality was from coding every piece.
Read the full article

Quick Tip: The haunted “b0VIM” menace

This is silly though. I was starting to lose my head and shout at the code when I as running Doctrine’s YAML parser to generate my base models. I was getting a strange parse error that said something like “Unable to parse line 0 (b0VIM…” and so discovered that it was my VIM swapfiles first-liners!

The parser scanned my YAML directory and parsed all .yml files, including the VIM swaps.

So if you get this funny string don’t go crazy. Trash the swap!