Thursday, July 9, 2015

Re: Which parts of the framework can be used outside the framework?

Not quite a direct answer, but I'm able to Cake parts like the CakeSession in CakePHP 2.x in legacy applications, so I can do a part migration to CakePHP.  All I need is to include the webroot/index.php, and make a small modification to recognise that it has been called from a legacy application, and not to invoke the dispatcher.  That gets me access to utilities, CakeSession and models, making it easier to move existing business logic into CakePHP until I'm ready to convert the legacy PHP to use MVC.

Regards
Reuben Helms

On Thursday, 9 July 2015 07:12:29 UTC+10, David Yell wrote:
I've noticed that stuff like the Event library have their own readme's does that mean that the library can be used outside the framework, like a component?

I'm making a presentation and I would like a list of all the parts of the framework which can be used outside the framework as a bonus point for Cake.

--
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

---
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cake-php+unsubscribe@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/d/optout.

No comments: