Toronto web design - 3magine Inc.

1 (866) 365 2407

Levitra online Vicodin Online Propecia online

Labs

Currently Viewing: CodeIgniter

Looking for an experienced CodeIgniter or Kohana contract programmer.

We are currently seeking to hire an experienced CodeIgniter or Kohana programmer on a contract basis. Please submit your resume and links to your work along with your hourly rate to krystian@3magine.com.

Tags: , ,

Sunday, December 21st, 2008 What's New 1 Comment

BBClone and CodeIgniter

We ran into an issue with trying to get BBClone working under CodeIgniter earlier this week. We found that you cannot include the BBClone code in a controller, or a view page, but instead have to add it to the index.php file in your CodeIgniter root directory. We found the solution over at the CodeIgniter forums, and wanted to share it with everyone.

After BBClone is installed and configured, add this code to the index.php in your CodeIgniter installation directory.

$page = $_SERVER["REQUEST_URI"];
define("_BBC_PAGE_NAME", $page);
define("_BBCLONE_DIR", "bbcode/");
define("COUNTER", _BBCLONE_DIR."mark_page.php");
if (is_readable(COUNTER)) include_once(COUNTER);

Tags: ,

Thursday, November 27th, 2008 Websites 1 Comment