PHP Check if a class exists – PHP May 28, 2011 Pramod T P Leave a comment <?php if ( class_exists( “class-name” ) ) { echo “Exists”; } ?>