Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Children Drivers #2036

Merged
merged 2 commits into from Nov 28, 2012
Merged

Children Drivers #2036

merged 2 commits into from Nov 28, 2012

Conversation

ghost
Copy link

@ghost ghost commented Nov 27, 2012

This allows developers to create children drivers that are not prefix
with "CI_". This is a nity grity change, however it keeps with the
mindset that class names that start with CI_ are typically overrides of
core classes.

This allows developers to create children drivers that are not prefix
with "CI_". This is a nity grity change, however it keeps with the
mindset that class names that start with CI_ are typically overrides of
core classes.
$msg = 'Unable to load the requested driver: '.$class_name;
log_message('error', $msg);
show_error($msg);
// last ditch effort. Maybe someone is coding by the 2.1 driver style.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you just remove this comment? The rest looks good. :)

@dchill42
Copy link
Contributor

👍

As requested removed useless comment
narfbg added a commit that referenced this pull request Nov 28, 2012
@narfbg narfbg merged commit 539f34e into bcit-ci:develop Nov 28, 2012
nonchip pushed a commit to nonchip/CodeIgniter that referenced this pull request Jun 29, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants