upravitel

About Andrey Voev

This author has not yet filled in any details.
So far Andrey Voev has created 48 blog entries.

Show the next user id in WordPress

In a recent project I have to show and use the next user_id as username ( I know it is a bad decision, but this is how the client wants it). I would usually use $wpdb->insert_id but that works only if you already inserted a row before. So I had to use MySQL SHOW TABLE

Show the next user id in WordPress2011-01-05T18:35:49-08:00

Kohana 3 Plug & Play

After wasting hours in the new Kohana 3 (KO3) documentation, I decided to spend the time to create a "plug&play" version of KO3, which I can use as a start up version of my KO3 based projects. I've set up the auth module, the ORM and one controller, along with the login views and templates.

Kohana 3 Plug & Play2011-01-02T06:49:27-08:00
Go to Top