CakePHP 3.x - Table display name

2016-02-07 Thread Colin Conway
'stats_branch_daily', but I want the menu and page title to display 'Daily Stats'. I expect this is just a single variable that needs setting, but I cannot find it. Thanks in advance, Colin =) -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You

Re: Upgrade sage pay protocol v3 in cakephp 1.3

2015-06-23 Thread Colin Rainsforth
I need to update a site too - but from SagePay v2.2 to v3.0. SagePay v2.2 seems to have had fewer madatory fields than v2.3. Can you advise on this? Thanks in advance Colin On Friday, 19 June 2015 04:07:27 UTC+1, Gaurav Kumar wrote: I have used that in CakePHP 2.6, implemented sage pay

Web Interface to manage Shell/Cron

2009-09-20 Thread Colin
suggest a solution to this? Another option is to use a different way of scheduling tasks but I haven't found any suitable ones. Thanks, Colin --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups CakePHP group. To post

Controlling automatic weight increment.

2008-12-18 Thread Colin
where table1_id is the same? Any pointers most welcome Thanks in advance, Colin --~--~-~--~~~---~--~~ 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

Re: Controlling automatic weight increment.

2008-12-18 Thread Colin
, mark_story mark.st...@gmail.com wrote: HABTM is not relation you are looking for I think, I usually model this with a table_1 hasMany joinTable, table_2 hasMany joinTable, and joinTable belongsTo both table_1 and table_2. -Mark On Dec 18, 3:16 am, Colin co...@itnavigate.com.au wrote: Hi All

Re: Controlling automatic weight increment.

2008-12-18 Thread Colin
On Dec 19, 7:01 am, AD7six andydawso...@gmail.com wrote: On Dec 18, 10:55 pm, Colin co...@itnavigate.com.au wrote: Thanks for your reply Mark. The logic in my app is working fine, the issue I have is that when I insert a row into my table table1_table2 all the weights get adjusted

Re: Controlling automatic weight increment.

2008-12-18 Thread Colin
On Dec 19, 11:04 am, Colin co...@itnavigate.com.au wrote: On Dec 19, 7:01 am, AD7six andydawso...@gmail.com wrote: On Dec 18, 10:55 pm, Colin co...@itnavigate.com.au wrote: Thanks for your reply Mark. The logic in my app is working fine, the issue I have is that when I insert

Re: Controlling automatic weight increment.

2008-12-18 Thread Colin
On Dec 19, 7:01 am, AD7six andydawso...@gmail.com wrote: On Dec 18, 10:55 pm, Colin co...@itnavigate.com.au wrote: Thanks for your reply Mark. The logic in my app is working fine, the issue I have is that when I insert a row into my table table1_table2 all the weights get adjusted

Re: Model named List

2008-04-01 Thread Colin Viebrock
' = 'xlists') ); Do you think that would work? - Colin --~--~-~--~~~---~--~~ 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

Re: Model named List

2008-04-01 Thread Colin Viebrock
my one-line hack to break things. Thanks again! - Colin On Apr 1, 3:18 pm, Dardo Sordi Bogado [EMAIL PROTECTED] wrote: He proposition was: 1. Make a ListModel model (that uses the lists table) 2. In the ListsController (aka url /lists/) get a reference of ListModel in $this-List

Model named List

2008-03-31 Thread Colin Viebrock
could, of course, rename my database table and stuff ... but I really want to call it list! - Colin --~--~-~--~~~---~--~~ 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