⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠

  •     

profile picture

Default setup returning error



michaelh613

michaelh613
  • profile picture
  • Member

Posted 05 August 2015 - 08:41 AM

Errors on scripts on page initial setup for example.php

 

Instead of writing up javascript files its writing on a print of the std class object

 

stdClass Object ( [js_files] => Array ( [d0b4e025f3b080ece6c6d451f71cf5ef6738e5ce] => h

 

Issue resolved


jamun567

jamun567
  • profile picture
  • Member

Posted 29 February 2016 - 09:30 AM

hello friends,

 
Error codes are slowly disappearing from the programmer's environment as modern object-oriented programming languages replace them with exceptions. Exceptions have the advantage of being handled with explicit blocks of code, separate from the rest of the code. While it is considered poor practice in methodologies that use error codes and return codes to indicate failure, programmers often neglect to check return values for error conditions. That negligence can cause undesirable effects, as ignored error conditions often cause more severe problems later in the program. Exceptions are implemented in such a way as to separate the error handling code from the rest of the code. Separating the error handling code from the normal logic makes programs easier to write and understand, since one block of error handling code can service errors from any number of function calls. Exception handling also makes the code more readable than implementations with error codes, since exception handling does not disrupt the flow of the code with frequent checks for error conditions.

 

 

 

 

 

 

Maharaja Express

Rafting in Rishikesh