[eluser]web-johnny[/eluser]
[quote author="humigen_man666" date="1313439159"]I been having problems installing the files.
I copied the files to my project, added the url helper and database libraries to may autoload.php, and finally connected to the database, but I end up with having only links like this:
Using:
codeigniter 2.0.2[/quote]
You must have your short_tags to on (it is at php.ini). In newer versions I replace all the code <?= to <?php echo , so no one to have the same problem again.