I\'m using the Auth Module in Kohana v 2.3.4. In terms of authenticating users, there\'s a two step process. The entry point is the function login. It\'s first task is to retrieve the password store
Quick question about general MVC design principle in PHP, using CodeIgniter or Kohana开发者_JS百科(I\'m actually using Kohana).
For those familiar with the Auth module in Kohana, I can\'t login a user. I can create a user fine, but apparently the hashes aren\'t matching. I\'ve used the provide MySql schema to create the db and
i looked for tutorials everywhere but just can\'t seem to get a good one... a search page with pagination, column header sorting, and multiple filtering(filters are in checkboxes)
I need to call a Kohana helper (or any php MVC framework) from a Cron job. How can I do this? The server is Linux, so, I can only think of two possible solutions:
I was used to putting id\'s in the URL to map to an item in the database: /hotels/1 but what if I want to get the name of the hotel w开发者_运维问答ith an id of 1 and put it in the URL and replace s
how do I restrict access to scripts using a permission scheme? I have thought of the ff:开发者_如何学JAVA
I can\'t 开发者_高级运维seem to set the $template variable dynamically of a site built on Kohana.
How can callback functions help me in my development? Especially with PHP. I am new to php and to programming itself but I saw the power of callbacks in js libraries like jquery. I have worked with a
is开发者_开发百科 it possible (how) to use mysql transactions and rollbacks using kohana ORM ?SQL Transactions in Kohana 3.x are not done the same way as in 2.x. In 3.x, the database class comes with