Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
and d261b1e89c3d4d5191036d5a5660ef6764e593a0
|
|
|
|
|
|
|
|
Remember this is entirely optional, nothing will change if you do not which to use Multiple Environments just like right now. If you DO set CI_ENV you can manipulate the switch that controls error reporting, etc, so set it to "production" on your live site to hide errors from users. If you don't require this logic you can remove it, or change it entirely to check HTTP_HOST for environment subdomains, or check IP address, etc.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/tests/codeigniter/database/query_builder/where_test.php by d6d1150959c95e43d310d0bc45f8bd674ff6460c
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
New config load sequence
|
|
into new-config-load-sequence
|
|
|
|
|
|
|
|
|
|
automatic list formatting was broken
|
|
|
|
create_captcha() helper documentation
|
|
|
|
|
|
Continuation of Unit-Testing
|
|
|
|
|
|
|
|
Allowing main constants defined via phpunit config or other bootstraper
|
|
|
|
|
|
Escape test
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Alter the escape like test, since it use raw SQL via query(), the sql st...
|
|
statement would need to add ESCAPE clause for database(s) other than mysql
|