i am using kohana ORM in order to get some results from the database. My problem is: even though i have consulted the documentation, i can\'t find a way to select only the column i am interested in. T
I want to connect to a MSaccess database using adodb. I dunno how to even start with such problem. 开发者_StackOverflow中文版Is there anyone who can tell me?I need some easy tips.Best place to start i
I\'m currently planning out on how to maintain several thin projects which shares a bunch of thick modules in Kohana.
I have a forum with >400 registered users. It\'s powered by vBulletin-4.0.4. I want to build up several websites with kohana-3.1, but keep existing forum users too. I will use seperate databases for e
I\'m web developer. I\'m using PHP! I don\'t know how many years of experience I have. Let\'s say - a few. x) I know object-oriented programming as well. So let me as you a question. =]
I\'m having a problem with my application configuration. It\'s based on KohanaPHP framework, currently I store configuration in custom config file:
I\'m getting started with Kohana and haven\'t found a way to display session, cookie, post and server variables on a page with the profiler. When there\'s an exception, the default error view shows yo
i am having a simple kohana view, and a javascript that makes a countdown of 30 minutes. I hava put the javascript file into a directory /media m and its name is countdown.js
My website is running on Kohana v3, and I have set up customized error page like below in bootstrap.php
I have a javascript with a counter, and a view. I want the javascript counter to start whenever some one hits the buy product button.