I am using the next() iterator in order to get the second element from a colection, but this next() returns me an oject like: Resource id #115 .
I m new to kohana.. Guyz plz point out the mistakes in the following code.. i m unable to run it.. Its a simple connection to database.. can i compare the query result and the psot item as i have done
i have a kohana website and i have a situation where i always need to ge开发者_运维问答t the first two elements of a collection (they are actually pictures).
In order to ask my question, I need to explain my code first... I have a controller (Controller_App) which extends Controller_Template. Inside the controller\'s template view, I have jQuery tabs with
I have a controller class which is in modules/moduleName/classes/controller/admin/ directory. In this class I have two routines. a) action_index b) uploadZip
I have used Kohana on several projects now, as well as its included Authentication module with absolutely zero issues... until this particular client.
i am 开发者_开发知识库a hobby programmer with very little experience in web programming, i devote an average f 20-30 hours a week, but with summers coming i have some free time to experiment and learn
I\'m new to Kohana and bumped into the following problem: I have 3 models, model1, model2, model3. Every time I want to use a method from one of the models (in a different controller method / model)
We are building a n-tiered style application in Kohana 3.1 which distributes JSONP开发者_Python百科 powered widgets to our partners based on a partner_id.
In 开发者_StackOverflow社区Kohana 3.1, where is the best place to put code that needs to be be executed on every request? In my case, it needs to manage the ACL so that I can block the request if the