Questions tagged [kohana-3]

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

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

Kohana 3 is the first version of Kohana that supports HMVC.


Useful links


Related tags

846 questions
-1
votes
1 answer

Using object in views in Kohana 3.0

I am upgrading a project from Kohana 2 to Kohana 3. In the Kohana 2 version, in the view file, it is written: if ($this->uri->segment('page')) { if ($this->uri->segment(5)) { In Kohana 3, I changed this to if…
json
  • 21
  • 5
-1
votes
1 answer

What does this ORM kohana3 query do?

I am unable to interpret this ORM query from the Kohana 3 ORM framework. Please help me in understanding this: $member_type_id=ORM::factory("member")->where('id',$videos[$count]->member_id)->find();
json
  • 9
  • 1
  • 3
-1
votes
1 answer

Help links in Kohana not working

So I am pretty new to Kohana, and what I have to do right now is make some changes for a client's website. The client's site is written using Kohana and I have the files and everything needed on my local system. I made the required bootstrap.php and…
charles
  • 21
  • 2
-1
votes
1 answer

Kohana 3 routing error with default controller in controller subdirectory

I am receiving "HTTP_Exception_404 [ 404 ]: The requested URL admin/index, controller_admin was not found on this server." when I try to access www.site.com/admin. www.site.com/admin/home works fine. I am assuming that it should find the…
reedjsmith
  • 412
  • 3
  • 7
-1
votes
2 answers

Kohana 3 Auth in IE

I'm finding I can't log in to my Kohana site through IE. (just IE, works fine everywhere else) It's validating, so much as, it knows if you get your username and password wrong, but its not creating the session. I've added to:…
-1
votes
1 answer

Kohana 3.1 Validation Questions

Few fast questions as I'm unable to find such info in docs. How to validate a single checkbox while creating user using Auth's create_user()? Any ideas how to validate captcha? Cheers!
user948438237
  • 263
  • 1
  • 3
  • 7
-1
votes
1 answer

What are the major differences between kohana 3.0.x and 3.1.0?

I noticed they have separate documentation but it is still very weak. I have noticed a couple changes but nothing I think would require a separate documentation.
Navetz
  • 393
  • 1
  • 2
  • 12
-1
votes
1 answer

Kohana 3 Bulletin Board

I have a site based on Kohana 3 framework. I want to integrate some bulletin board to it. I want to see boards in < div > tag of my site. And want to use accounts of this BB as my site accounts. What way i must follow?
MrDekk
  • 111
  • 1
  • 5
-1
votes
1 answer

Paypal getting error in php

I am using paypal in my local. It is not working now. I getting the PayPal API request for SetExpressCheckout failed: error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure(35) error message. curl_setopt_array($curl,…
arulraj
  • 105
  • 2
  • 12
-1
votes
1 answer

Kohana Framework: How use date field on the form?

I am a beginner in Kohana PHP and need do a form with date field. The code is:
Matricula:
Data:
-1
votes
4 answers

ErrorException [ Parse Error ]: syntax error, unexpected T_ENDIF

I want to validate or show the radio button checked,if some value is present in database. Please refer my views code, is_checked == "1");?>checked="checked"
user2681579
  • 1,413
  • 2
  • 23
  • 50
-1
votes
1 answer

Kohana 3.3 - dynamic menu creation with rights management possible?

I would like to use Kohana 3.3 as a replacement for my self written "framework" which I am currently using for my webapp. Could you please tell me if it is possible to fulfill the following requirements and how to achieve this? My app consists of…
Apollo13
  • 119
  • 1
  • 1
  • 11
-1
votes
1 answer

set autoincremental serial number in php

I am working on PHP using Kohana 3.2.I am displaying large number of data from database.I want to set the serial no from 1,2 upto the n-numbers depend on the number of data i am showing.I want to show the data in sequence.How to handle it through…
-1
votes
2 answers

What is the difference between Kohana::message and Kohana::config?

I Learning a framework Kohana. What is difference between Kohana::message and Kohana::config? They perform the same function. Maybe if there is a difference between the concept?
Michael Phelps
  • 3,451
  • 7
  • 36
  • 64
-1
votes
1 answer

True HMVC/PAC in kohana PHP framework

I'm new to PHP and use of PHP frameworks. I chose Kohana PHP as my framework for a project I am working on (instead of alloy, also because it's the least complicated). Is there a way to implement MVC triad hierarchy in my Kohana project? folder…
1 2 3
56
57