Hide
on 23/8/06
Well I hit a few problems when I moved the site contents to the live server, there's always something that catches me out developing on (case-insensetive file system) Windblows and deploying to (case-sensetive file system) linux. But hey, now the site is back ;)
on 18/8/06

Over the past couple of days, I finally got around to putting a few updates in place to the pagination code I wrote a while ago. Especially in light of Nate's recent post I think I'll call it a day at that ;)

I've updated the Pagination package to be tidier and easier to edit, and adding the possibility to paginate ajax form results as well as including simple select lists for sort and number of pages (Something I inadvertently removed from a previous version of the code on CakeForge by overwriting the work of crazylegs).

on 18/8/06

If you use plugins, you may have noticed that your app session data isn't avaialbe in your plugins and vice-versa. There's a good reason for that, as a plugin is intended to be a mini application, self contained etc.

In my case, this was a problem as my plugins are extensions or parts of my application and not seperate. To get around the wandering session data it was necessary to copy the session helper from cake/libs/controllers/components/ to /app/controllers/components and change this line in the constructor method: