First of all, I\'m using KohanaPHP Framework. I\'ve impletemented SWFUpload successfully, working quite nice. I\'m having only one issue.
I have the following rewrite logic in my vHost and everything seems to be working in regards t开发者_StackOverflow社区o redirecting subdomains, but as soon as I add a path to the URI I\'m getting an e
On my local machine the script works fine, but when I put it on the server I get: application/hooks/zend.php
I\'m w开发者_如何学JAVAorking on building an app with Kohana 3.0.7, using the ORM module. I want to build an object, such as tag, where many different kinds of objects can be tagged, and these options
I\'ve been using Kohana 2.3.7. There are somethings that are holding us back to using Kohana 3 and one is the lack of modules compared to 2.3.7. For instance, I can\'t seem to find the Payment module
I\'ve been thinking how to make something like this in Kohana: domain.com/variable the \"variable\" is the identifier for a user.
I have the following code (I know that this code is not optimized but it\'s not for discussion): function select_categories($cat_id)
I have this part of code: ->filter(\'username\', \'Security::xss_clean\') ->filter(\'url\', \'Security::xss_clean\')
I\'ve see开发者_开发百科n the following a few times lately: function foo(array $arg = NULL) { ... }
I\'m new to OOPHP and frameworks at all. I\'m just wondering... I have few controllers: dashboard signup login and few more