
Uploader: | Groktilar |
Date Added: | 6 October 2004 |
File Size: | 69.37 Mb |
Operating Systems: | Windows NT/2000/XP/2003/2003/7/8/10 MacOS 10/X |
Downloads: | 9483 |
Price: | Free* [*Free Regsitration Required] |
The next version 3. Email Required, but never shown.

Can anyone see what's going wrong? Both PDO and MySQLi support multiple resultsets which I think should be implemented, otherwise the documentation should be clear on what functionality Kohana actually offers to stop confusion? Edit, it looks like this [already exists] http: I'm working on a project that uses Kohana 3. I've run into a problem where I want to kohanw to a database.
Have anybody test this mysqli driver?

For large systems where PHP and MySQL are not operating on the same server or even the same network, the ability to form an ssl connection to a MySQL database becomes very important, and as mmysqli I feel it's worthwhile supporting this driver.
I forked the module and tacked on MySQLi and a crude attempt at multiple resultsets for myself and anyone else that's interested - I'm not expecting it to be merged in to the main distribution.
A minute job and done.
Configuration
The database class has prepared statements built in. Sign up using Facebook.

The one using 'MySQLi' as the driver. I might be being completely ignorant, but aren't prepared statements a lot more secure mhsqli the need for pre-processing? I guess the difficulty Kohana has is that it wants to maintain a standard functionality that is as database agnostic as possible.
But prepared statements and stored procedures are not the same thing.
How to add driver mysqli in kohana, because I have problem to query stored procedure Darsstar 1, 1 12 Feel free to create one, we would probably include it. These forums are read-only and for archival purposes only! The problem has been discussed on the Kohana forums. Just enabling the module isn't enough. If you want to get involved, click one of these buttons! It might break the DB agnostic ideals but mysqli does provide the ssl connection support all the other extensions seem to lack.
php - Kohana not using MySQLi driver - Stack Overflow
Sign up using Email and Password. But not all databases behind PDO do surely?
See the bottom of http: I've bumped into this issue as well. I kohama a MySQLi driver some time ago. The "Internet" says its much better. Sign up or log in Sign up using Google.
Am I missing something? Everything that I have read suggests that there is no significant speed difference between to two the benchmarks I've seen vary, and different myeqli of queries produce different results. Are you using modules mysqli and database at the same time?
Comments
Post a Comment