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 Us on FaceBook

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_roster

Formatting Checkbox in formhelper

2012-08-19 Thread mohit kumar
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, *With Best Regards, Mohit Kumar http://kumarmohit.com* *+91-9582894570* -- You received this message because you are subscribed to the Google Groups CakePHP

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. mil...@gmail.com 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
\generate.ctp*, line *3*] Please suggest *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 unsubscribe from this group

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 mohitk...@gmail.com wrote: Hi Folks, Can anyone help me regarding this. http://stackoverflow.com/questions/11864306/how-to-display-a-grid-of-checkboxes

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 tilen.maje...@gmail.comwrote: i'm not understanding you well, describe more about your problem.. -- Lep pozdrav, Tilen Majerle http://majerle.eu 2012/8/10

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* *+91

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 unsubscribe from

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 the new CakePHP

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 vinidu...@gmail.com wrote: Hi Mohit, You can use the 'query' method: $this-YourModel-query('SELECT * FROM table'); Take a look

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 pustela...@gmail.comwrote: Hi to all

Re: Problem with adding records

2012-07-15 Thread mohit kumar
`.`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, 2012 at 8:17 PM, mohit kumar mohitk...@gmail.com wrote: Cake PHP 2.2.0

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 griff...@gmail.com wrote: On Wed, Jul 11, 2012 at 2:39 PM, mohit kumar mohitk...@gmail.com wrote: Hi Folks, I created an add action for users, I am trying to register them using this action. Everything is going fine, the data

Re: Working with Profiles

2012-07-11 Thread mohit kumar
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 the community: CakePHP Video Tutorials http://tv.cakephp.org Check

Problem with adding records

2012-07-11 Thread mohit kumar
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 from this group, send email to cake-php

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 zijn.digi...@gmail.com wrote: On Wed, Jul 11, 2012 at 3:01 AM, mohit kumar mohitk...@gmail.com wrote: I have used HABTM to implement it. The problem that I am receiving is I am getting is SQLSTATE

Bad Redirect with auth component.

2012-07-11 Thread mohit kumar
-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 advance -- Best Regards, Mohit Kumar -- Our

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 max.doerf...@googlemail.comwrote: 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 register them

Re: Bad Redirect with auth component.

2012-07-11 Thread mohit kumar
:) -- Lep pozdrav, Tilen Majerle http://majerle.eu 2012/7/11 lowpass zijn.digi...@gmail.com 'action' = 'edit' 'action' = 'index' ;-p On Wed, Jul 11, 2012 at 3:02 PM, mohit kumar mohitk...@gmail.com wrote: Hi Folks, Please help I have this code in my AppController public

Re: Problem with adding records

2012-07-11 Thread mohit kumar
the id in the 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 mohitk...@gmail.com wrote: yes., auto increment is set for id On Wed, Jul 11, 2012 at 7:21 PM, Max Dörfler

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: Table name with no meaning in eglish

2012-04-27 Thread mohit kumar
, 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 others with their CakePHP related questions

Help Regarding ACL

2012-03-18 Thread mohit kumar
[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 community: CakePHP Video Tutorials http

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