im kind a new in kohana 3, i开发者_如何学C use to work in cakephp they have app_controller to init global setting controller for all controller. so i wonder kohaba has something like this or not
So we all know that the documentation for Kohana 3 is absolutely horrible. So how can I construct the following query, where I have a \"Player\" and \"Dragon\" model?
I have the following chain of Models: Model_Auth_User Model_Module_Us开发者_开发技巧er Model_App_User
I\'m really lost on how pagination works in kohan开发者_运维知识库a 3. Is there a good example of pagination in Kohana 3 anywhere?// Get the total count of articles
I dont want to rely on all those ORM/Querybuilder etc. tools in Kohana 3.x. I just want do use plain old SQL to Insert a new row in my table of my MySQL Database.开发者_StackOverflow中文版
Hey all, kind of new at Kohana and I have a quick question. I have a site where there will be three subsections, organized by subdomain (i.e. admin.site.com, community.site.com, www.site.com) but eac
So I\'m basically unable to use any kind of session in my Kohana 3 project. A few example of the issue :
I\'ve been experimenting with Kohana 3 for the past few weeks, and up to now I was quite impressed. I just upload my project to the live server, and I realized I needed one of the lastest version of P
in my current project ive a controller tree like this: Controller - ------Admin - ------------user.php ------otherClass.php
In my application i have a loop that executes about 1000 times, inside it i\'m creating object and saving it. This is the part of application where i populate my database with data. In common this loo