In a tutorial on setting up internationalization and localization, \"Kohana 2.4 I18N (internationalization and localization) Library\" the author says:
I was using KohanaPHP ORM but I can\'t use it with my database table structure. So, I need a framework or library ORM to use with it.
Do I have to do anything special to avoid session hijacking using Kohana framework? I\'m assuming the session is mani开发者_开发技巧pulated only with the Kohana Session libraryNative sessions are the
I\'m developing a website using Kohana 3 (1rst time I use a framework). Locally, everything works perfectly. At the moment, I have a default template controller, a multi-language support and my \'inde
I\'m using Kohana validation library and I want to set up my own user friendly error messages. The problem is that I genera开发者_运维百科te the form dynamically, so field names are not know during de
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
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.