For some reason when I call a model I cannot use a different database config name besides default. $carrier = new Model_Carrier(\'as400\');
I am using Kohana 3 and I have a controller that extends Kohana_Controller.I call it from the command line using:
So, another in my series of Kohana 3 ORM questions :) I have, essentially, a pivot table, called connections. The connections table connects a song to a keyword. That\'s all great and working (thanks
fairly simple question I think that I couldn\'t find the answer to in the docs (http://kohanaframework.org/guide/orm开发者_开发百科/relationships)
I am trying to include a user library that includes some user related functions such as checking if the user is authenticated and such. Now I am trying to make usage of the Kohana autoloader, but can\
[Kohana v3] Is there any way to pass variables to the views through Request::instance()->redirect(). What would be a开发者_运维技巧 good alternative? Thanks!Before you call the redirect do these in yo
I wrote a Mongo_Model to use inside kohana and felt pretty snappy about it until I tried getting anything working with it. The problem is the Kohana\'s Model class does many things for me that I don\'
Have another problem with ORM. I have three models: user.php, tag.php and /user/tag.php. user.php name pass
I have a hard time implementing uploadify inside开发者_StackOverflow中文版 kohana 3, what changes should I make to the originial uploadify.php? just making it the index function in a controller doesn\
I have had this website built for a few months and I am just getting on Kohana 3. I\'d just like to convert this K2.4 query builder to K3 query builder.