yogesh kumar wants to chat

2009-03-13 Thread yogesh kumar
--- yogesh kumar wants to stay in better touch using some of Google's coolest new products. If you already have Gmail or Google Talk, visit: http://mail.google.com/mail/b-60d09f8474-0eaaf653b5-adfd8dacdca90889 You'

Re: Best way to organize CSS and JS

2009-03-06 Thread yogesh kumar
use css and javascript in layout default.php --~--~-~--~~~---~--~~ 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

Re: How to use contained models in conditions?

2009-03-06 Thread yogesh kumar
class Post extends AppModel { var $name = 'Post'; var $hasMany=array('Comment'); function beforeSave() { if(!isset($this->data['Post']['id'])) { if($this->data['Post']['url']=="") { $title_low=strtolower($this->da

Re: How to use contained models in conditions?

2009-03-05 Thread yogesh kumar
give me an idea of cake php query i want to create a link of values get from table and if values are same then it become one link and click that link show all values --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "C

Re: How to use contained models in conditions?

2009-03-05 Thread yogesh kumar
how i get same name values id from table pls tell me --~--~-~--~~~---~--~~ 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

Cake bake command on Ubuntu 8.04

2009-03-03 Thread Yogesh
his method. Thanks in advance !!! Regards, Yogesh ( India ) --~--~-~--~~~---~--~~ 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 f

Re: How to do Data Sanitization in CakePHP 1.2.9?

2009-02-10 Thread Yogesh
Hi, I want to avoid the script tag so that no one do the hack or insert the records using script tag. I don't know what it should be called exactly, but in my database some times records get inserted automatically and continuously about 100 to 150 records, these are seems to be inserted using some

How to do Data Sanitization in CakePHP 1.2.9?

2009-02-10 Thread Yogesh
Hi All Can any one please tell how I can do the data sanitization for the users submitted data? and which is better place to write it, is it in Controller or in Model? I don't know anything about reagarding data sanitization. I need it from start to end means which helper or libraries i need to

Re: Destroying cakephp session on closing browser window

2008-11-19 Thread Yogesh
n the body tag. > > On Nov 18, 6:49 am, "Liebermann, Anja Carolin" > > > > <[EMAIL PROTECTED]> wrote: > > Hi Yogesh, > > > As far as I know this is not possible. This is also the reason why you can > > set a session timeout. The server and

Re: Destroying cakephp session on closing browser window

2008-11-19 Thread Yogesh
wrote: > On Tue, Nov 18, 2008 at 9:02 AM, Yogesh <[EMAIL PROTECTED]> wrote: > > > I wan't to destroy the session when user closes the Browser windows. > > my cakephp version is 1.2 beta > > Explanation: If user is logged in and closes the Browser without log >

Destroying cakephp session on closing browser window

2008-11-18 Thread Yogesh
ly if I close the browser then it does not store the session in IE6 only but if I have open the multiple instances of fire fox 3 or IE7 and only close the browser or tab then it does destroy the Session. Waiting for your sugessions Thanks in Advanced Regards Y

for numbering the records of pagination

2008-04-06 Thread yogesh
Hi, I am new to the cakephp. i want to show the result using the pagination but the problem is that when we go on next page the serial number of records again start from 1 but i want to continue these from the last records number i.e i have SR.NO | name | address| .. here oi have limit the rec