i have a kohana application, and i have a form with several checkboxes, and the user is supposed to check his preferences there in the form. so i have a relation 1:n between the user table and the pre
rowanparker https://github.com/rowanparker/kohana-3-paypal I really need t开发者_如何学Chis module but I can not use it because it gives me this error:
i\'m getting this error when i try to use memcache using kohana. all i did was changed the hostname in the configuration file and used $cache = Cache::instance(\'memcache\');.
I\'m running Kohana 3 (latest) and I don\'t know how to handle links in my views. For example. My base url is http://localhost/foo/. I have a menu like and this menu is shared between bar and baz page
I\'m writing a first attempt at a user login system and would like to get it right. I feel I\'m in duplicate territory here but for all my reading haven\'t been able to find a solid answer to a few qu
I use kohana and i have this model to retrieve search results from database using PDO: class Model_Crud extends Model_Database {
I\'m creating authorization system on Kohana 3.1. It\'s for educational reasons. Right now I try to learn ORM. I understand what I can do with ORM, but I don\'t get how can I implement it in MVC stru
I have a class Block_Model (actually a model in Kohana framework) with 2 methods input()and output().
I have a kohana script which the customer 开发者_运维技巧wants to use in conjunction with a number of zen-cart modules. One idea I had was to run that script and zen-cart side by side with this class.
I have a script in kohana which runs fine on php 5.2.11. I took out a line for mysql_select_tables using a mysql_query. When I put it on a php 5.3 server, I get the following errors: