CUBRID Database Support |
[eluser]kadishmal[/eluser]
CUBRID Books? No, I haven't heard of any CUBRID books so far. But they have: - CUBRID Manual http://www.cubrid.org/manual - CUBRID PHP Manual http://php.net/manual/en/book.cubrid.php - CUBRID PDO Manual http://php.net/manual/en/ref.pdo-cubrid.php All that we need. I looked at the /databases/mysql directory and have estimated the approximate time to completed. I suppose in a week or two we can finish porting. Not many changes are necessary. The ones we definitely need to change/handle are the function which handle: - database creation - character set - serials 1. At this moment, it is not possible to create a database through CUBRID PHP Driver. So, normally, users have to pre-create their database, then run their PHP script to populate the database. I don't think this is a problem, though. 2. There are no character sets in CUBRID. So, we can ignore those functions (or do something else). I will see when I look deeper. Like I told you before, I will arrive on August 1st. If you manage to port the MySQL driver classes to CUBRID, I will come and check, and perform tests. Otherwise, I will join you and help you finish the porting. By the way, if you happen to attend CUBRID it! programming contest (http://www.cubrid.org/cubrid_it), soon they are going to launch a new contest which will be related to web applications porting/development or something of this sort. So, we may also apply for the event. I don't know the details, though. And, my skype is kadishmal. We can also talk there. |
Messages In This Thread |
CUBRID Database Support - by El Forum - 01-19-2011, 07:41 PM
CUBRID Database Support - by El Forum - 06-07-2011, 02:11 AM
CUBRID Database Support - by El Forum - 07-14-2011, 04:00 PM
CUBRID Database Support - by El Forum - 07-14-2011, 11:57 PM
CUBRID Database Support - by El Forum - 07-15-2011, 12:23 AM
CUBRID Database Support - by El Forum - 07-15-2011, 01:18 AM
CUBRID Database Support - by El Forum - 07-15-2011, 03:59 AM
CUBRID Database Support - by El Forum - 07-15-2011, 04:11 AM
CUBRID Database Support - by El Forum - 07-15-2011, 05:07 AM
CUBRID Database Support - by El Forum - 07-15-2011, 07:08 AM
CUBRID Database Support - by El Forum - 07-17-2011, 09:47 PM
CUBRID Database Support - by El Forum - 08-03-2011, 12:32 AM
CUBRID Database Support - by El Forum - 08-03-2011, 04:06 AM
CUBRID Database Support - by El Forum - 08-03-2011, 04:19 AM
CUBRID Database Support - by El Forum - 08-05-2011, 05:19 AM
CUBRID Database Support - by El Forum - 08-07-2011, 07:01 PM
CUBRID Database Support - by El Forum - 08-08-2011, 09:49 PM
CUBRID Database Support - by El Forum - 08-10-2011, 01:00 AM
CUBRID Database Support - by El Forum - 02-07-2012, 11:30 PM
|