https://bugzilla.wikimedia.org/show_bug.cgi?id=30042
--- Comment #8 from [email protected] 2011-07-25 23:55:26 UTC --- CakePHP had the best parser functions I found for PHP: http://cakephp.org/ Maybe they could work for you? I think it can do some trickery with forms and JavaScript too, so it might be worth a look. This might be a good place to start: http://book.cakephp.org/view/1143/Data-Validation I have never used CakePHP proper, since what I do is much too simple to need the whole thing. But, I did once find the a very good text truncation algorithm that I needed, and I was able to use that as a pattern for my own project. It has some fancy AJAX functions too, so maybe it'll work that way, instead of with JavaScript. I may be off-base with this suggestion, but 9 times out of 10 I find the perfect solution on the 10th try :) -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
