Re: Add new fields to a database table

2015-05-01 Thread roy
I'd actually like an answer to the question, as I do need it. Please no "you shouldn't do that", I need to do that > > -- 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 Gr

Re: different css styles for checkboxes

2014-12-18 Thread Roy Lindauer
You will have to write your own Form Helper class to do that. On Wednesday, December 17, 2014 10:30:33 AM UTC-8, Radharadhya Dasa wrote: > > Hi, > > Is it possible somehow to have different css classes for members of a set > of checkboxes? > > echo $this->Form->input('groups._ids', >

The return vars from testAction are null unless I explicitly call $this->render() in my Controller

2014-12-18 Thread Roy Lindauer
The return vars from testAction are null unless I explicitly call $this->render() in my Controller. public function testAddGet() { $this->testAction('/clients/add', array( 'method' => 'GET', 'return' => 'contents', )); $this->

userCake with CakePHP

2013-08-06 Thread Sebastien Roy
Hi, I wan't to use userCake with MVC Cake ... I'm not sure where to start... Do I put all the userCake's model files in models folder Cake's app and all the others userCake's files in Controller folder of Cake's app? Thanks, Sebastien -- Like Us on FaceBook https://www.facebook.com/CakePHP F

Re: How does cakephp works internally?

2012-07-19 Thread Roy Wong
Actually no lol. I thought it was just a link to the book which I had already read except for the tutorials of course. I think that's what I'm looking for Thanks! -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http:/

Is there is function to clean all records in aros_acos table?

2011-01-16 Thread roy
I am writing a function to rehresh permission table in database. See if there is a function that can clean the records in aros_acos table. 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 su

newbie question on custom function

2011-01-13 Thread roy
I am new to cakephp and i have go through those tutorials. May be I am too stubborn to the old php coding way so I face a problem when I am making my own Function. Say, I have my a "multiexplode" function that recursively explode a string given an array of delimiators, sth like: class UtilCompone

Re: After graph create page will redirect to another page.

2009-08-09 Thread Dibyendu Mitra Roy
egards, > Mohammad Arif Hossen > Web Developer > United Group International(UGIBD) > www.ugibd.net > Mobile no: +88 01714355911 > Mobile no: +88 01922110308 > > > > -- Dibyendu Mitra Roy Web Development Consultant Kol

Re: error database table missing

2009-08-09 Thread Dibyendu Mitra Roy
ew this message in context: >> http://www.nabble.com/error-database-table-missing-tp24770374p2477037... >> > Sent from the CakePHP mailing list archive at Nabble.com. >> >> > > > -- > > > Regards, > Mohammad Arif Hossen > Web Developer >

Re: creating database.php removes css

2009-08-08 Thread Dibyendu Mitra Roy
e page, just plain text. > > If I remove database.php, css comes back fine. > > What's wrong...? > > Thanks. > > > > -- Dibyendu Mitra Roy Web Development Consultant Kolkata India Alt. E-mail: dmroy2...@yahoo.com Mobile: +919830811327 Residence: 91-33-30422096

Re: How to obtain a number from a query that provides a COUNT

2009-08-08 Thread Dibyendu Mitra Roy
e to the CAKEPHP framework and its documentation thereof. Thanks Roy On Sat, Aug 8, 2009 at 1:29 PM, Walther wrote: > > You shouldn't be using the Query method unless you are doing very very > custom queries. Which your not. > > At the moment you have the overhead of CakePH

Re: Cakephp accessing files

2009-08-08 Thread Dibyendu Mitra Roy
e you have put inside the subfolder I have used this when everything else goes wrong and it works. Let me know if this helped. Roy On Sat, Aug 8, 2009 at 1:14 PM, adrian wrote: > > Anyone know how do do this? Really need to get this up and running ... > is there anywhere to pay

Re: Newbie problems

2006-05-08 Thread Martin Roy
i try but it doesn't work i see on other post that there is bug in the tutorial.Does someone have an exemple with validation ?a big thanx in advanceOn 5/7/06, tinmar <[EMAIL PROTECTED]> wrote: ok thanksi gonna be test this solutionthx --~--~-~--~~~---~--~~ You recei