I\'m attempting to use Kohana\'s regex() database method with ORM to search for a word. I was using the like() method originally, but the results weren\'t what I wanted. Basically what I need to do is
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
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
Where in the Kohana frame开发者_StackOverflow社区work can I find out the version information? Everything I look at in the tutorials opposes to what I view in my application. I believe this to be a ve
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 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
What\'s the best way to 开发者_如何学运维escape data from Models or Controllers to easily and safely display them in views. It seems kind of overkill to use html::specialchars($varname) for every data
I have some problem with error logging in Kohana v2.3.4. In the index.php I have kept the default settings:
I use the Kohana3\'s Profiler class and its profiler/stats template to time my website. In a very clean page (no AJAX, no jQuery etc, only load a template and show some text message, no database acces