Kohana 3 is a HMVC (Hierarchical Model-View-Controller) PHP framework that places security, scalability and rapid development at its forefront.
I try to setup kohana 3 project as virtual host. Config: <VirtualHost *:80> DocumentRoot "D:/Devel/matysart/matysart_dev1" ServerName …
apache kohana-3 virtualhostReading about Kohana templates and saw something I've never seen before: $this->template->title = __('Welcome To Acme Widgets'); …
php kohana-3I 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 tcpdfI find examples and tutorials about models and about validation. And I places that say the validation (or most of …
php validation model kohana-3In Kohana 2 you could easily get that information like this: echo router::$controller; echo router::$method; echo router::$arguments[0-x]; …
php kohana kohana-3I'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-3could you help me with following questions. How do i get the: absolute/relative current url http://www.example.com/…
kohana kohana-3I'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-ormHow do I get the base URL in Kohana 3? Is there a solution in raw PHP?
php kohana-3