Mar 15
Digg
Stumbleupon
Technorati
Delicious

Cleanup my drafts. Part 2.

This time my drafts cleanup is not directly related to symfony but these are the classes which I’m sure you will use for your symfony projects:
htmlSQL is a experimental PHP class which allows you to access HTML values by an SQL like syntax. This means that you don’t have to write complex functions (regular expressions) […]

Author: admin
Mar 03
Digg
Stumbleupon
Technorati
Delicious

InnoDB creating table problem

Hi, a quick note.
Somehow I had a problem with performing propel-build-all. I had a few schema.yml files and building process was going fine for them except last one schema. It did not create a table for that schema.yml and reported about mysql error (cant create a table). I think I killed about an hour trying […]

Author: admin