Re: [phplib-users] Alternative framework to phplib
Brought to you by:
nhruby,
richardarcher
From: Marko K. <mk...@mc...> - 2008-12-18 12:57:37
|
Hi Aric, > I am using a framework called Kohana. It has some pretty nice DB yesterday I finally downloaded the framework and gave it a quick try. > use that (I am hand coding my HTML using Appcelerator components). It also > supports MVC, though it does not force you, and it supports using templates > if you want, but again does not force you to. Well, I wasn't able to do much with it yet, but I see where you are coming from. Kohana definitely makes a good impression. It doesn't even need PEAR for its basic stuff. But I have to admit, that getting started with it is not so easy. Documentation and examples which I found so far don't get me going really. What I am looking for is actually an example application which requires user login and keeps user variables persistent over login sessions, just like phplib does it. But unfortunately I could not find anything like that. Could you point me into a direction? Do you know where to find more usable examples? I googled a bit, but there are so many that you don't know where to start... Where should I start if I want to understand how the MVC conept of kohana really works? Probably kohana's website is the point to start and supplies all this already and I had been simply too tired tonight when I checked it out... Anyway, any hint would be helpful! Best regards, Marko |