Nothing too serious

by admin | January 21, 2008 | In Updates

Called UP Los Baños about the discripancy of data on the actual enrolled units, Mrs. Cecille Cabardo replied that she submitted data prior to August submission. She will forward again the said reports via their messenger, UP Los Baños has experiencing technical problems in regards to their Internet connection well that explains why their e-mails keep bouncing back since last week.

As am preparing the Data for Los Baños CHED reports, I am modifying the PHP class which I use to query several MS Access. Also added some custom snippets to Rapid PHP which are phpDocumentor related. Here are some of them:

  1. <?php
  2. /**
  3. * @author Carey R. Dayrit <carey.dayrit.org>
  4. * @version
  5. * @package
  6. * @uses
  7. */
  8.  
  9. class clsTest
  10. {
  11.  
  12. /*
  13. * @var
  14. *
  15. */
  16.  
  17. var $mData;
  18.  
  19. /*
  20. * @param
  21. * @return
  22. */
  23.  
  24. function test(){
  25. ...
  26. }
  27. ?>

Added a code highlighter plugin to wordpress, Isnt that nice ? you can download it here http://wordpress.org/extend/plugins/code-highlighter/

:)

Leave a Reply