Questions tagged [qcodo]

Qcodo Development Framework is an open-source PHP framework that focuses on freeing developers from unnecessary tedious, mundane coding.

22 questions
5
votes
9 answers

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…
codingbear
  • 14,773
  • 20
  • 48
  • 64
4
votes
1 answer

Qcube/Qcodo dynamic input fields

Does anybody have an example how can I add dynamically input fields in my qcubed project? Thanks!
2
votes
1 answer

Fatal error: Call to undefined method QQN::navigation()

Im forced to work on a site that has been built in qcodo 6 years ago. Im doing some work on it for a few years now, and got familiar with it for as much as needed. The documentation is terrible though and now Im stuck on a problem that is literally…
Hans Wassink
  • 2,529
  • 3
  • 30
  • 45
1
vote
1 answer

var_dump does not show anything after post

I'm trying to send data from my React app using the Fetch API to a server. For now, I just would like to see what values are actually being sent to the server. When I try to do a var_dump($_POST) nothing happens even when the response status is…
NoobNewb
  • 583
  • 2
  • 10
  • 21
1
vote
1 answer

Using qcodo with PHP7+

I was just asked to check into what's involved in getting a qcodo-based application (http://www.qcodo.com) updated to work with PHP7+. I've seen others lauding qcubed (http://qcubed.github.io) which seems to be a crowd-sourced fork of qcodo but, as…
Ben Coffin
  • 483
  • 4
  • 13
1
vote
4 answers

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…
AFG
  • 1,675
  • 3
  • 22
  • 23
1
vote
2 answers

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…
Neel Basu
  • 12,638
  • 12
  • 82
  • 146
1
vote
1 answer

How can I assign a class to 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. alt text http://img651.imageshack.us/img651/7121/screenshot211201054338p.png alt text…
Satchel
  • 16,414
  • 23
  • 106
  • 192
1
vote
1 answer

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: http://github.com/allyforce/AF-upload/blob/master/assets/js/_core/post.js alt…
Satchel
  • 16,414
  • 23
  • 106
  • 192
1
vote
2 answers

Switch position of Qcodo elements

I have a checkbox that when clicked shows a drop down list. i just want them to change positions. Problem is when i change positions using php, it throws an ajax error. Since each one is called in a dynamic div id, i cannot really use CSS to…
z320
  • 67
  • 7
0
votes
2 answers

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 serializes/unserializes the object. In the next…
yauros
  • 157
  • 1
  • 3
  • 8
0
votes
1 answer

How to export file xml from QDataGridColumn to zip file for download from a button QCubed/QCodo

its my code .. can anyone help me ? :( public function btnZipDownload_Click($zip, $key, $base) { foreach($this->GetAllControls() as $objControl) { if (substr($objControl->ControlId, 0, 11) == 'chkSelected') { $zip = new…
0
votes
2 answers

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 via Ajax but not getting any kind of responsiveness…
Satchel
  • 16,414
  • 23
  • 106
  • 192
0
votes
2 answers

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,…
Satchel
  • 16,414
  • 23
  • 106
  • 192
0
votes
2 answers

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: …
Satchel
  • 16,414
  • 23
  • 106
  • 192
1
2