This is the complete archive for the Kohana 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: columns, Kohana, redirecting, sessions, sorting, URI, WebDB, Zend] [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: databases, Kohana, WebDB] [No comments] [Permanent link]