I\'m struggling trying to sort out what the best-practice is for putting a project under source control when the project is written against a framework.In my situation I will be using Mercurial for so
If I have this code (which is from their docs) $query = DB::query(Database::SELECT, \'SELECT * FROM users WHERE username = :user\');
I upload the kohanav3 to server and use its default contoller, Controller_Welcome in application/classes/controller/welcome.php, however it display empty result in all browser.
Trying to load some data from mysql into the next screen using jQtouch. What is the correct way of doing this. Right now I just have a jquery click event on thetag for the next page which really is ju
I am developing a php application with Kohana framework which enables url rewriting by default. I need to translate these rules defined in the htaccess file but I can\'t figure it out.
I placed a mobile hook in the hook directory to look for mobile devices and redirect to the appropriate controller. My question is if I want to put a link on the mobile pages to have the option to vie
I was looking for a fresh forum software (threaded) or bulletin board (flat/partitioned). And I\'m wondering if there\'s an implementation based on one of the big PHP frameworks (CodeIgniter, Kohana,
everybody! I have a new question about Kohana 3, or rather about a module structure. I develop a small module called Textblock. It\'s about an ordinary page or a small insertion to the site layout (e.
Is there any way in Kohana 3\'s ORM to run a chunk of code in a model开发者_高级运维, but only after that model has been loaded from the database? A simple example is a required has_one relationship.
I\'am using kohana 2.3 and i have a trouble with config/routes.php. I am redirecting www.abc.com/var1/var2 to /profile/show/var1/var2 with this line: