July 2006
2 posts
wlk_mp
I ported a new textpattern plugin in from the code done by Harvey Kane for A List Apart Issue #219 in an article called Automatic Magazine Layout. I like how easy it was to make this plugin thanks to the amazing people and community writing about how to get things done in textpattern. The issue that this brought up with me, though, is that, while my plugin is easy to use for the people who...
Jul 14th
Different Models Use Different Databases
If you want to use a different database configuration for different models within cakePHP, you need to specify that the connection is not persistent within the database configurations: 'connect' => 'mysql_connect', 'persistent' => false This is a documented feature of PHP’s mySQL extension that I had never run across before. (How many times does a small web developer use multiple...
Jul 4th