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.
I have a form that contains checkboxes. <input type=\"checkbox\" name=\"question[5][13]\" value=\"1\"开发者_StackOverflow中文版 />
I\'m learning the framework, and now building an application using it. I need to get all users that have \'user\' or \'staff\' role, but I couldn\'t find about it on the documentation.
How to connect a text editor (WYSIWYG) CKeditor to Kohana3. Can the 开发者_开发知识库details, every little thing.You can try my Editor module.
开发者_开发技巧How to get execution time and etc. in simplest way in Kohana 3.Have a look at Profiling
I have two MySQL-Tables (oversimplified): articles - id - description article_attributes - article_id 开发者_JAVA技巧- attribute_name
I\'m beginning a website using the Kohana Framework, and I couldn\'t find how to include external libraries \"the proper way\".
I have tables: users {id, name} projects {id, name} roles {id, name} projects_users {id, user_id, project_id, role_id}
excecute() method always return an \"informational\" object after use current() method i get an array开发者_运维问答 always.
Hey, I\'m creating a Ca开发者_开发百科ll of duty 4 Server Watcher in Kohana 3, and I had created the basic classes for it before: