Questions tagged [kohana-3.3]

Kohana is an open source, object oriented MVC web framework built using PHP5 by a team of volunteers that aims to be swift, secure, and small.

Anything can be extended using the unique filesystem design, little or no configuration is necessary, error handling helps locate the source of errors quickly, and debugging and profiling provide insight into the application.

To help secure your applications, tools for input validation, signed cookies, form and HTML generators are all included. The database layer provides protection against SQL injection. Of course, all official code is carefully written and reviewed for security.

156 questions
-1
votes
1 answer

Kohana view has 'syntax error unexpected end of file' when called from cli

I have a function which render content of mail based on kohana view. When I call that function from browser it can render without end file error. But when I call it from cli it has problem and makes that error. I tested dos2unix for CRLF and also I…
user4823753
-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
3 answers

how to refresh browser tabs when a user is logged out

How can i handle the situation when the a logged in user open two tabs and logs out from any one of that opened tabs. I need to make the other browser tab know that user is logged out. and denies any other requests from the user from the client…
logeeks
  • 4,849
  • 15
  • 62
  • 93
-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
-2
votes
1 answer

Cascade Update or Delete - kohana

I have two tables Groups and Tracking and they are connected. I wanna delete Groups records, and delete foreign key in Tracking, but i don't know how to delete or update into NULL value this foreign key. I don't wanna delete all records from…
R0ck99
  • 113
  • 1
  • 1
  • 7
-2
votes
1 answer

kohana bootstrap base url for me

I developed an webapplication in Kohana 3.3 platform all was well till i ran application on my xampp server where my base url was 'base_url' => '/rkstar/' because it resided in rkstar directory which directly in htdocs folder problem arose when i…
Nikhil Shetye
  • 71
  • 1
  • 7
1 2 3
10
11