I\'ve now a Problem with the newest Version of KohanaPHP (kohanaphp.com). After I\'ve registered me and logged in into my test page, some minutes later, there is now the error:
What is the best way to get the current visitors session id in Kohana v3? session_id() doesn\'t seem to work a开发者_Go百科nd only returns null for me..
Can anyone help me with Kohana ORM. I can take out name and value. I can give them new values and I try to save them back to base, but in phpmyadmin i can see still old values for these option attribu
I have never had a need to do a random SELECT on a MySQL DB until this project I\'m working on. After researching it seems the general populous says that using RAND() is a bad idea. I found an article
if ($user->values($_POST)->check()) { $us开发者_运维百科er->save(); } else { // How can i get the errors?
I\'m trying to create the above mentioned route... year, month, day and title should be passed to the method.
In Kohana 2 you could easily get that information like this: echo router::$controller; echo router::$method;
Quick question, does Kohana (version 3) automatically escape data that is passed into ORM::factory..... (and everywhere else that has to do with the database)?
In Kohana 3, how can I override/extend a module class? E.g. I want to add functionality to the Auth module that is specific to my application. In this case I want to extend the abstract Auth class l
I\'ve seen the code examples on this article, but t开发者_JS百科hrowing Controller_Exception_404 produces an error.