Tuesday, October 25, 2011

Re: Can Cake support sqllite for PHP4?

The reason why I choose PHP4 is because the project is deployed at a
web space that only support PHP4, an embarrassing situation~~~


On 10月24日, 上午11时16分, euromark <dereurom...@googlemail.com> wrote:
> 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, 玮成 叶 <waison0...@gmail.com> 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
cake-php+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php

No comments: