|
I am wondering why this framework (QCodo) is almost forgotten and totally unpopular.
I've started using it a few years ago and it is the only thing that keeps me with PHP. Yeah ... its development is stuck (that's why there is now more active branch Qcubed...
Started by Pawel on
, 20 posts
by 20 people.
Answer Snippets (Read the full thread at stackoverflow):
Qcodo and ....
But use Qcodo forums to search for problems/questions you may have.
Qcubed, a branch of Qcodo and not with Qcodo.
Qcodo appears to be dying a slow death.
Will continue on Qcodo anytime soon.
|
|
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...
Started by Angela on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
This issue/topic is being discussed in depth at http:/....
This is a very common mistake.
I will try to guess: have you declared your method as public? In the template you can access only public properties and methods .
You should print the error you get.
|
|
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...
Started by bLee on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
Wikipedia has a list of web app frameworks by language , you might find information... .
I used mainly Qcodo/Qcubed to be intuitive and have never looked into Qcodo.
I think Simfony is the best PHP framework although I have not use it .
|
Ask your Facebook Friends
|
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...
Started by Anubhav Chopra on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
It ended up it was due to an empty line that was somehow appended to one... .
Uhm, something very similar happened to me long time ago .
If the error is not consistent then it could be your web/db server is busy .
No errors? Try to turn on error and warnings.
|
|
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...
Started by AFG on
, 5 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
See this....
Oh look.
'; } }
There's a community branch of QCodo called QCubed, and they appear to have a fix in QA right now from the QCodo codebase? If so, you probably ought to report the issue via their "Bugs and Issues" forum.
|
|
I am a capable programmer and I write software for a living. I am taking up a new project to build a website that has a bunch of forms that perform CRUD operations on a database and some multimedia. I am very familiar with PHP and Python and have written...
Started by mansu on
, 17 posts
by 17 people.
Answer Snippets (Read the full thread at stackoverflow):
Until now I have used Qcodo and Qcubed, but you generate your interface only from the database.
|