persistent model in APC

2009-12-21 Thread CodeSith
Why doesn't CakePHP support this?

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en


CakaPHP in SOA

2007-10-02 Thread CodeSith

Anybody uses CakePHP in SOA environment?
I want to write some REST based web services using CakePHP.  To get it
going is pretty simple.  I will use CakePHP model and controller.  The
presentation layer is just XML or JSON so I don't need CakePHP's
views.   I just have one small problem, CakePHP session.  since my
REST services are stateless, I really don't need CakePHP to track
sessions.
I'm proposing that CakePHP should  create a ServiceController that
doesn't initialize Session component in the constructor.

What do you guys think?

John Xiao

www.livemocha.com


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
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
-~--~~~~--~~--~--~---



Re: log php error messages

2007-09-26 Thread CodeSith

I started a project in cakeforge to share the logging system that we
are using at livemocha.
http://cakeforge.org/projects/mocha-logger/

On Sep 19, 9:55 am, CodeSith <[EMAIL PROTECTED]> wrote:
> It's pretty stand to have multipleloglevels: DEBUG, INFO, WARN,
> ERROR AND FATAL.  You definitely want tologERROR and FATAL messages
> in production environment.  WARN and INFO level messages might be
> optional.  You should onlylogDEBUG level messages in dev or test
> environment.


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
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
-~--~~~~--~~--~--~---



Re: log php error messages

2007-09-19 Thread CodeSith

It's pretty stand to have multiple log levels: DEBUG, INFO, WARN,
ERROR AND FATAL.  You definitely want to log ERROR and FATAL messages
in production environment.  WARN and INFO level messages might be
optional.  You should only log DEBUG level messages in dev or test
environment.


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
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
-~--~~~~--~~--~--~---