Re: Update gone wrong.

2007-10-30 Thread junal
im kinda facing similar problem once i uploaded cake 1.2 pre-beta in the server,. this bellow msg im getting which is really weird... Warning (2): loadcomponent(D:\apache\htdocs\sample\cake\libs\controller \components\session.php) [function.loadcomponent]: failed to open stream: No such file or d

Re: What is Vogoo PHP and FreeTag PHP Lib

2007-09-02 Thread junal
just go to google and search with "what is Vogoo PHP" "what is FreeTag PHP Lib" hope you will get your all answers. On Sep 1, 5:20 pm, "Ayaz Khan, Indore, India" <[EMAIL PROTECTED]> wrote: > Hi friends, I am new for php and cakephp so I want to know that what > is Vogoo PHP and FreeTag PHP Lib. w

Re: Reset problem

2007-08-05 Thread junal
Make sure your reset button inside the "form". On Aug 4, 4:13 pm, sharath <[EMAIL PROTECTED]> wrote: > Hi All, >In my editing form, the fileds are not resetting. > This is my code... > onclick="validation();"> > > Here If I click on reset button, the values are not resetting.. > Is the

Re: Newbie Introduction Book ... reviews anyone?

2007-07-28 Thread junal
i would like to check it out ..:) junal53 at gmail dot com On Jul 28, 12:14 am, Dave <[EMAIL PROTECTED]> wrote: > I'm working on a Newbie's Introduction to CakePHP book and would like > to invite anyone who would like to review it for errors or > considerations I may have overlooked. Let me know,

Cake Running Problem

2007-05-26 Thread Junal Rahman
hey guys. i installed my cake and used it like 15 days ago. it ran well n everything worked fine ! but after 15 days same application is not working properly. my actual URL was http://localhost/myapp/ but when i try to access, it redirects me to http://localhost/user/login and shows this below mes

Re: ajax in cakephp

2007-05-10 Thread junal
use Ajax helper... http://manual.cakephp.org/chapter/helpers On May 9, 3:30 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hi, > I am new to cakephp. i want to use AJAX with cakephp. but i am > finding it difficult can anyone help me . > > Thanks --~--~-~--~~~-

Re: findAll with specific fields and hasMany relation

2007-05-09 Thread junal
i guess you have to use belongsTo for B model. On May 8, 4:46 pm, peper <[EMAIL PROTECTED]> wrote: > Hi, > > Let's say I've got two models A and B , and the relation is > A hasMany B > > Now I want to "findAll" A's with corresponding B's . > > this->A->findAll() works OK. > > I can specify fie

Re: cake 1.1 & cake1.2 on Windows apache 2.2.4 Crashes

2007-05-01 Thread junal
i dont thing you can rename any config file. so set it bak to the prev name... On Apr 30, 7:50 pm, "Sam Sherlock" <[EMAIL PROTECTED]> wrote: > I renamed the .htaccess to htaccess.txt & changed the directive for internal > rewrite. > > On 30/04/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > >

Re: Autocomplete

2007-04-27 Thread junal
hey majnathx for this solution ...i had similar problem :) On Apr 27, 5:17 pm, junal <[EMAIL PROTECTED]> wrote: > thx majan ...i had similar problem .thx for this solution :) > > On Apr 27, 4:19 pm, majna <[EMAIL PROTECTED]> wrote: > > > class Autoco

Re: Autocomplete

2007-04-27 Thread junal
thx majan ...i had similar problem .thx for this solution :) On Apr 27, 4:19 pm, majna <[EMAIL PROTECTED]> wrote: > class AutocompleteComponent extends Object { > > add: > var $ac_limit = 10; > var $ac_order = 10; > var $ac_fields= null; > ... > > and: > > $results = $controller->{$model}->fi

Re: Thank You for CakePHP

2007-03-18 Thread junal
yes! Thank you all CakePHP developers. On Mar 18, 9:34 pm, "tracyfloyd" <[EMAIL PROTECTED]> wrote: > Ditto. > The Cake team is creating some amazing software here. > > On Mar 18, 9:49 am, "gerbenzomp" <[EMAIL PROTECTED]> wrote: > > > There's so much love put into the development of Cake, that any

Re: Details about Cake PHP

2007-03-10 Thread junal
okay thats finethen there should have another group for new programmer...where no body gets rude !.. On Mar 10, 6:03 pm, "jitka" <[EMAIL PROTECTED]> wrote: > Try manual.cakephp.org, start at 1st chapter, and when You will read > 'Cake Blog Tutorial', You will be quite well prepared to und

Re: Strange findAll Result with complex query

2007-03-08 Thread junal
im not sure, but how about if you use recursive=2/3 ? On Mar 8, 2:15 pm, "Aldo" <[EMAIL PROTECTED]> wrote: > Yes, thats what I ended up with ;-) > Thanks! > > On Mar 8, 2:29 am, "Sergei" <[EMAIL PROTECTED]> wrote: > > > Idea is simple: > > > Use $this->query() to make custom sql queries. Don't me

Ajax tutorials

2007-02-23 Thread Junal Rahman
I want to use Ajax in Cakephp. Can anybody give me a link of example where i can see how to use Ajax in cake. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to cake

Re: Sum problem

2007-02-23 Thread junal
, not simply to PHP. > > foreach($yourArray as $yourValue) > $totalTime += $yourValue; > > Eric > > On 2/22/07, Junal Rahman <[EMAIL PROTECTED]> wrote: > > > > > hi everybody ! im net at cakePhp. im trying to show data from different > > tables. i hav

Sum problem

2007-02-22 Thread Junal Rahman
hi everybody ! im net at cakePhp. im trying to show data from different tables. i have done it. problem is i want to sum the total time of the array. let say i have data like this $data['Style']['Sp'][0]['Test'][0]['time']. i have been using a foreach loop to show the data. here Style Sp n Test

Re: Setting dynamic menu + submenu

2007-02-17 Thread junal
i dont know why you are thinking that way. you got ELEMENT to place your menus. and to make your menus dynamic why dont you use CSS. thank you. On Feb 17, 2:56 am, "cakerdude" <[EMAIL PROTECTED]> wrote: > Hi there. I'm quite new at cake but definitely jumping in to it. > I have a question though.