Qcodo Development Framework is an open-source PHP framework that focuses on freeing developers from unnecessary tedious, mundane coding.
Questions tagged [qcodo]
22 questions
0
votes
2 answers
Qcodo/Qcube gen model error "syntax error, unexpected ')' in"
I'm using a framework called Qcube. before it was known for the name Qcodo. It has this feature called codegen where it generated model for all of your database table including their relations if any. The problem is that its generated files have…

Ikoy
- 82
- 1
- 7
0
votes
2 answers
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…
user188161
0
votes
1 answer
QCubed/QCodo LoadAll Not Defined
I'm using Qcubed framework for my application and i'm getting this error:
Fatal error: Call to undefined method Users::LoadAll() in C:\xampp\htdocs\andret\admin\users.php on line 183
What is the cause of this problem?

Antonio Papa
- 1,596
- 3
- 20
- 38
0
votes
2 answers
QCubed/QCodo ORM Left Join
I am using QCubed php framework. I need any information regarding manuals or doc about qcubed (or qcodo) orm, or if someone has experience with QCubed, please can help me build or make a left/right join using orm ?

gezimi005
- 381
- 1
- 8
0
votes
1 answer
Weird Return Value Logic Error from PHP Recursion
I need to write a recursive function to search through a set of parent and children link headers, then get the names of embedded key values per header. Ex. Clothing->Men->Shoes. Now, each category has an unknown number of values attached to them. …

Chewy
- 196
- 1
- 12
0
votes
1 answer
Finding class file path from function call in qcodo
I am new with qcodo framework, trying to debug some code.
$variable=ClassName::FunctionName($this->obj);
is there any method to find the path of the class file 'ClassName' which works here? i want to check is the correct class file is working. any…

Soji
- 155
- 1
- 12
-1
votes
3 answers
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…

AFG
- 1,675
- 3
- 22
- 23