Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
9answers
5k views

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 ...
1
vote
1answer
141 views

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

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 ...
1
vote
1answer
107 views

Getting javascript wrapper error in Qcodo PHP Framework

Seem to be getting an error but can't figure out how to drill down further. Typically use Firebug to figure-out JavaScript: The referenced file post.js can be found here: ...
0
votes
2answers
84 views

trying to avoid serialization in php with qcodo

i am having a little problems when storing objects in session. According what i think i understood, if the class is serializable and you include it before calling session_start(), php automatically ...
0
votes
3answers
208 views

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 ...
0
votes
2answers
269 views

Helping using FirePHP to debug a .php application

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 ...
0
votes
2answers
78 views

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 ...
0
votes
2answers
295 views

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 ...
0
votes
2answers
55 views

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 ...
0
votes
5answers
1k views

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 ...
-1
votes
3answers
206 views

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. ...