CodeIgnitor is very similar to Cake in many aspects. However, if you
think your project will require complex data relationships, stick it
out with Cake. It handles this sort of thing much much better.
Documentation is CI's strongest aspect. Its not quite as complex as
Cake, so it is easier to cover its functionality concisely. If you
need details beyond the Cake manual, there is always the API doc
itself. Maybe that's not a good answer for an average person, but I
usually read the API more than the manual when I am coding anyhow.

Cake's community seems better to me. Just a gut feeling, but its a
good one.

Hope this helps.

On Aug 2, 11:23 am, walterbyrd <[EMAIL PROTECTED]> wrote:
> I'm framework shopping. I need something for significant relational
> database work, and probably some CRUD.
>
> I tried Django, made some progress, and might go back. The things that
> I didn't care for with Django:
>
> 1) Hosting requirements. Few hosts really work well with Django. If
> you doing work for a client who uses shared hosting - forget it.
>
> 2) Configuration and administrative overhead seems borderline
> excessive. You have to sync you urls file to your views. You have to
> create a configuration file for every application. You have to create
> a database model file, and and edit that file, and sync that file with
> your database everytime you make a change to your db. Everytime you
> make any change to the code, you have to restart your web-server, or
> touch all your files depending on  whether you mod_python or fastcgi.
>
> I also tried CodeIgitor. I made much more progress with a few hours of
> CodeIgnitor, than I made with weeks of Django. But, I'm not sure about
> how well CodeIgnitor will work  with CRUD and/or relational database
> work.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to