qcodo

How do I fix a fatal error: cannot redeclare class that's only on Macintosh?

I get this fatal error only when I run on a Macintosh, but not on a windows browser, which doesn't make sense since, other than checking for the Browser condition, the conditional loops run the same code: Can someone help me understand how to stop this error in php? The error occurs on the FIRST instance of QEnterKeyEvent...and NOT the ...

how could I write as a static page in php dynamic content?

I have certain user information that they are willing to make public and searchable. I'm thinking ala LinkedIn these should be generated static-pages that reside on our server with a fixed URL. What, technically, is the recommended way to do this? Here is the use case: a user indicates that he has contacts at an account, say, Gymboree...

Qcodo vs. CakePHP vs. Zend

I have some exposure to CakePHP and think it is a great framework. Then, I run into this thing called Qcodo. It is another PHP Framework. I've been hearing Zend alot. They all seem very neat, but I'm wondering what are differences between all these frameworks. Before I waste too much time learning another framework, does anyone know p...

Data content not rendering on the webpage: Server not replying back

My page is made in php, I have qcodo which is layered on top of my database for the website. Occasionally, the webpage does not render and instead of the content it should display it displays the website URL in the body. This problem started occurring after I added few fields in the database. At first I thought this might be a qcodo pr...

Getting facebox to work in the qcodo/qcube php framework

I am using a framework called qcodo (which forked as qcubed) and is a PHP framework. I want to do a very simple popup using the Facebox jquery plugin. When someone clicks on the link and shown below in line 47. Here is the file: http://github.com/allyforce/AF-upload/blob/master/Templates/profile_activity.tpl.php <a href="complete_pr...

Autocomplete in .php framework doesn't seem to work any longer

I have a basic Autocomplete and Add to the database function and , for some reason, it has stopped working completely and I don't get any useful information from Firebug or otherwise what could be the problem. I am guessing it is something simple, but don't know where to look. This is the library where I am making the call: http://git...

Helping using FirePHP to debug a .php application

Hi, just set up FirePHP and using a framework called Qcodo / Qcubed. Has anyone heard of these on SO? Been having challenges debugging -- trying to do a fairly simple new() and save() and then output via Ajax but not getting any kind of responsiveness from errors. Any help for us, two of us have checked it out but can't seem to get a ...

Getting javascript wrapper error in Qcodo PHP Framework

Hello, Seem to be getting an error but can't figure out how to drill down further. Typically use Firebug to figure-out javscript: The referenced file post.js can be found here: http://github.com/allyforce/AF-upload/blob/master/assets/js/_core/post.js ...

How can I assign a class to <th> created by QDataGrid in qcodo/qcubed?

Hi, I am trying to add a class to the tag so that I can control its attributes, particularly width. Here is what the generated HTML looks like with class empty. As you can see, there are several tags which I would love to be able to assign a class to so that I can do the styling from an external css file, rather than doing it with...

PHP ORM Solution for SqlServer

I am searching for DAL or ORM (Only ORM no MVC) Solution in PHP5 that can efficiently access SqlServer. I am new to SqlServer. and I need to code a part of ASP.net website in PHP5. I am currently Using QCodo However its codegenerator is making some problem with ASP's own tables (?? the ASP Guys told me that its for ASP's Membership Manag...

QCodo SqlServer Codegeneration Unsupported Field Type: sysname

HI! All I am quite new to QCodo and SqlServer too. QCodo Code Generation works fine for MySQL It also works with General SqlServer Tables (However I got errors with Tables that doesn't have a PK) But I've faced the Following Error from the Code generator While Connecting to a Database that is being used for an ASP.net Website. error: MS...