CodeLobster IDE

Free cross-platform PHP IDE (HTML, PHP, CSS, JavaScript, Python code editor) with support Drupal, Joomla, Twig, JQuery, BackboneJS, LaravelJS, Node.js, CodeIgniter, CakePHP, Laravel, Magento, MeteorJS, Phalcon, Symfony, VueJS, WordPress, Yii
It is currently Tue Apr 23, 2024 8:29 am

All times are UTC




Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: My problem
PostPosted: Wed Dec 15, 2010 4:36 pm 
Offline

Joined: Fri Aug 07, 2009 5:31 am
Posts: 33
So far, I have nothing but praise for CodeLobster.

Personally, I would like to see downloads suffixed with the version number, in case I download now but install later, and still want to keep the existing version current.
ie., Current download = CodelobsterPHPEditionSetup3.6.3.exe

On to the problem at hand: I am doing an Ajax update of controls within my pain page.

Drop-down change triggers Javascript which in turn loads Simple Ajax Code-Kit (SACK).
After some preliminary ajax/sack initialization I call another PHP page, from within this javascript function, and this in turn updates the information on the main page.

(pseudo)

main.page.php
{
<script>
function changeStuff(this)
{
do some stuff in here to setup SACK
call second.page.php?parameter=param
}
</script>

<select id="id" name="name" onchange="changeStuff(this)">

}

I hard-coded second.page.php, and everything goes ok.
Now I want to add some DB functionality into second.page.php, but it's failing somewhere in the second.page.php

If I set a breakpoint in second.page.php it doesn't get 'hit' by codelobster, and so it's proving very cumbersome to try and figure out what's going on.

Do you have any suggestions?


Top
 Profile  
 
 Post subject: Re: My problem
PostPosted: Thu Dec 16, 2010 4:19 pm 
Offline
Site Admin

Joined: Wed Sep 12, 2007 2:18 pm
Posts: 3932
Hi.

We have just tested this case exactly and the debugger works OK.
You may send us your code, we will check it also.

Regards,
Codelobster Team.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 76 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2016 phpBB Group