[ create a new paste ] login | about

hwsamuel

Name: Hamman Samuel
Email:
Site/Blog: http://www.hwsamuel.com
Location: Canada
Default language: PHP
Favorite languages: PHP, VB.NET, Java
About:

Saved pastes by hwsamuel:

PHP, pasted on Apr 27:
1
2
3
4
5
<?php if (!defined('BASEPATH')) exit('No direct script access allowed');

require_once(APPPATH.'third_party/rb/rb.php');

class Rb extends RedBean_Facade {
...
view (20 lines)
PHP, pasted on Apr 24:
1
2
3
4
5
<?php if (!defined('BASEPATH')) exit('No direct script access allowed');

require_once(APPPATH.'third_party/smarty/Smarty.class.php');

class CI_Smarty extends Smarty {
...
view (18 lines)
PHP, pasted on Apr 24:
1
2
3
4
5
<?php if (!defined('BASEPATH')) exit('No direct script access allowed');

class Rb {
	
	function __construct() {
...
view (21 lines, 1 comment)