Site Update

By Andy, filed under General, NoswaD

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 ;)

read more2 comments

  • The last Paginate

    By Andy, filed under CakePHP, Tools, Pagination

    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...

    read more1 comment

  • Sessions and Plugins

    By Andy, filed under CakePHP, Tips, Sessions, Plugins

    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...

    read more6 comments

«  »