php Programming Glossary: show_error
SMTP Gmail error with Codeigniter 2.1.3 http://stackoverflow.com/questions/13469891/smtp-gmail-error-with-codeigniter-2-1-3 is email test if this email send echo 'Email Send' else show_error this email print_debugger and the error always like this Message.. message if this email send echo 'Email sent.' else show_error this email print_debugger This is a working code which i am..
CodeIgniter: Try Catch is not working in model class http://stackoverflow.com/questions/15858372/codeigniter-try-catch-is-not-working-in-model-class will call some vague CI error_logging thingie called show_error . What you need to do is setup proper exception handling. Basically.. Hope this helps. You will also need to intercept the CI show_error method. Place this in application core MY_exceptions.php class.. class MY_Exceptions extends CI_Exceptions function show_error heading message template 'error_general' status_code 500 log_message..
Always show Previous & Next links using CodeIgniter Pagination Class http://stackoverflow.com/questions/16027480/always-show-previous-next-links-using-codeigniter-pagination-class this num_links int this num_links if this num_links 1 show_error 'Your number of links must be a positive number.' Is the page..
Setting Up Emails in Code Igniter 2.02 http://stackoverflow.com/questions/6487649/setting-up-emails-in-code-igniter-2-02 if this email send echo 'Your email was sent dude.' else show_error this email print_debugger php codeigniter php frameworks ..
Reset password function in php codeigniter http://stackoverflow.com/questions/7579124/reset-password-function-in-php-codeigniter echo 'Please check your email to reset password.' else show_error this email print_debugger email check for forget password..
CodeIgniter 2.0.3 Pagination Class starting page http://stackoverflow.com/questions/7666254/codeigniter-2-0-3-pagination-class-starting-page this num_links int this num_links if this num_links 1 show_error 'Your number of links must be a positive number.' if is_numeric..
Email Contact form [closed] http://stackoverflow.com/questions/8781083/email-contact-form not valid show error message if preg_match w @ w . w email show_error E mail address not valid Ok i have tried and tried to make one..
Send email by Email Class in codeigniter with Gmail http://stackoverflow.com/questions/9564400/send-email-by-email-class-in-codeigniter-with-gmail email send echo 'Your email was sent successfully.' else show_error this email print_debugger I changed SMTP in php.ini as this..
|