I have recently started to use Kohana and 开发者_JAVA百科I know inheritance is in infancy stages at the moment. The work around is using a $_has_one annotation on the child class model. In may case i
I am trying to figure out how to enable the Kohana 3 User Guide in my application and to automatically include my cu开发者_运维技巧stom code in the API guide that is built.I don\'t know this is correc
I just started with the version 3 of the Kohana Framework. I have worked a little with the $_has_many etc.
Edits/Additions at bottom... Environment: Mac OS X 10.6 Snow Leopard PHP 5.3 Kohana 3.0.4 When I try to configure and use a connection to a postgresql database on localhost I get the following erro
I\'m trying to write a very simple cms (for learning purposes) in kohana 3 web framework. I have my db schemas and i want to map it to ORM but i have problems with relations.
I\'m attempting to use a Model but I get a fatal error so I assume it doesn\'t autoload properly. ErrorException [ Fatal Error ]: Class
I\'m investigating using Kohana for my next project. The site will consist of user registration (and hence user profiles) where users will have certain privileges. The site will also have an admin sec
I\'m using Kohana 3 and it\'s template controller. My main site template controller currently looks something like this:
My controller action requires a parameter, but I can\'t get KO3\'s router to pass this parameter in the Default route. This sort of thing works with other routes. Here is an example to clarify...
Based on this documentation, I\'ve implemented a catch all route which routes to an error page. Here is the last route in my bootstrap.php