QCubed - A PHP5 rapid development MVC framework.
Home  |  Updates

Screencasts

First Steps with the Framework

splash.png splashFromScratch.png debuggingSplash.png
One: Intro to User
Interface Framework
Two: Building QForms from Scratch,
thru an example of a login page
Three: Debugging QCubed
Applications: JavaScript, SQL, PHP
mvc_thumb.png db_modelling_thumb.png
Four: Model-View-Controller (MVC)
in QCubed
Five: Data Modeling -
One-to-Many and Many-to-Many

Installation and Configuration of QCubed

splashInstall.png pluginSplash.png
Initial Configuration of QCubed 1.1 Installing Plugins

Older Screencasts

QCodo tutorial that's still very relevant.

User offline. Last seen 14 weeks 3 days ago. Offline
Joined: 07/10/2008

These are great guys, how do I create one?

alex94040's picture
User offline. Last seen 10 hours 9 min ago. Offline
Joined: 11/06/2008

Thanks!

Discussion on tools for screencast creation: http://qcu.be/content/screencasts

User offline. Last seen 14 weeks 1 day ago. Offline
Joined: 02/24/2009

Awesome videos! Please make more when time permits.

User offline. Last seen 36 weeks 2 days ago. Offline
Joined: 03/31/2008

Alex, I am using Komodo. I can get Class intellisense (i.e after typing "new" I get all the different class suggestions).
However when trying to access properties, I don't really get what you are getting in the screencasts. For example:

$this->lblMessage = new QLabel($this);
$this->lblMessage->Text = 'Click the button to change my message.';

I get the suggestion for the 'QLabel' after typing 'new'+ SPACE.

However, after typing '$this->lblMessage->' I don't get 'Text' as a suggestion (you did in your video).

How do I enable that?

Thanks a lot!!

alex94040's picture
User offline. Last seen 10 hours 9 min ago. Offline
Joined: 11/06/2008

Bebel - no good news on IntelliSense-like functionality in Komodo. It's spotty at best. I didn't do anything to enable it. It's just buggy as hell in Komodo.

User offline. Last seen 36 weeks 2 days ago. Offline
Joined: 03/31/2008

Thanks for the reply Alex.

akrohn's picture
User offline. Last seen 8 hours 35 min ago. Offline
Joined: 11/14/2008

If Komodo supports using the @property tag of classes for intellisense than this should work, with the new documentation patch for the QControls package.