codeigniter - auth tank 1.0.7 -


recently went 1.0.8 new codeigniter 2.0 release. still use codeigniter 1.7.3 , finding auth tank 1.0.8 doesnt work it. tried looking version history on auth tanks website couldn't . 1 know can auth tank 1.0.7?

you should able access svn repository here , using svn client (tortoise svn or whatever) go in revisions , versions 1.0.7. here repo: https://tankauth.svn.sourceforge.net/svnroot/tankauth/ - although, issues having 1.0.8 anyway? error messages getting?

the issue fact ci 2 introduced changes how controllers , models extended. in ci 1.7.2 / 1.7.3 controllers , models extended controller , model respetively, in ci 2 controllers extend ci_controller , models extend ci_model.

maybe go through code , make sure tank auth extending latter , not ci_ prefixed controllers , models.

also in ci 2 models , controllers call parent class via parent::__construct(), in ci 1.7.x contructor functions called parent class this: parent::controller() , parent::model().

i think besides 2 dramatic changes, not else changed in way of dramatic changes between version jump.


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -