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
Oct 28
Digg
Stumbleupon
Technorati
Delicious

SimpleXML in Symfony

I thought I got crazy about it. I’ve discovered SimpleXML for myself and I felt in love with it.
I never though work with XML may become such simple and then… Then I thought I really hate SimpleXML coz it took out almost hour of my life.
So here is the situation I have a XML response […]

Author: admin
Sep 07
Digg
Stumbleupon
Technorati
Delicious

Propel Criteria Builder

Those for somones who really dont like to write criteria code (it’s me ;-))
http://propel.jondh.me.uk/criteria/analyse
This is utility that converts SQL into PHP Propel code. I found it really usefull.
P.S. Thanks to Alex Filatov for this link.

Author: admin