Re: Help in inserting a data from one model to another

2011-03-05 Thread Stephen
ck 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+unsubscr...@googlegroups.com For more options, visit this group > at http://groups.google.com/group/ca

HABTM problem for help

2011-03-05 Thread Ekin Han
;User.username'); echo $form->end('Submit'); ?> I have a problem that when a new bug was add ,the table bugs_uses has nothing new in it. Shall I need to write a record to it myself? That means cake do not automaticly write a record the the relation table? -- Our newest site

Help in inserting a data from one model to another

2011-03-05 Thread jaaam
/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+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php

Help with a naive delete problem

2011-03-05 Thread jbmere
>Seccion->read(null, $id); } } function delete($id = null) { if (!$id) { $this->Session->setFlash(__('Invalid id for Seccion', tr ue)); $this->redirect(array('act

Re: Need help with find paginate syntax

2011-03-05 Thread jeet bajaj
I think you have to use pagination on Payment model, inside the member controller If it is, then i will suggest the following code, if it can help. class MembersController extends AppController { var $uses = array('Payment’); function xyz(){ $this->paginate

Need help with find paginate syntax

2011-03-05 Thread heohni
ike to paginate this result, how can I do this? I find it difficult to find a solution because I query $this->Member- >Payment Model? Please advise! Thanks and have all a happy weekend! -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new

RE: RE: Auth Help

2011-03-04 Thread Krissy Masters
Noted! Thanks for letting me know. Will post results of what worked / did not soon. Thanks K -- 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

Re: RE: Auth Help

2011-03-04 Thread Sam Bernard
ck 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+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php

RE: Auth Help

2011-03-04 Thread Krissy Masters
] On Behalf Of Ryan Schmidt Sent: Friday, March 04, 2011 11:13 PM To: cake-php@googlegroups.com Subject: Re: Auth Help On Mar 4, 2011, at 20:23, Krissy Masters wrote: > How to fix this or even track down where the problem is? > > So I have both MAC and Windows computers here. > Going

Re: Auth Help

2011-03-04 Thread Ryan Schmidt
d out which browser/OS combinations work and which don't. See if you have any browser extensions or add-ons installed, and disable them in case they are causing the problem. -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Que

Auth Help

2011-03-04 Thread Krissy Masters
ything is Authless.. Any ideas? Thanks all K -- 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 gr

RE: Crumb help - DISREGARD

2011-03-02 Thread Krissy Masters
Sorry. Not going to bother with the idea. Home should just go to site.com/ Keep it at the site base. K -- 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

Crumb help

2011-03-02 Thread Krissy Masters
Home" crumb to every view so that why I tried dropping it in the layout but it gets pushed to the end. Can you define where base Home crumb goes? Thanks, K -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://a

Re: Help with update

2011-03-01 Thread cricket
ave the var evaluated. array('Venue.inventory' => "Venue.inventory + ${quantity}") -- 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 qu

Re: Help with update

2011-03-01 Thread lirc201
011, at 11:35, lirc201 wrote: > > >> I like the example on the weblink which is just using MySQL > >> functionality, it is very clever.  Thanks for the help and push.  My > >> code is working!  I did like the security tricks I discovered for my > >> updates below

Re: Help with update

2011-03-01 Thread Ryan Schmidt
On Mar 1, 2011, at 12:46, Ryan Schmidt wrote: > On Mar 1, 2011, at 11:35, lirc201 wrote: > >> I like the example on the weblink which is just using MySQL >> functionality, it is very clever. Thanks for the help and push. My >> code is working! I did like the security

Re: Help with update

2011-03-01 Thread Ryan Schmidt
On Mar 1, 2011, at 11:35, lirc201 wrote: > I like the example on the weblink which is just using MySQL > functionality, it is very clever. Thanks for the help and push. My > code is working! I did like the security tricks I discovered for my > updates below to only pass

Re: Help with update

2011-03-01 Thread lirc201
es to the inventory numbers, like when more inventory is added. I like the example on the weblink which is just using MySQL functionality, it is very clever. Thanks for the help and push. My code is working! I did like the security tricks I discovered for my updates below to only pass a field

Re: Help with update

2011-03-01 Thread cricket
cakephp/ Also, is the $quantity param the number of items that inventory has changed by? How are you deciding whether to increase or decrease by that amount? -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.or

Help with update

2011-03-01 Thread lirc201
his->data, array('validate' => 'false', 'fieldList' => array('id', 'inventory' { . } Thanks, Brian -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.

Re: Help - HABTM Multi-Select Field

2011-02-24 Thread cricket
om method in Category model (which would call it). Then loop through the data adding $depth * $n NBSPs before each nested title/name, where $n is, eg. 2. er ... wait a sec. I just remembered that the method already does this for you: http://api.cakephp.org/class/tree-behavior#method-TreeBehaviorgeneratetreel

Help - HABTM Multi-Select Field

2011-02-24 Thread Mr.Jayesh
ards, Thanks. -- 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+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php

help me in jqury validation.

2011-02-22 Thread andy_the ultimate baker
ese are the quantity based element like 'weight', 'height', 'hemoglobin' etc. please help regards Anand http://www.anshusys.com -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://a

Re: Help with names

2011-02-21 Thread John Andersen
er information, please feel free to offer > it :) > Enjoy, >    John > [snip] -- 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 questio

Re: Help with names

2011-02-21 Thread John Andersen
is good, > public $useDbConfig = 'default'; does nothing I can change it to public > $useDbConfig = 'not_even_a_database'; and no error or anything. Like its not > even reading this file at all. > > Any ideas? -- Our newest site for the community: CakePHP Video

Re: Help with names

2011-02-21 Thread Almudena Garcia
is good, > public $useDbConfig = 'default'; does nothing I can change it to public > $useDbConfig = 'not_even_a_database'; and no error or anything. Like its not > even reading this file at all. > > > > > > Any ideas? > > -- > Our newest site fo

Re: Urgent Help--Please

2011-02-21 Thread Tapan Kumar Thapa
>> >>> If you can't then you may be able to use a virtual field for this, >>> look at the CakePHP book at: >>> http://book.cakephp.org/view/1608/Virtual-fields >> >>> Enjoy, >>> John >> >>> On Feb 20, 3:45 pm, Tapan K

Re: Urgent Help--Please

2011-02-20 Thread euromark
ntroller itself. > > > > > Regards > > > > Tapan Thapa > > > > India > > > > [snip] > > > > -- > > > Our newest site for the community: CakePHP Video Tutorials > > >http://tv.cakephp.org > > > Check out the ne

Re: Urgent Help--Please

2011-02-20 Thread John Andersen
fields > > > Enjoy, > >   John > > > On Feb 20, 3:45 pm, Tapan Kumar Thapa > > wrote: > > > Unfortunately no(:- > > > > I have an export csv option via a html link and i am not presenting this > > > data to my view. > > > &g

Re: Urgent Help--Please

2011-02-20 Thread Tapan Kumar Thapa
: > > Unfortunately no(:- > > > > I have an export csv option via a html link and i am not presenting this > > data to my view. > > > > Please suggest if this can be achieved in controller itself. > > > > Regards > > Tapan Thapa > > India &

Re: Urgent Help--Please

2011-02-20 Thread John Andersen
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+unsubscr...@googlegroups.com For more options, visit this group a

Re: Urgent Help--Please

2011-02-20 Thread Tapan Kumar Thapa
ray('date_format(date, '%d-%b-%y') as > > date', 'time', 'msisdn', 'shortcode', 'operator', 'circle', 'keyword', > > 'answer', 'age', 'gender'), > >

Re: Urgent Help--Please

2011-02-20 Thread John Andersen
code', 'operator', 'circle', 'keyword', > 'answer', 'age', 'gender'), >                     'order' => "Incoming.id desc", >                     'conditions' => array("Incoming.created >= '$startdate' > AND Incoming.created <= '$enddate' "), >                     'contain' => false))); >     } > > Please suggest. > > Regards > Tapan Thapa > India -- 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+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php

Urgent Help--Please

2011-02-20 Thread Tapan Kumar Thapa
gt;Incoming->find('all', array( 'fields' => array('date_format(date, '%d-%b-%y') as date', 'time', 'msisdn', 'shortcode', 'operator', 'circle', 'keyword', 'answer&#x

Re: can anybody help me with this code

2011-02-19 Thread Jeremy Burns | Class Outfit
oglegroups.com] On Behalf > Of mamakemmett > Sent: Friday, February 18, 2011 10:32 AM > To: cake-php@googlegroups.com > Subject: can anybody help me with this code > > >session_start(); > ?> >include('../includes/header.php'); > connect_

RE: can anybody help me with this code

2011-02-19 Thread Krissy Masters
-Original Message- From: cake-php@googlegroups.com [mailto:cake-php@googlegroups.com] On Behalf Of mamakemmett Sent: Friday, February 18, 2011 10:32 AM To: cake-php@googlegroups.com Subject: can anybody help me with this code http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";> http:

Re: New vs Old and need help - FEMALE NEEDS HELP!

2011-02-15 Thread designv...@gmail.com
in now? :) > > In all seriousness, I understand it is hard sometimes to want to help folks > that fit the above list.  I typically ask for more input and 9 times out of > 10 you never hear from them again. > > On Mon, Feb 14, 2011 at 9:51 AM, designv...@gmail.com > wrote: > >

Re: Please help me decide - cakePHP for my project

2011-02-15 Thread Dr. Tarique Sani
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+unsubscr...@googlegroups.com For more options, visit this group at http:

Re: Please help me decide - cakePHP for my project

2011-02-15 Thread acl68
Hi Panupat, with some of your questions I can help you, siee below. Am Dienstag, 15. Februar 2011, um 07:51:09 schrieb Panupat: > > - Authenticate against Windows Active Directory. > > When log in, I will use php-ldap to do simple bind. Upon success, user > ldap search

Please help me decide - cakePHP for my project

2011-02-15 Thread Panupat
Hi everyone. I have been experimenting with a couple larger frameworks but haven't found anything that makes my requirement easier so far. I have heard a lot of good things about cakePHP and would love know if it will help ease my website creation. I greatly appreciate any fee

Re: help with guest table update

2011-02-15 Thread Stephen
ephen @ NinjaCoderMonkey www.ninjacodermonkey.co.uk -- 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

Re: help with guest table update

2011-02-15 Thread Ryan Schmidt
EEP ONLY ONE RECORD OF A guest, and not to write every time > is same user accessed other once pages... Video, Profile,... etc... > > Please help help with this guys,.. And what have you tried so far to accomplish the above? You need to do some work yourself; we're not going to do i

Re: help with guest table update

2011-02-15 Thread chris...@yahoo.com
is traveling to other ones Videos, Profile, Blogs,... etc,... this table NEED TO KEEP ONLY ONE RECORD OF A guest, and not to write every time is same user accessed other once pages... Video, Profile,... etc... Please help help with this guys,.. thank You chris Salute All !! On Feb 14, 11:40 p

Re: help with guest table update

2011-02-14 Thread Jeremy Burns | Class Outfit
...@yahoo.com wrote: > Hi All, > Ok guys, what am I doing wrong...? > > $this->Guest->query('UPDATE fociki_guests' . 'SET user_id = > ($user['User']['id'])' . ' AND guest_id = ($this->user['id'])'); > > I

Re: help with guest table update

2011-02-14 Thread John Andersen
er['id'])'); > > I need to update guest table every time its accessed by users to any > User page. First I need to make this code straight it up... Please > help. I can't make it work... > > Thanks > chris -- Our newest site for the community: CakePHP Video

Re: help with guest table update

2011-02-14 Thread Ryan Schmidt
#x27;); > > I need to update guest table every time its accessed by users to any > User page. First I need to make this code straight it up... Please > help. I can't make it work... You haven't told us in what way this fails, but I'm guessing you're getting an

help with guest table update

2011-02-14 Thread chris...@yahoo.com
users to any User page. First I need to make this code straight it up... Please help. I can't make it work... Thanks chris -- 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 wi

Re: New vs Old and need help - FEMALE NEEDS HELP!

2011-02-14 Thread Meroe Meroe
Well phpnut did say they will have brain powered code generation in the next version so perhaps people are hoping to get in now? :) In all seriousness, I understand it is hard sometimes to want to help folks that fit the above list. I typically ask for more input and 9 times out of 10 you never

Re: New vs Old and need help - FEMALE NEEDS HELP!

2011-02-14 Thread designv...@gmail.com
AARRGGHH. On Feb 12, 5:08 am, Jeremy Burns | Class Outfit wrote: > A couple of things get to me: > - Really really long posts - get to the frikking point > - Swathes of badly formatted code that no one is going to read > - Constantly being 'new' > - Asking for massi

Re: New vs Old and need help - FEMALE NEEDS HELP!

2011-02-12 Thread Jeremy Burns | Class Outfit
3) Somebody unloads a holier-than-thou rant that you are not following > the 10 commandments of the internet set in place when Al Gore parted > the seas and invented the Dubya-Dubya-Dubya > > > Good luck > > On Feb 11, 4:52 pm, "Krissy Masters" > wrote: >&g

Re: New vs Old and need help - FEMALE NEEDS HELP!

2011-02-12 Thread ibejohn818
invented the Dubya-Dubya-Dubya Good luck On Feb 11, 4:52 pm, "Krissy Masters" wrote: > I do not think it matters if your new and need help or old cakepro and need > help. Why the need to emphasize? > > New you say! Are you? Well then let me just drop everything, BREAKING NEWS

Re: New vs Old and need help - FEMALE NEEDS HELP!

2011-02-12 Thread websurfshop
It's an insecurity complex for freshman programmers. Kind of like going out on our first date and realizing your out with a mature naked cake baker. It's enough to make anyone stutter and repeat themselves . ;-/ > People will help, you so saying your new over and over is ju

Re: New vs Old and need help - FEMALE NEEDS HELP!

2011-02-11 Thread Jeremy Burns | Class Outfit
A couple of things get to me: - Really really long posts - get to the frikking point - Swathes of badly formatted code that no one is going to read - Constantly being 'new' - Asking for massive amounts of help before doing any research at all - Asking if something will work before even

Re: New vs Old and need help - FEMALE NEEDS HELP!

2011-02-11 Thread Ryan Snowden
Or Noobhag Neat On 12 February 2011 09:04, Larry E. Masters wrote: > Old hag might get some of us old timers attention. > -- > Larry E. Masters > > On Fri, Feb 11, 2011 at 6:52 PM, Krissy Masters > wrote: >> >> I do not think it matters if your new and need h

Re: New vs Old and need help - FEMALE NEEDS HELP!

2011-02-11 Thread thatsgreat2345
I think the ability to say whether you're new/old doesn't depend on how long you've been using cake but you knowledge of the ins and outs of cake and how it all works. On Feb 11, 4:52 pm, "Krissy Masters" wrote: > I do not think it matters if your new and need help or

Re: New vs Old and need help - FEMALE NEEDS HELP!

2011-02-11 Thread Larry E. Masters
Old hag might get some of us old timers attention. -- Larry E. Masters On Fri, Feb 11, 2011 at 6:52 PM, Krissy Masters wrote: > I do not think it matters if your new and need help or old cakepro and need > help. Why the need to emphasize? > > New you say! Are you? Well then let

New vs Old and need help - FEMALE NEEDS HELP!

2011-02-11 Thread Krissy Masters
I do not think it matters if your new and need help or old cakepro and need help. Why the need to emphasize? New you say! Are you? Well then let me just drop everything, BREAKING NEWS! A NEW USER TO CAKE! Holy shit say it's not so! People on the board for more than a month can tell by the

Re: Help with ReST

2011-02-11 Thread Poliane Brito
gt; $produtos = $this->Produto->find(); > $this->set("produtos", $produtos); > } > } > ?> > > I'm getting crazy! > Thanks in advance.. > Poli > -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakep

Help with ReST

2011-02-11 Thread Poliane Brito
t;Produto->find(); $this->set("produtos", $produtos); } } ?> I'm getting crazy! Thanks in advance.. Poli -- 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

Re: can you help me please

2011-02-09 Thread satya prakash
$class = ' class="altrow"'; >} > ?> > > > // all the thing that to be displyed here // > > > > the results i am getting are displayed one in each row > but i want to display two results in each row > >

Re: can you help me please

2011-02-09 Thread ShadowCross
                $class = ' class="altrow"'; >         } > ?> >         >                 >                  // all the thing that to be displyed here // > > > > the results i am getting are displayed one in each row > but i want to display

