Hey everyone,
I am just letting you guys know that if you are trying to first develop with this that it will not work if your PHP is setup as a CGI. I don't know why, I have emailed the writer of the class but haven't recieved word back yet.
I know this because I tried his example and it didn't work. I am sure I had everything in the database setup right for the google suggest clone and it just wasn't working. I then looked at the outputed source from view source and saw that the bottom tag was looking like:
<script type="text/javascript">
ajaxac_attachWidget('__query', 'fq');
ajaxac_attachWidget('__results', 'search-results');
</script>
<script type="text/javascript" src="/php/php.exe/jsapp"></script>
Instead of:
<script type="text/javascript">
ajaxac_attachWidget('__query', 'fq');
ajaxac_attachWidget('__results', 'search-results');
</script>
<script type="text/javascript" src="/examples/GoogleSuggestCloneJax/index.php/jsapp"></script>
Just letting you guys know and hope this helps someone out there.
Chad