I have a form with over 50 input fields. The input fields are divided into 5 jquery jabs within the form container. Here\'s a sample of what it looks like:
I just started with the version 3 of the Kohana Framework. I have worked a little with the $_has_many etc.
I am trying to use ORM to access data stored, in three mysql tables \'users\', \'items\', and a pivot table for the many-many relationship: \'user_item\'
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 working on a website which takes payment from a customer. I\'m using Kohana 2.3.4 and have created a library to handle the payment gateway I use (www.eway.com.au). Basically I\'m just using their
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