Re: can you help me please

2011-02-09 Thread John Andersen
      if ($i++ % 2 == 0) { >                 $class = ' class="altrow"'; >         } > ?> >         >                 >                  // all the thing that to be displyed here // > > > > the results i am getting are displayed one in each row &g

can you help me please

2011-02-09 Thread mousa777
i have a problem with displaying tq records in each row of a list my code look like this // all the thing that to be displyed here // the results i am getting are displayed one in each row but i want to display two results in each row any help

Re: confused! need urgent help.

2011-02-05 Thread dario gaston musante
;                 >                 $city['City']['title']; ?>  >                 >                   $this->element('admin/status_links',array('status'=> > $city['City']['active'],'id'=>$city['City'] &g

Re: Still stuck with Media View some one please help!!!

2011-02-05 Thread Jeremy Burns | Class Outfit
t is it possible that I just > pass the name of the file to be downloaded(depending on the link > clicked) to the download function of media view and the respective > file is downloaded(extension of all files is zip). > > Heres my controller code: > > function downloa

Re: Still stuck with Media View some one please help!!!

2011-02-05 Thread AD7six
s downloaded(extension of all files is zip). > > Heres my controller code: > > function download () >          { >         $this->view = 'Media'; >         $params = array( >               'id' => 'example.zip, >               'name' =>

Still stuck with Media View some one please help!!!

2011-02-05 Thread newguy
; $params = array( 'id' => 'example.zip, 'name' => 'example', 'download' => true, 'extension' => 'zip', 'path' => APP . 'gamefile

Re: confused! need urgent help.

2011-02-03 Thread Jeremy Burns | Class Outfit
> $this->element('admin/status_links',array('status'=> > $city['City']['active'],'id'=>$city['City'] > ['id'],'class'=>'city_status'))?> > > please someone gi

confused! need urgent help.

2011-02-03 Thread andy_the ultimate baker
,'id'=>$city['City'] ['id'],'class'=>'city_status'))?> please someone give me solution on it -- 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+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php

any body please help me with HABTM problem, please...

2011-02-03 Thread Tan Cheng
ting... I know I must have made some stupid mistake, anyone could shed some light for me? I am attaching the two model files, two controller files and the sql database file in this link: http://www.excelsrmc.com/myFile/HABTM_files.rar Any help is really appreciated. Thanks again! -- Our newes

HABTM question, really appreciate any help!

2011-02-03 Thread Tan Cheng
php and the .sql database file I know this is a stupid question, but I really hope someone could help, really appreciate it. Thank you very much -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakeph

Re: can any one help in tool tip for icons?

2011-02-03 Thread Stephen
$class = $(this).attr('title'); > $width = $(this).width() + 80; > $('.tooltip_' + $class).css('left', $width); > $('.tooltip_' + $class).fadeOut(500); > }); > > }); > You should edit the jquery to focus on the

