Re: Adding a non incremental primary key

2015-11-20 Thread John Andersen
Does your product code contain meanings, ie. part of the product code symbolized something specific? If so, I would just go with a normal auto-incrementing primary key and just make the product code a unique column in the table. Enjoy, John On Friday, 20 November 2015 13:53:12 UTC+2, Jireh Pad

Re: can you help me how to create highcharts in cakephp

2015-11-20 Thread John Andersen
What have you done yourself? How far have you gone? What errors are you having? Enjoy, John On Friday, 20 November 2015 13:53:41 UTC+2, Deepak Mishra wrote: > > can you help me how to create highcharts in cakephp plz help me > -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on

Re: CakePHP is NOT able to connect to the database.

2015-11-20 Thread John Andersen
Have you verified your credentials? Do they work for connecting to the database outside of CakePHP? Is your database configuration setup correctly? Kindly enlighten us :) John On Friday, 20 November 2015 13:53:12 UTC+2, pavan ganvani wrote: > > > -- Like Us on FaceBook https://www.facebook.com/

Re: CakePHP 3 Auth

2015-11-20 Thread José Lorenzo
Change the session key when configuring the Auth component. Those properties where removed On Wednesday, November 11, 2015 at 3:55:14 PM UTC+1, Rafael Queiroz wrote: > > Hi guys, > > I have problem using *CakePHP 3.1.x* and *Auth*, follows my scenario: > > 1. Using *CakeDC/Users* for *Auth* in *A

can you help me how to create highcharts in cakephp

2015-11-20 Thread Deepak Mishra
can you help me how to create highcharts in cakephp plz help me -- 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 a

CakePHP is NOT able to connect to the database.

2015-11-20 Thread pavan ganvani
-- 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+uns

cakephp 2.5 cron jobs

2015-11-20 Thread sandeepsk2020
hi i want to create a cron job in cakephp 2.5 in ubuntu server . i have tried lot of commands but not working (10 * * * * cd /path/to/app/ && Console/cake your_shell_name params,10 * * * * cd /path/to/app; ../Console/cake your_shell_name params) .If there is any way to call a cakephp action or

CakePHP 3 - SqlServer - CentOS (Linux)

2015-11-20 Thread manoel neto
Good day, I'm sorry for the English. I searched a lot and have not found a solution , I would like some help on how to use SQLServer in Cake running on CentOS 6 . I have the following scenario : -> CentOS v6.7 -> CakePHP 3 -> SQLServer 2008 R2 Documentation Cake directs the PDO sql

Adding a non incremental primary key

2015-11-20 Thread Jireh Padua
Hi, I'm using Cakephp 3.0 and I'm about to create a table which uses a non-incremental primary key (product code). I've been searching for this on google but couldnt' find one... Can I have a help from you? Thanks! God bless! -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us