This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
Class DatabaseException extends Exception{ | |
/* | |
Array | |
( | |
[query] => | |
[msg] => Access denied for user 'rdoot'@'localhost' (using password: YES) | |
[num] => 1045 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Inline Validation for Symphony | |
------------------------------ | |
@version 1.0 | |
@release 10th September 2009 | |
@jquery 1.3.2 | |
Allows you attach inline Ajax validation to your forms. | |
The validation appears on inputs and textareas after the user | |
has filled them out (why validate on nothing..). The error |
NewerOlder