Can\'t for the life of me figure out what I\'m doing wrong... Downloaded Kohaml from http://github.com/transphorm/kohaml
I\'m having trouble with the MyClass::function(); style of calling methods and can\'t figure out why. Here\'s an example (I\'m using Kohana framework btw):
Could anybody brief about user_token functionality in Auth module? What is a use开发者_JAVA百科 and how this incorporates in Auth module?It is used when a user checks the \'Remember me\' box on your s
I am using Kohana V 3.0.3. I was looking for ACL library and found from http://dev.kohanap开发者_如何学JAVAhp.com/projects A2 Kohana\'s ACL module.
OK, I hope this is my last question about CRON jobs and Kohana 3. Note: others are not duplicates, just other problems.
I\'ve set up a CRON to call a URL in Kohana 3. php /home/user/public_html/index.php my/route/in/bootstrap.php
I have serious problem with iframe application. I need to use many external JS libraries and other dynamic stuuf so FMBL application can\'t be done. When I call require_login() I get applicaition inst
I have a few s开发者_开发百科cripts that send out emails to my users, and for some reason not all users are getting the email. The site is not live yet, so its no big deal yet but I dont understand wh
In my bootstrap.php I have the following: if($_SERVER[\'SERVER_NAME\'] == \'localhost\') Kohana::$environment = \'development\';
I am (newbie) using Kohana V 3.0.3 and my directory structure is: pojectsys (kohana\'s system directory) parallel to htdocs directory