Questions tagged [kohana-2]

Older major version of Kohana PHP framework. Kohana PHP framework in version 2.x is a lightweight, flexible, easily extendable framework based on Code Igniter. It is coded using strict PHP5 OOP principles.

Kohana is an HMVC (Hierarchical Model-View-Controller) PHP5 framework that provides a set of components for building web applications.

Kohana 2 has been superseded by Kohana 3.


Useful links


Related tags

20 questions
0
votes
1 answer

How to access controllers from sub directory in kohana 2.3.4?

I'm developing a new website in kohana2.3.4. I have created a folder called admin in controllers. I have a controller file main.php in application/controllers/admin/main.php. How to call this controller in kohana2.3.4? Is any routes need to be…
jeeva
  • 1,573
  • 2
  • 15
  • 24
0
votes
1 answer

Input with image type in Kohana2

How to make correct the input tag with image type in Kohana2? I need to make a graphical submit button in my form. Thx.
parzol
  • 57
  • 1
  • 7
0
votes
1 answer

Kohana 3 – any easier than Kohana 2?

All the way while I have been trying to migrate from Kohana 2 to Kohana 3.2 in a new project, I was wondering how is it better? There is an evidence that databases work slower in Kohana 3 Captcha module was left out of the framework (so that one…
Webmezha
  • 117
  • 1
  • 8
0
votes
1 answer

Kohana upgrade 2.4 from 2.3.4

My version 2.3.4 How can i upgrade Kohana to 2.4? I looked this link but can't help me. http://kohanaframework.org/3.0/guide/kohana/upgrading
Karmacoma
  • 658
  • 1
  • 13
  • 37
0
votes
1 answer

Kohana 2.3.4 ORM - Access data from pivot table

im trying to access data stored on a pivot table with no success... My tables and Models are these: *Countries -id -name -code_name -active *Sites -id -season_id -title -active Countries_Sites: -country_id -site_id -year class Site_Model extends…
ChrisZ
  • 50
  • 7
1
2