Issues have moved to Github

2013-10-11 Thread mark_story
The CakePHP team is happy to announce that as of today both issues and pull requests will be managed at github. We have archived the lighthouse projects and made them read-only. All open tickets from lighthouse have been migrated to their respective github projects. We'll be continuing to wrang

Re: Can the same web app mix cakephp with non-cakephp code?

2013-10-11 Thread Sam
To move existing code into a vendor class, does the existing code need to follow certain format mandated by cakephp? Is it a complicated job to migrate code into a vendor class and reuse the vendor class? Thanks. On Saturday, October 12, 2013 12:06:58 AM UTC+8, Mike Karthauser wrote: > > > On 1

Re: Can the same web app mix cakephp with non-cakephp code?

2013-10-11 Thread Mike Karthauser
On 11 Oct 2013, at 16:47, Sam wrote: > Is it possible for the same web app to mix cakephp with non-cakephp code? > Some pages of a website can use cakephp and others use non-cakephp code. Can > this be done? yes it is. although you'd be be better moving your existing code into a vendor class

Can the same web app mix cakephp with non-cakephp code?

2013-10-11 Thread Sam
Is it possible for the same web app to mix cakephp with non-cakephp code? Some pages of a website can use cakephp and others use non-cakephp code. Can this be done? Thank you. -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You recei

New to Cake PHP.

2013-10-11 Thread Shikhar kumar
Hello, I have installed cake php version 2.4.1 but I am stuck to install it.My PHP version is 5.3.18. It shows the error:Class PDO not found.My question is: 1.What is Class PDO.? 2.How can I enable it? Please help. -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter htt

Complex find to generate totals

2013-10-11 Thread designv...@gmail.com
Hi All! I have a problem with a complicated find and I'm stumped... My database tables are: Products - id - name ... Orders - id - status ... OrderItems - id - order_id - product_id - quantity - line_total ... And Models are: Orders hasMany OrderItems OrderItems belongTo Products, Orders

Re: Shell to run as a cron... errors

2013-10-11 Thread Tobias Welz
Hi elogic, * * it's long ago. But did you get it to work? I am having a quite similar problem. Cron-Job seems to run but stops with an error while sending the mail. Thanks for any hint, Tobi. Am Donnerstag, 8. November 2012 05:31:42 UTC+1 schrieb elogic: > > Hi All, > > I have created my first