Please fill this survey

2013-10-27 Thread mohit kumar
Hi, Greetings. The following survey is meant for educational assignment for one of my friend. Please spare some time and fill this survey. *https://www.surveymonkey.com/s/QT78HXP* Thanks for your valuable time. *With Best Regards, Mohit Kumar <http://kumarmohit.com>* -- Like

Re: undefined index error

2012-08-20 Thread mohit kumar
yeah the problem got solved. I was making a basic error. Thanks for support :) *With Best Regards, Mohit Kumar <http://kumarmohit.com>* *+91-9582894570* On Mon, Aug 20, 2012 at 10:08 AM, Bharat Maheshwari < bharat.maheshw...@logicspice.com> wrote: > As you use all in $current

Formatting Checkbox in formhelper

2012-08-19 Thread mohit kumar
#x27; => 'checkbox', > 'options' => $users, > )); > Which essentially gives me all the users from that model. What if I need >>>> to display the users based on some criteria. Like sorting them on one >>>> criteria,

Re: undefined index error

2012-08-14 Thread mohit kumar
I tried that also using a for each. still having some problems with it. *With Best Regards, Mohit Kumar <http://kumarmohit.com>* *+91-9582894570* On Tue, Aug 14, 2012 at 7:39 PM, Dave M. wrote: > I suggest you throw a debug($weeklyroster) into your view to see how the > array

undefined index error

2012-08-13 Thread mohit kumar
et('weeklyroster', $current_roster); > $this->set('current_shifts',$current_shifts); > > } > } if a use following code ($weeklyroster['Weeklyroster']['week'] in my view file , I get the following error. *Notice* (8): Undefined i

Re: Need Help

2012-08-10 Thread mohit kumar
thanks Mike.. Let me try that . But the problem is my controller that i generated by the bake is like user - shift - save so with 1 form 1 can save only one user, will it be possible for me to save multiple mappings with one go *With Best Regards, Mohit Kumar <http://kumarmohit.com>

Re: Need Help

2012-08-10 Thread mohit kumar
[] [] [] [] *With Best Regards, Mohit Kumar <http://kumarmohit.com>* *+91-9582894570* On Fri, Aug 10, 2012 at 2:30 PM, Tilen Majerle wrote: > i'm not understanding you well, describe more about your problem.. > -- > Lep pozdrav, Tilen Majerle > http://majerle.eu > &

Re: Need Help

2012-08-10 Thread mohit kumar
Any idea guys? *With Best Regards, Mohit Kumar <http://kumarmohit.com>* *+91-9582894570* On Thu, Aug 9, 2012 at 11:03 AM, mohit kumar wrote: > Hi Folks, > > Can anyone help me regarding this. > > http://stackoverflow.com/questions/11864306/how-to-display-a-grid-of-chec

Recursive Retrieval of Data.

2012-08-09 Thread mohit kumar
can we do that? Thanks for help in advance, *With Best Regards, Mohit Kumar <http://kumarmohit.com>* *+91-9582894570* -- 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. To

Re: Custom queries in cake PHP

2012-08-06 Thread mohit kumar
How to use them in view template? *With Best Regards, Mohit Kumar <http://kumarmohit.com>* *+91-9582894570* On Mon, Aug 6, 2012 at 10:43 PM, Vinicius Dusso wrote: > Hi Mohit, > > You can use the 'query' method: > > $this->YourModel->query('SELE

Custom queries in cake PHP

2012-08-06 Thread mohit kumar
Hi Folks, What is the best way to have custom queries from the database. I need to query from one of the pages. *With Best Regards, Mohit Kumar <http://kumarmohit.com>* *+91-9582894570* -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out t

Re: send mails

2012-08-03 Thread mohit kumar
You can use Gmail as an smtp service to send the email. Configure cake php to work with SMTP and use gmail. *With Best Regards, Mohit Kumar <http://kumarmohit.com>* *+91-9582894570* On Fri, Aug 3, 2012 at 4:25 PM, raj kumar Pustela wrote: > >

Re: Problem with adding records

2012-07-14 Thread mohit kumar
08:48:26') 11151 2SELECT `UsersCertification`.`certification_id` FROM `competence`.`users_certifications` AS `UsersCertification` WHERE `UsersCertification`.`user_id` = 6 001 3BEGIN 001 *With Best Regards, Mohit Kumar <http://kumarmohit.com>* *+91-9582894570* On Fri, Jul 13

Re: Problem with adding records

2012-07-13 Thread mohit kumar
for your help. On Fri, Jul 13, 2012 at 1:58 PM, Mike Griffin wrote: > On Wed, Jul 11, 2012 at 2:39 PM, mohit kumar wrote: > > Hi Folks, > > > > I created an add action for users, > > I am trying to register them using this action. Everything is going fine, > &

Looping through actions?

2012-07-11 Thread mohit kumar
Just a query.. Is it possible to loop through all the actions of all the controllers.? Thanks and Regards, -- Best Regards, Mohit Kumar -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help

Re: Problem with adding records

2012-07-11 Thread mohit kumar
e data array for some reason? > > It looks like you're using mysql. What is the output of "DESCRIBE > users;" in mysql terminal? > > On Wed, Jul 11, 2012 at 3:10 PM, mohit kumar wrote: > > yes., auto increment is set for id > > > > On Wed, Jul 11, 2012 a

Re: Bad Redirect with auth component.

2012-07-11 Thread mohit kumar
;,'controller'=>'logout' ) > > you have twice 'controller' > > listen what lowpass said :) > -- > Lep pozdrav, Tilen Majerle > http://majerle.eu > > > > 2012/7/11 lowpass > >> 'action' => 'edit'

