Cakephp Problem on server

2013-05-02 Thread Ly Dara
Dear All, I have problem with cakephp project is about it works fines on local but on server it has problem - When I access admin free.peacock-isolution.com/admin - and sometimes when I redirect to some page it show black white page anyone know what is the problem. I am looking to hearing from

Re: Generate Models from an existing Database

2012-09-19 Thread Ly Dara
Hi, Actually, you can use bake console to generate model, controller and view from data table. On Tue, Sep 18, 2012 at 12:51 PM, learning wrote: > Hi all the people, > > I'm using cakephp 1.3, i wants to know if is possible generate > automatically models from an existing database, in symfony2

Re: Find method with multiple tables

2012-09-16 Thread Ly Dara
Dear All, Now I can solve it by using query function instead of find and use my sql query language instead of cakephp language syntax. However, I will post my code later because I still want to find out to use cakephp syntax with complex find condition. Thanks a lot for your taking time to help.

Re: Openg new javascript window with ajax response

2012-09-11 Thread Ly Dara
Now I can find solution: $('#btn_print_preview').click(function(){ if(validate()){ var invoice_no = $('#txt_invoice_code').val(); var note = $('#txt_note').val(); var result = false; $.ajax({

Re: Openg new javascript window with ajax response

2012-09-11 Thread Ly Dara
Dear All, my code is as the following: $('#btn_print_preview').click(function(){ if(validate()){ var invoice_no = $('#txt_invoice_code').val(); var note = $('#txt_note').val(); $.ajax({ type

Re: Cakephp Print pdf

2012-09-04 Thread Ly Dara
Dear Mr. I will post the code tonight i am really sorry. Best Regard, Dara, On Tue, Sep 4, 2012 at 2:50 PM, Mike Griffin wrote: > On Tue, Sep 4, 2012 at 1:38 AM, Ly Dara wrote: > > Dear All, > > > > I want to send data from invoice view with ajax > > > &g

Re: Cakephp Print pdf

2012-09-03 Thread Ly Dara
rectly is unlikely to get you anywhere. > > > Cheers > Daniel > > > On Mon, Sep 3, 2012 at 10:49 PM, Ly Dara wrote: > > Hi Mike, > > > > Are you available on skype my name Ly Dara. > > > > Hope that you can help me. > > > > Thanks! >

Re: Cakephp Print pdf

2012-09-03 Thread Ly Dara
Hi Mike, Are you available on skype my name Ly Dara. Hope that you can help me. Thanks! Dara, On Fri, Aug 31, 2012 at 12:42 AM, Mike Griffin wrote: > What have you tried? Show some code so that it seems like you are > trying things out instead of making very urgent appeals for help. &g

Re: Barcode

2012-08-23 Thread Ly Dara
Dear Mr. Borislav, I will try with your guide and I will need to get more information about this later. And one more I have read and practice the book of cakephp entitled practicing cakephp on controlpanel chapter but it doesn't work and so I want to ask that there is any other way because I want

Re: Submit data to cakephp controller via ajax

2012-08-12 Thread Ly Dara
Dear Mr. Shiv Shankar, Thanks for your help I will try it and may you are available for chatting because it can easy explain and has a lot of advantages. Have a great day! Sincerely, Mr. Manager, On Sun, Aug 12, 2012 at 12:04 AM, Shiv Modi wrote: > Use following syntax: > > > $(document)

Re: Ajax submit Data

2012-08-10 Thread Ly Dara
Dear MetZ, Now I have try with new method. Thanks a lots for your help and I will ask you again later if I cannot do it. Have a great day. Sincerely, Mr. Manager, On Fri, Aug 10, 2012 at 2:57 AM, MetZ wrote: > Oh sorry.. Did not see you double posted :/ > > What are you wondering about? just

Re: Cakephp 2.1 Submit Data with ajax

2012-08-09 Thread Ly Dara
Dear, Thanks a lot for your guide can you have time chatting with me. I am appreciate your response. Best Regard, Ly Dara, On Thu, Aug 9, 2012 at 7:45 AM, MetZ wrote: > Here is the solution: > http://whatswhat.no/development/framework/cakephp-2/465-making-a-jquery-ajax-call-with-se

Re: Crreate invoice form

2012-08-06 Thread Ly Dara
gt; And in file which you set in ajax url write > > $id = $_POST['id']; > $price = $_POST['price']; > > echo $id; //invoice id > echo $price //price on invoice > > It is reall simple case of use jQuery. As I wrote in cake it is > possible to do that lit

Re: Crreate invoice form

2012-08-05 Thread Ly Dara
Can use guide me how to use it? On Sun, Aug 5, 2012 at 2:49 PM, Dominik Gajewski wrote: > I suggest to use JavaScript (jQuery, ..). It is really easy to solve > using jQuery with AJAX. > > > 2012/8/5 Mr. Manager : > > Dear All, > > > > I want to create form input for creating invoice which inclu