kohana Questions

6

Solved

After 2 hours now I couldn't get it right. The Kohana installation is accessible directly under my domain, i.e. "http://something.org/" Instead of http://something.org/index.php/welcomde/index I...
Octopus asked 8/6, 2009 at 19:9

4

Solved

I want to make an web application (platform) that does pretty straightforward stuff: Users can register, get an account, and therefore login on to the platform. I've installed Kohana. It would be c...
Osborn asked 8/6, 2009 at 20:33

3

Solved

I'm trying to run a query through the ORM like this: SELECT * from table where (fname like 'string%' or lname like 'string%') AND (fname like 'string2%' or lname like 'string2%'); Here's what ...
Tonsillotomy asked 12/6, 2010 at 14:3

3

is it possible (how) to use mysql transactions and rollbacks using kohana ORM ?
Intracranial asked 10/10, 2009 at 0:46

5

Solved

I would like to know the best way to display flash messages in Kohana v3? Some tutorials or examples would be helpful.
Medullary asked 12/1, 2011 at 4:46

6

Solved

I'm trying to "faux-fork" a process (an email being sent via SMTP) in my web application, and the application is built on Kohana. $command = 'test/email'; exec('php index.php '.$command.' > ...
Varied asked 25/1, 2010 at 15:47

3

Solved

I have different questions about a full architecture idea. I hope someone with great experience could help me out because I am pretty much getting stuck in all possibilities. I'm planning to rewrit...
Alegar asked 26/2, 2012 at 13:11

2

Solved

Ok I've tried searching all over but can't seem to get just a simple straight forward answer. I want to write log messages (INFO, ERROR, etc.) to the Kohana log file /application/logs/YYYY/MM/DD.p...
Titustityus asked 20/10, 2011 at 19:42

4

Solved

Where in the Kohana framework can I find out the version information? Everything I look at in the tutorials opposes to what I view in my application. I believe this to be a version issue as the me...
Kayleigh asked 30/10, 2010 at 13:44

5

I now need to make a Kohana 3 site have a Wordpress blog. I've seen Kerkness' Kohana For Wordpress, but it seems to be the opposite of what I want. Here are the options I have thought of Style ...
Blumenthal asked 13/5, 2010 at 13:43

3

Solved

In Kohana 2 you could easily get that information like this: echo router::$controller; echo router::$method; echo router::$arguments[0-x]; Any idea how that works in Kohana 3? Thanks in advance...
Delldella asked 4/5, 2010 at 8:49

3

Solved

I'm really lost on how pagination works in kohana 3. Is there a good example of pagination in Kohana 3 anywhere?
Forfeiture asked 4/11, 2010 at 19:56

1

I'm trying to build a form wizard in Kohana and am learning a bit as I go. One of the things that I've learn might work best is utilizing a state pattern in my class structure to manage the differe...
Dermatosis asked 28/5, 2011 at 22:27

10

Solved

I am going to try to build a PHP website using a framework for the first time, and after some research here and there, I've decided to try to use Kohana I downloaded the source from their we...
Distressed asked 26/12, 2008 at 19:40

1

Solved

I wanted some suggestions from someone with experience in php. I am making a website in php which will have 4 kinds of users : 1. guest(unregistered), 2. registered, 3. registered with special...
Emilieemiline asked 28/6, 2011 at 21:22

2

Solved

Just curious as to what is the 'Kohana' way of getting variables from the query string? The best that I could come up with is parsing the $_GET var with the Arr class. Anybody have a better way to...
Elam asked 22/7, 2010 at 2:7

5

Solved

Reading Kohana's documentation, I found out that the main difference in 3.0 version is that it follows the HMVC pattern instead of MVC as version 2.x does. The page about this in Kohana's docs and ...
Flabellate asked 15/2, 2010 at 0:15

2

Solved

I used them before several months. Then I switched to Fuel. Then I switched back to Kohana. Problem? I have forgot how to correctly use templates (with that I mean Controller_Template). There was ...
Bordereau asked 5/6, 2011 at 19:39

1

Solved

I have created one function to fetch the user inbox message and display it using "user-profile-messages" templates. Also I have added functionality (in the same function) to deleting bulk inbox me...
Screed asked 30/5, 2011 at 5:46

3

Solved

I've always used cURL for this sort of stuff, but this article got me thinking I could request another page easily using the Request object in Kohana 3. $url = 'http://www.example.com'; $update...
Brinkmanship asked 15/4, 2010 at 3:11

3

Problem : Am using Kohana/PHP to develop a hosted website for other companies. I get the customer to put in a CNAME entry in their DNS server to point to my domain. Eg. http://invites.somecompany....
Samaritan asked 3/5, 2011 at 3:47

3

Solved

the PHP framework I am using (Kohana) recently implemented the HMVC architecture. I have read that it's a layered mvc where requests are made on top of each other. It is a bit like ajax, just purel...
Anachronous asked 22/2, 2010 at 3:5

2

Solved

I've been using CodeIgniter for a long time, however lately I've been feeling the need to move to a more advanced/more OOP framework. Kohana seems to be an often recommended option, my questi...
Denominationalism asked 17/4, 2011 at 11:8

1

Solved

I can't find function url::redirect in kohana 3.1 What is the new name for this function ? (If it still exists !)
Deficit asked 14/4, 2011 at 6:29

4

Solved

I am developing an application in Kohana framework. I would like to know the best practices in implementing ajax in kohana. So far I am using different controller for ajax. I think the important co...
Brittanybritte asked 6/4, 2011 at 8:59

© 2022 - 2024 — McMap. All rights reserved.