Re: can any one help in tool tip for icons?

2011-02-02 Thread andy_the ultimate baker
ePHP 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+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php

RE: can any one help in tool tip for icons?

2011-02-02 Thread Dave Maharaj
The Google place has a lot of answers I hear they are a new search engine...no expert by try typing "jquery tool tip" -- 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

Re: can any one help in tool tip for icons?

2011-02-02 Thread Jeremy Burns | Class Outfit
e desk i got one new task and that is tool tips for links > which describe the purpose. i never had done this, so please > please suggest me how to create tool top for icon links. > > regards > andy > (trying to start a bakery) > > -- > Our newest site for the community

can any one help in tool tip for icons?

2011-02-02 Thread andy_the ultimate baker
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+unsubscr...@googlegroups.com For more options, visit this group at http

Re: Please help me! almost got crazy...with Tree behavior..

2011-01-31 Thread Jeremy Burns | Class Outfit
ewest 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 &g

Re: Please help me! almost got crazy...with Tree behavior..

2011-01-31 Thread rahul jeevan
ity: 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+unsubscr...@googlegroups.com For more optio

Re: need help

2011-01-31 Thread cricket
instead of false in the 4th argument of select(). Speaking of confusing documentation! Yeah, I got sidetracked somewhere and gave the wrong advice. Sorry, andy! -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http:/

