06.11
php
saved
Crazy
Note
Added the including of the javascript
Added the including of the javascript
- //in your layout
- //In your view
- //in your controller(in my case shoutbox_controller.php)
- function add() {
- $this->set("result", "wOOt, it works!");
- $this->render("add", 'ajax');
- }
Parsed in 0.079 seconds, using GeSHi 1.0.7.14