Notice (8): Use of undefined constant VALID_NOT_EMPTY - assumed 'VALID_NOT_EMPTY' [CORE/cake/libs/class_registry.php, line 141]Code | Contextif (class_exists($class) || App::import($type, $pluginPath . $class)) {${$class} =& new $class($settings);$class = "Post" $type = "Model" $_this = ClassRegistry ClassRegistry::$__objects = array ClassRegistry::$__map = array ClassRegistry::$__config = array $false = false $id = false $true = true $objects = array( array( "class" => "Post", "alias" => "Post", "id" => null ) ) $defaults = array() $count = 1 $settings = array( "class" => "Post", "alias" => "Post", "id" => null ) $key = 0 $pluginPath = null $plugin = null $alias = "Post" $model = falseClassRegistry::init() - CORE/cake/libs/class_registry.php, line 141 Controller::loadModel() - CORE/cake/libs/controller/controller.php, line 641 Controller::constructClasses() - CORE/cake/libs/controller/controller.php, line 506 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 186 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171 [main] - APP/webroot/index.php, line 83
Notice (8): Use of undefined constant VALID_NUMBER - assumed 'VALID_NUMBER' [CORE/cake/libs/class_registry.php, line 141]Code | Contextif (class_exists($class) || App::import($type, $pluginPath . $class)) {${$class} =& new $class($settings);$class = "Comment" $type = "Model" $_this = ClassRegistry ClassRegistry::$__objects = array ClassRegistry::$__map = array ClassRegistry::$__config = array $false = false $id = false $true = true $objects = array( array( "class" => "Comment", "alias" => "Comment" ) ) $defaults = array() $count = 1 $settings = array( "class" => "Comment", "alias" => "Comment" ) $key = 0 $pluginPath = null $plugin = null $alias = "Comment" $model = falseClassRegistry::init() - CORE/cake/libs/class_registry.php, line 141 Model::__constructLinkedModel() - CORE/cake/libs/model/model.php, line 658 Model::__createLinks() - CORE/cake/libs/model/model.php, line 629 Model::__construct() - CORE/cake/libs/model/model.php, line 482 ClassRegistry::init() - CORE/cake/libs/class_registry.php, line 141 Controller::loadModel() - CORE/cake/libs/controller/controller.php, line 641 Controller::constructClasses() - CORE/cake/libs/controller/controller.php, line 506 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 186 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171 [main] - APP/webroot/index.php, line 83
Notice (8): Use of undefined constant VALID_EMAIL - assumed 'VALID_EMAIL' [CORE/cake/libs/class_registry.php, line 141]Code | Contextif (class_exists($class) || App::import($type, $pluginPath . $class)) {${$class} =& new $class($settings);$class = "User" $type = "Model" $_this = ClassRegistry ClassRegistry::$__objects = array ClassRegistry::$__map = array ClassRegistry::$__config = array $false = false $id = false $true = true $objects = array( array( "class" => "User", "alias" => "User" ) ) $defaults = array() $count = 1 $settings = array( "class" => "User", "alias" => "User" ) $key = 0 $pluginPath = null $plugin = null $alias = "User" $model = falseClassRegistry::init() - CORE/cake/libs/class_registry.php, line 141 Model::__constructLinkedModel() - CORE/cake/libs/model/model.php, line 658 Model::__createLinks() - CORE/cake/libs/model/model.php, line 629 Model::__construct() - CORE/cake/libs/model/model.php, line 482 ClassRegistry::init() - CORE/cake/libs/class_registry.php, line 141 Model::__constructLinkedModel() - CORE/cake/libs/model/model.php, line 658 Model::__createLinks() - CORE/cake/libs/model/model.php, line 629 Model::__construct() - CORE/cake/libs/model/model.php, line 482 ClassRegistry::init() - CORE/cake/libs/class_registry.php, line 141 Controller::loadModel() - CORE/cake/libs/controller/controller.php, line 641 Controller::constructClasses() - CORE/cake/libs/controller/controller.php, line 506 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 186 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171 [main] - APP/webroot/index.php, line 83
Hi all,
Just wanted to let you all know about a little project I've been working on. After using my media pc for a couple of days I figured the webinterface was way too demanding because it's creating a new connection every second. Not that the media pc is too slow to handle it, but if it's not really necessary than why not use something better right? So I started looking for non-webbased gui clients and found some nice ones. But neither of them really made me want to use it on the long term. So I decided to write my own client since I hadn't been programming in Qt for a while and I really enjoy doing that. QtMPC was born...
A friend of mine and myself decided we could also set up a website containing all (future) projects of ourselves, though currently it only contains QtMPC.
You can get the source by using subversion, for more details read: http://lowblog.nl/category/qtmpc/
Copyright 2004-2010 Sander Knopper, powered by Knopper ICT