Skip to content
Advertisement

Tag: orm

Bake every table in CakePHP?

The database I’m working on has more than 100 tables, so I’m not going to sit here baking a model and controller for each one individually. I would like to bake all of the tables at the same time with something like the .xml files in Hibernate that tells it the limitations on fields so that I don’t have to

How to bulk insert with RedBeanPhp?

I was hoping for an example on how to bulk insert new “beans” in readbeanphp without looping over each instance. It shows an example creating and saving a beans here: http://redbeanphp.com/manual/…

Advertisement