Top "Kohana-3" questions

Kohana 3 is a HMVC (Hierarchical Model-View-Controller) PHP framework that places security, scalability and rapid development at its forefront.

client denied by server configuration

I try to setup kohana 3 project as virtual host. Config: <VirtualHost *:80> DocumentRoot "D:/Devel/matysart/matysart_dev1" ServerName …

apache kohana-3 virtualhost
PHP: What does __('Some text') do?

Reading about Kohana templates and saw something I've never seen before: $this->template->title = __('Welcome To Acme Widgets'); …

php kohana-3
Apache server ignores .htaccess

I'm trying to get a website working on my test environment, but somehow it is not working. I can load …

php .htaccess kohana-3 gentoo
TCPDF HTML with Special Characters displays empty PDF file

I am using TCPDF Library Version: 5.9.011. I am trying to execute HTML layout as PDF. For which I tried with …

php kohana-3 tcpdf
Kohana 3: Example of model with validation

I find examples and tutorials about models and about validation. And I places that say the validation (or most of …

php validation model kohana-3
Kohana 3 get current controller/action/arguments

In Kohana 2 you could easily get that information like this: echo router::$controller; echo router::$method; echo router::$arguments[0-x]; …

php kohana kohana-3
how can I get post data in Kohana 3 controller?

I've got a view with a form, so when user submits it - could anyone give me a link or …

model-view-controller post kohana kohana-3
Kohana 3 - Get URLs

could you help me with following questions. How do i get the: absolute/relative current url http://www.example.com/…

kohana kohana-3
Kohana 3 ORM as_array return array of ORM

I'm executing a simple query and want to get an array back. Based on the ORM tutorial that comes with …

php orm kohana-3 kohana-orm
Base URL in Kohana 3

How do I get the base URL in Kohana 3? Is there a solution in raw PHP?

php kohana-3