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 <http://book.cakephp.org/2.0/en/models/datasources.html> and 2.4 api documentation Cake\Model\Datasource\Database<http://api.cakephp.org/2.4/package-Cake.Model.Datasource.Database.html>so far. Also Github cakephp/datasources branch 2.0<https://github.com/cakephp/datasources/tree/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 <http://api.cakephp.org/1.2/class-DboSybase.html> 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<http://api.cakephp.org/2.4/class-Mysql.html> 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/cake-php. For more options, visit https://groups.google.com/groups/opt_out.
