relationship problem

2010-09-29 Thread Abhishek Ubhadia
details. User table -- id username password type (agent,advertiser,client) In property table in need to get information of all three users for one entity, Please reply soon thanks regards Abhishek Ubhadia Check out the new CakePHP Questions site http://cakeqs.org and help others

IE always redirecting to 404 page ..

2010-06-30 Thread Abhishek
:( ... We have been live for couple of months now .. and gotta resolve this problem as soon as possible .. before lot of our users start complaining abt it .. How do i get around this prob ... Thanks Abhishek Jain Check out the new CakePHP Questions site http://cakeqs.org and help others

Re: IE always redirecting to 404 page ..

2010-06-30 Thread Abhishek
am also surprised by the fact that over time none of our users complained about this problem ... On Jun 30, 1:15 pm, Abhishek abhishek...@gmail.com wrote: Hi, Whenever a user opens the index page for a controller .. e.g xyz.com/ blogs .. IE is redirecting it to a 404 page .. however if i

Self Join table cakephp

2010-06-14 Thread Abhishek
Regards Abhishek Jain 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 subscribed to the Google Groups CakePHP group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe

Re: Does CakePHP require a change of document root?

2009-11-29 Thread Abhishek Kaushik
Groups CakePHP group. To post to this group, send email to cake-php@googlegroups.com 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?hl=en -- Regards Abhishek Kaushik Check out

How to add a random number while including a css file ?

2009-10-07 Thread Abhishek
it to the production server (which is also running apache ) .. it failed .. the css file was not getting included .. Any clue wht went wrong .. Regards Abhishek Jain --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups CakePHP group

Re: How to add a random number while including a css file ?

2009-10-07 Thread Abhishek
got the solution .. ?php echo $html-css(style.css.?cb=.time());? :) .. On Oct 7, 3:05 pm, Abhishek abhishek...@gmail.com wrote: Hi, I was facing some caching related issues .. so i thought including a random value might help solve the problem .. This is what i added while including

Re: Saving SQL query generated by the framework

2009-08-13 Thread Abhishek
can generate reports .. I intend to provide an option where he can save the report generated for future reference .. i guess the simplest way is to save the SQL query generated for that report .. Regards Abhishek Jain On Aug 13, 2:28 pm, majna majna...@gmail.com wrote: $db =ConnectionManager

Saving SQL query generated by the framework

2009-08-12 Thread Abhishek
about it Regards Abhishek Jain http://www.fidelus.in --~--~-~--~~~---~--~~ 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, send

Inter Model Communication

2009-08-10 Thread Abhishek
Hi, Is it possible to have inter model communication. If yes, how do i go about it Regards Abhishek --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups CakePHP group. To post to this group, send email to cake-php

Re: regarding the HTML link helper..

2009-05-26 Thread Abhishek
Hi Andrew, It worked .. thanks a lot .. On May 24, 1:31 am, Andrew McCafferty andrew.mccaffe...@gmail.com wrote: If you're not doing any advanced routing then this should work: ?php echo $html-link('Go', '/users/index'); ? On 23 May, 15:21, Abhishek abhishek...@gmail.com wrote: Hi

regarding the HTML link helper..

2009-05-23 Thread Abhishek
.. is there any way i can force the helper to show index also in the link .. Abhishek --~--~-~--~~~---~--~~ 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

Showing loading image on updating a select box

2009-04-12 Thread Abhishek
Regards Abhishek Jain Team Member - C4C.in --~--~-~--~~~---~--~~ 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, send email

Showing values again in the form

2009-02-12 Thread Abhishek
Hi, After form submission, say it fails for some reason .. am not using the validation rules in the model.. how do i repopulate the values in the form .. do i have to set them again in the controller?? Regards Abhishek --~--~-~--~~~---~--~~ You received

Output is not showing, but database is updated

2009-02-06 Thread abhishek
I am writing a simple TASK application: with 1 model, 1 controller,and 2 views. In the application, you can add a task and it shows a list of all the tasks. my problem is I am not getting the output shown in the index view. Database is being updated fine, which means it is working I don't know

Lightwindow support with cakephp

2009-02-03 Thread Abhishek
'='lightwindow')); ? it doesnt work .. basically i think its not working with relative url .. or it something that am doing wrong Abhishek --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups CakePHP group. To post to this group

Data from multiple queries in pagination

2009-01-22 Thread Abhishek
Hi, Suppose i have to execute multiple queries .. and display the data together using the pagination helper .. how do i do that .. i ll have to execute multiple queries because its giving me data in order of relevance .. Abhishek --~--~-~--~~~---~--~~ You

Edit a record with table association

2009-01-19 Thread Abhishek
Hi, Suppose if i have to edit a record say user .. which has a foreign key category_id .. how do i display the current value in the drop down first . and then show rest of the options .. Regards Abhishek Jain --~--~-~--~~~---~--~~ You received this message

regarding Auth Component..

2008-11-13 Thread Abhishek
Hi, Am using auth component for user authentication ... How do i fetch the value of the id of the user who has been validated by the Auth Component for use in any of the controller functions .. Regards Abhishek --~--~-~--~~~---~--~~ You received this message

Keepin both MVC architecture and the old style ..

2008-04-22 Thread Abhishek
Hi .. Is it poss to use both CakePHP and the usual coding which we used earlier at the same time .. the problem is what do i do about my previous codes .. if i move to CakePHP now .. Regards Abhsihek Jain --~--~-~--~~~---~--~~ You received this message because