I\'m using Kohana 3.1 and I\'m getting a very strange error.The Kohana POST handler seems to think that there\'s an undefined index when there is not one.
I\'m just getting started using HMVC in Codeigniter. The main module is a news/blog site called \'blog\'. I want users to be able to log in to comment, so I have authentication files (tank auth actual
I followed this tutorial with only one difference. Instead of naming it hello.php, I named it welcome.php. The sources of my files are identical to that of the tutorials, and they are in the correct p
Should I use __() function for email messages, notifica开发者_开发知识库tions etc? Aren\'t 1024 characters long texts just too long for php\'s array hash keys? If they are, is there a better way to ha
I\'m using Kohana 3.1 with the ORM/Auth module enabled. I would like to serve static files (docs, pdfs, etc.) only to people with role A, in directory A_only.
Where should I call __() -function?In Views, or开发者_如何学JAVA Messages? 1. IN VIEWS Messages return array
I\'m using kohana3. tables: users id username friend_id user_relationship开发者_运维知识库s id user_id friend_id
I just asked a question ( Templates In Kohana 3.1 ) about templates and now I know that I should use Kostache. It\'s a module for the Mustache template language.
I used them before several months. Then I switched to Fuel. Then I switched back to Kohana. Problem? I have forgot how to correctly use templates (with that I mean Controller_Template). There was tut
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time,or an extraordinarily narrow situation that is not generally applic