kohana
kohana parse $_POST data
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[详细]
2023-03-13 16:20 分类:问答Error in Kohana 3.1.3.1 with rowanparker paypal module
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:[详细]
2023-03-12 21:40 分类:问答Getting Error 324 (net::ERR_EMPTY_RESPONSE). when using memcache in kohana
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\');.[详细]
2023-03-12 18:34 分类:问答Kohana 3 - How should I handle urls within views
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[详细]
2023-03-12 15:50 分类:问答Is CRYPT_SHA512 with iterations as strong as bcrypt (and related questions)
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[详细]
2023-03-12 14:29 分类:问答dynamic table selection using foreach
I use kohana and i have this model to retrieve search results from database using PDO: class Model_Crud extends Model_Database {[详细]
2023-03-12 07:36 分类:问答I Don't Get ORM In MVC
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[详细]
2023-03-12 03:59 分类:问答To pass value of a variable in one function to another function in same class
I have a class Block_Model (actually a model in Kohana framework) with 2 methods input()and output().[详细]
2023-03-12 03:16 分类:问答Kohana and Zencart
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.[详细]
2023-03-12 01:25 分类:问答mysql_list_tables
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:[详细]
2023-03-11 18:42 分类:问答