may I ask why you will use a prehistoric PHP4 for a new website? this makes no sense at all - for me, anyway... usually you only develop on PHP4 (nowadays) if you have to maintain an already build app. but even then you should port it to PHP5 asap.
please elaborate. mark On 24 Okt., 15:14, 玮成 叶 <[email protected]> wrote: > 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