Re: Problem with adding records

2012-07-11 Thread mohit kumar
yes., auto increment is set for id On Wed, Jul 11, 2012 at 7:21 PM, Max Dörfler wrote: > Is the Auto Increment attribute set for the ID column? > > > On 07/11/2012 03:39 PM, mohit kumar wrote: > > Hi Folks, > > I created an add action for users, > I am trying to regi

Bad Redirect with auth component.

2012-07-11 Thread mohit kumar
$this->redirect($this->Auth->logout()); > > } > As per my assumption i should be redirected url/users/edit after login and url/users/index after logout, but instead i am redirecting to url/edit and url/index respectively.* What seems to be the error? *Thanks for your help in a

Re: Working with Profiles

2012-07-11 Thread mohit kumar
i fixed it ,., thanks, it was a silly mistake On Wed, Jul 11, 2012 at 10:55 PM, lowpass wrote: > On Wed, Jul 11, 2012 at 3:01 AM, mohit kumar wrote: > > I have used HABTM to implement it. The problem that I am receiving is I > am > > getting is > > > > SQLSTATE[

Problem with adding records

2012-07-11 Thread mohit kumar
ing that error. Thanks for help in advance -- Best Regards, Mohit Kumar -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe

Re: Working with Profiles

2012-07-11 Thread mohit kumar
p > others with their CakePHP related questions. > > > To unsubscribe from this group, send email to > cake-php+unsubscr...@googlegroups.com For more options, visit this group > at http://groups.google.com/group/cake-php > -- Best Regards, Mohit Kumar -- Our newest site for

Re: Table name with no meaning in eglish

2012-04-27 Thread mohit kumar
...@googlegroups.com For more options, visit this group > at http://groups.google.com/group/cake-php > -- Best Regards, Mohit Kumar -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and

Help Regarding ACL

2012-03-18 Thread mohit kumar
[created] => 2012-03-18 11:02:07 [modified] => 2012-03-18 11:02:07 ) ) Aco: controllers/Pages/display [*CORE\Cake\Controller\Component\AclComponent.php*, line *303*] Thanks for help. Regards, Mohit -- Best Regards, Mohit Kumar -- Our newest site for the c

Automatic data in field

2012-03-13 Thread mohit kumar
-Management-Plugin-for-Cakephp-2.x Any suggestions -- Best Regards, Mohit Kumar -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe

Issue with Excel Helper

2012-03-07 Thread mohit kumar
Hi Experts, I am using this tutorial to set up an excel export helper http://bakery.cakephp.org/articles/melgior/2010/01/26/simple-excel-spreadsheet-helper I have followed each and every step. additionally I am using following helpers in my code public $helpers = array('Form', 'Html', 'Excel',

Need Help

2012-03-01 Thread mohit kumar
PHP on topics such as, - Authentication - ACL - Routing -- Best Regards, Mohit Kumar -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related