public
Description: CakePHP Plugin - Add an Ajax chat to your app
Homepage:
Clone URL: git://github.com/mcurry/chat.git
chat / chat_app_model.php
100644 17 lines (15 sloc) 0.339 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?php
/*
* CakePHP Ajax Chat Plugin (using jQuery);
* Copyright (c) 2008 Matt Curry
* www.PseudoCoder.com
* http://github.com/mcurry/cakephp/tree/master/plugins/chat
* http://sandbox2.pseudocoder.com/demo/chat
*
* @author Matt Curry <matt@pseudocoder.com>
* @license MIT
*
*/
 
class ChatAppModel extends AppModel {
 
}
?>