Sam Wilson's Journal

Squiggle News Squiggle Archives Squiggle

This is the complete archive for the WebDB tag. [Show full posts]

In which I try to implement column sorting in WebDB, but end up building a general system for persisting query string variables between HTTP requests. Sort of. In the old, Zend-based, WebDB, column sort order was passed as a $_GET parameter and then stored in per-table variables in $_SESSION. In the index controller, both were [...]

[Keywords: , , , , , , , ] [No comments] [Permanent link]

First feedback about #WebDB: http://forum.kohanaframework.org/comments.php?DiscussionID=6112 . Hurrah for #Kohana!

[Keywords: ] [No comments] [Permanent link]

For the past month or so I have been working on rebuilding my little database interface — called WebDB — as a Kohana module. It’s now ready for a first alpha release; you can find it at github.com/samwilson/kohana_webdb. I’ll be putting a demo up soon, and hopefully getting a project set up for it at [...]

[Keywords: , , ] [No comments] [Permanent link]