Hacker News new | ask | show | jobs
by superice 4511 days ago
Kohana seems to have the structure in about the same way, but is more complicated and has some basic modules, whereas Kamele does not.

Kamele does have a nice Database class that handles the PDO-object in a MySQLi-like way of approching the object. Especially the Database::safeQuery() function will be interesting for you: https://github.com/goldenice/Kamele-Framework/blob/master/sy...

1 comments

Thanks for the pointer here. Will explore it more closely.