Hello,
       My team and I are going to develop a small Web app with PHP4
and Sqllite3.x.x. We have decided to use CakePhp1.3. We wanted to
configurate the database configurations as follow:
var $default = array(
'driver' => 'sqllite',
'persistent' => false,
'host' => 'localhost',
'port' => '',
'schema' => '',
'prefix' => '',
'encoding' => ''
);
       However,we found a annotation wrote as:
       SQLlite  (Only for PHP5)
       Does it mean Cake doesn't support sqllite driver for PHP4?If
can ,how?

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
[email protected] For more options, visit this group at 
http://groups.google.com/group/cake-php

Reply via email to