Re: need help

2011-01-31 Thread Amit Badkas
rst option as "select > > > something" in cake > > > > The API documentation is still VERY confusing on this. The answer is > > to include 'empty' => false in the array that is the 4th param. > > > > echo select('name', $optio

Re: Please help me! almost got crazy...with Tree behavior..

2011-01-30 Thread Jeremy Burns | Class Outfit
OR " . THESE SOULD BE > CHECK > > -- > 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

Re: need help

2011-01-30 Thread andy_the ultimate baker
t; in cake > > The API documentation is still VERY confusing on this. The answer is > to include 'empty' => false in the array that is the 4th param. > > echo select('name', $options, null, array('id'=>'select_states', > 'empty&#

Re: Jquery Help

2011-01-30 Thread richfarr
te. -- 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+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php

Re: Please help me! almost got crazy...with Tree behavior..

2011-01-30 Thread satya prakash
YOU ARE CHECH IN MODEL QUERYES AND CHECK SYNTAX ; OR ' OR " . THESE SOULD BE CHECK -- 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 quest

Re: Jquery Help

2011-01-29 Thread #2Will
be created using the Form Helper") and is it possible to > use to jquery autocomplete plugin on my site. -- 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 C

Jquery Help

2011-01-29 Thread tubiz
a form ("that will be created using the Form Helper") and is it possible to use to jquery autocomplete plugin on my site. -- 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 ot

Re: need help

2011-01-29 Thread cricket
options, null, array('id'=>'select_states', 'empty' => false)); -- 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+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php

Re: Please help me! almost got crazy...with Tree behavior..

2011-01-29 Thread raymond
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+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php

Re: Please help me! almost got crazy...with Tree behavior..

2011-01-29 Thread Jeremy Burns | Class Outfit
; > } > > and then used generatetreelist() in controller: > > class ItemsController extends AppController { > var $name = 'Items'; > var $modelClass = 'Itemcate'; > var $uses = array('Itemcate'); > > function ca

Please help me! almost got crazy...with Tree behavior..

2011-01-29 Thread raymond
oller: class ItemsController extends AppController { var $name = 'Items'; var $modelClass = 'Itemcate'; var $uses = array('Itemcate'); function category($act = 'index', $id = null) { ... $list =

need help

2011-01-29 Thread andy_the ultimate baker
"> Libya (general) Baladiyat al `Aziziyah Baladiyat al Jufrah can any one suggest me, how to make first option as "select something" in cake please best regards andy -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new

Re: need help in javascript dropdown,

2011-01-27 Thread sanjib dhar
ate and cities in one variable, > > please some suggest me the steps to be fallowed so that i can work on > it. > > i m fresher in javascript. > > -- > Our newest site for the community: CakePHP Video Tutorials > http://tv.cakephp.org > Check out the new CakePHP Quest

need help in javascript dropdown,

2011-01-26 Thread andy_the ultimate baker
y: 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+unsubscr...@googlegroups.com For more options, visit this grou

Help with names

2011-01-25 Thread Dave Maharaj
or anything. Like its not even reading this file at all. Any ideas? -- 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

Re: Need Ajax Help

2011-01-24 Thread andy_the ultimate baker
g box with your confirmMessage, and the buttons > "Cancel", and "OK", and attaches it to the onClick of the link. -- 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 othe

Re: Need Ajax Help

2011-01-24 Thread ShadowCross
iew/1442/link). Essentially, when you use this fourth parameter, the HtmlHelper generates the JS code to display a dialog box with your confirmMessage, and the buttons "Cancel", and "OK", and attaches it to the onClick of the link. -- Our newest site for the community: CakePHP Vi

Re: Need Ajax Help

2011-01-24 Thread andy_the ultimate baker
ete, it deletes the record without alert msg box. it deletes the data without confirmation. give the solution on it. thank u. On Jan 24, 11:43 am, Ryan Schmidt wrote: > On Jan 24, 2011, at 00:39, andy_the ultimate baker wrote: > > > i am trying to delete item using ajax, > > Ok, what have you tried so far? -- 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+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php

Re: Need Ajax Help

2011-01-24 Thread andy_the ultimate baker
ete, it deletes the record without alert msg box. it deletes the data without confirmation. give the solution on it. thank u. On Jan 24, 11:43 am, Ryan Schmidt wrote: > On Jan 24, 2011, at 00:39, andy_the ultimate baker wrote: > > > i am trying to delete item using ajax, > > Ok, what have you tried so far? -- 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+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php

Re: Need Ajax Help

2011-01-23 Thread Ryan Schmidt
On Jan 24, 2011, at 00:39, andy_the ultimate baker wrote: > i am trying to delete item using ajax, Ok, what have you tried so far? -- 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 h

Need Ajax Help

2011-01-23 Thread andy_the ultimate baker
hi, i m new with ajax. i am trying to delete item using ajax, can any one help me regarding ajax, this would be the great help for me thank u andy -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http

<    3   4   5   6   7   8   9   10   11   12   >