Tuesday, October 1, 2013

Sybase Database Driver for CakePHP 2.x - Is there any? Tips to develop one?

I would like to develop a CakePHP 2.4 app using a Sybase database.

There is not any Sybase database driver for CakePHP 2.x as I learned from the cookbook 2.0  and 2.4 api documentation Cake\Model\Datasource\Database so far.
Also Github cakephp/datasources branch 2.0 or 2.3 lists
Database/Sybase as a Still Incompatible Datasource.
Is there any update on this?

In CakePHP 1.2 a Sybase Database Driver exists as described in api for class DboSybase

Is it a big thing to update the driver from the 1.2-driver as a template?
Is it better/easier to use
MySQL DBO driver or any other db driver as a code template?

I learned that for database access a
pdo extended datasources is the way which requires the PDO extensions.

Can provide anyone tips/support/teamwork how to develop and test such a driver?

Thanks


--
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP
 
---
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cake-php+unsubscribe@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/groups/opt_out.

No comments: