Re: Upload file to server with cakephp 1.2

2012-06-26 Thread Raj Dudi
Error and your code please On Tue, Jun 26, 2012 at 12:02 PM, Mr. Manager lyda...@gmail.com wrote: Dear All, I want to update file to server and save file name into table with cakephp 1.2. And I try to use many tutorials but it doesn't work. Thanks in advance! Sincerely Yours, Mr.

Re: Passing each record of array to other view

2012-06-26 Thread Raj Dudi
May be you want to use foreach and then set with variable as data[i] so that it is available in view seperatly On Tue, Jun 26, 2012 at 11:43 AM, Roshan regmiros...@gmail.com wrote: Hi I have received the following array as a result of var_dump($x). array(2) { [0]= array(1)

Re: Slightly different models, merge or separate?

2012-06-26 Thread Raj Dudi
By model, I assume you mean table. Then I think it is nice to have two table and have a foreign key to relate them. Also you can have many columns in the second table so that it could address most of the data. But yes, if you feel there will be many many columns then you may have more table with

Re: getting javascript helpers missing error.

2012-06-22 Thread Raj Dudi
/cake/articles# → Dispatcher-dispatch(CakeRequest, CakeResponse) http://localhost/cake/articles# what i have to do. please tell me. On Thursday, 21 June 2012 18:37:43 UTC+5:30, Raj Dudi wrote: @Shamsuddin : Posting a tutorial is not possibleplease specify, what you have done

Re: getting javascript helpers missing error.

2012-06-22 Thread Raj Dudi
Also to include the Javascript library, you can use echo $html-script(jquery); On Friday, 22 June 2012 10:22:27 UTC+2, Raj Dudi wrote: Hello, Which version of cakephp are you using ? If you are using cakephp2, then javascript helper is no more there and you should use Js helper. Also

Re: getting javascript helpers missing error.

2012-06-22 Thread Raj Dudi
MCA Hyderabad Cell: +91- 9642955952, 8985188330 On Fri, Jun 22, 2012 at 1:54 PM, Raj Dudi rajender...@gmail.com wrote: Also to include the Javascript library, you can use echo $html-script(jquery); On Friday, 22

Re: getting javascript helpers missing error.

2012-06-22 Thread Raj Dudi
of javascript. with Regards, SHAMSUDDIN MOHD MCA Hyderabad Cell: +91- 9642955952, 8985188330 On Fri, Jun 22, 2012 at 2:38 PM, Raj Dudi rajender...@gmail.com wrote: What is the version of cakephp ? cakephp 2 do

Re: getting javascript helpers missing error.

2012-06-22 Thread Raj Dudi
MCA Hyderabad Cell: +91- 9642955952, 8985188330 On Fri, Jun 22, 2012 at 2:59 PM, Raj Dudi rajender...@gmail.com wrote: Yeah then in your articles controller, you should use helper as Js.Also in index.php you should change $Javascript

Re: getting javascript helpers missing error.

2012-06-21 Thread Raj Dudi
@Shamsuddin : Posting a tutorial is not possibleplease specify, what you have done and where you are getting problem On Thu, Jun 21, 2012 at 6:53 AM, shamsuddin mohammed mdshamsuddin@gmail.com wrote: hi all i am new to cakephp, i am getting an error while using jqueryui tabs. could

Re: getting javascript helpers missing error.

2012-06-21 Thread Raj Dudi
@Shamsuddin : Posting a tutorial is not possibleplease specify, what you have done and where you are getting problem On Thursday, 21 June 2012 06:53:39 UTC+2, shamsuddin mohammed wrote: hi all i am new to cakephp, i am getting an error while using jqueryui tabs. could any one please