Re: Integrating Microsoft ASP with CakePHP

2009-07-07 Thread simon...@gmail.com
I know that. But the Credit Card System of VISA is not available in PHP and it probably wouldn't work with PHP. On Jul 6, 5:47 pm, Miles J mileswjohn...@gmail.com wrote: ASP and PHP are both separate languages. On Jul 6, 1:27 pm, simon...@gmail.com simon...@gmail.com wrote: Hi Everyone

Re: Integrating Microsoft ASP with CakePHP

2009-07-07 Thread simon...@gmail.com
...@alastairmoore.com wrote: On Jul 6, 9:27 pm, simon...@gmail.com simon...@gmail.com wrote: Hi Everyone, I did a website using CakePHP. Now I need to do an e-store in this website using Microsoft ASP and Components. I need to use VISA Credit Card and VISA did sent me an example that use ASP

Re: Integrating Microsoft ASP with CakePHP

2009-07-07 Thread simon...@gmail.com
...@gmail.com wrote: ASP and PHP are both separate languages. On Jul 6, 1:27 pm, simon...@gmail.com simon...@gmail.com wrote: Hi Everyone, I did a website using CakePHP. Now I need to do an e-store in this website using Microsoft ASP and Components. I need to use VISA Credit Card

Re: Integrating Microsoft ASP with CakePHP

2009-07-07 Thread simon...@gmail.com
I did an e-store like this one last month using php and asp. Without no problem. What is the difference with Cake and PHP is that it use methods. If I call a webpage with the name of page2.asp I have to create a method page2.asp or page2 and remove the .asp. Probably it will be rewritten to PHP

Re: Integrating Microsoft ASP with CakePHP

2009-07-07 Thread simon...@gmail.com
are these required Components? What type of example did you get from VISA? On Jul 7, 4:27 am, simon...@gmail.com simon...@gmail.com wrote: Hi Everyone, I did a website using CakePHP. Now I need to do an e-store in this website using Microsoft ASP and Components. I need to use VISA Credit Card

Integrating Microsoft ASP with CakePHP

2009-07-06 Thread simon...@gmail.com
Hi Everyone, I did a website using CakePHP. Now I need to do an e-store in this website using Microsoft ASP and Components. I need to use VISA Credit Card and VISA did sent me an example that use ASP and some Components. The Components are already on the server. What is the best way for me to

$content_for_layout Question

2009-06-03 Thread simon...@gmail.com
Good Night, How can I change the variable $content_for_layout depending on a situation? Like if I use and IF and ELSE. For IF the $content_for_layout would have a value and for ELSE, there would be a different value. How could I do that? Regards,

find(list) doesn't bring back the user choice that is written in the database

2009-05-29 Thread simon...@gmail.com
Good Afternoon, I did create a listbox using find(list). It did write the choise 3 in the database. But when I want to edit this choice, it doesn't appear selected. I'm new to this function so I don't know if there is a method or something I should use in this function. Regards,

How can I configure the value of CAKE_CORE_INCLUDE_PATH?

2009-05-27 Thread simon...@gmail.com
Hi, I did a website using CakePHP, I need to configure the CAKE_CORE_INCLUDE_PATH (app/webroot/index.php). How can I do that? Someone has an example? I need to know the complete path of my server to be able to do that? Using phpinfo()? Regards,

CakePHP 1.2 Javascript Problem

2009-04-29 Thread simon...@gmail.com
Hi, When I was using the older version of cakephp, I was using javascript in a view this way: ?php echo $javascript-link('util'); ? In the version 1.2, it doesn't work. What is the sintax I have to use? Regards, --~--~-~--~~~---~--~~ You

Website on computer works, when on ftp it doesn't

2009-04-24 Thread simon...@gmail.com
Good Evening, I did create my website using cakephp on Windows XP with Xampp. It was working perfectly. Then I did send all the files to my ftp and for some reason there is a problem that I've not found the answer yet. You can see the error at this adress:

How to update two divs with $ajax-link?

2009-02-22 Thread simon...@gmail.com
Hi, I have two divs 1- menucardapio 2- cardapioclique I'm using this code to update the div menucardapio: lia href=# ?php echo $ajax-link('Monte', '/monte', array('update' = 'menucardapio') ); ?/a/li ?php echo $ajax-div('menucardapio'); ? ... ?php echo $ajax-divEnd('menucardapio'); ?

Problems with code using cake 1.2

2009-02-15 Thread simon...@gmail.com
Good Night, I'm trying to make this code work but they are 3 problems with it. Here are the 3 errors: Method HtmlHelper::FormHelper does not exist Method HtmlHelper::hiddenTag does not exist Method HtmlHelper::radio does not exist Heres's the file general.ctp that I'm using: I tryied to