Questions tagged [qcubed]

QCubed is a PHP framework for rapid web development. Building on top of jQuery, with OOP at its core, QCubed provides a powerful solution for building database-driven Web 2.0 applications.

19 questions
0
votes
1 answer

datagrid adding sorting function to a non data column

I have 4 columns in a datagrid. The manuals give examples on how to sort on a column derived from the database using the array('OrderByClause' => QQ::OrderBy(QQN::Pubs()->Name) however, I want to sort on a calculated results…
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
-1
votes
2 answers

Qcubed button not working?

I'm using xampp 1.8.1 and Qcubed 2.1.0.. both were installed successfully. We successfully created database tables in phpmyadmin. While inserting values through phpmyadmin you can see the records in Qdatagrid But when we reach the form drafts, the…
Shaima
  • 101
  • 6
1
2