PostNuke

Flexible Content Management System

News

Suggestion for all independent developers

Contributed by Pablo has written a on Jan 26, 2002 - 01:19 AM

PostNuke uses ADODB library, and the best idea is using this stuff in all additional blocks and modules. In some blocks (4 e.g.) i found calling direct to mysql_query php function. I think - it's bad style.


In some blocks I had to correct this stuff - replace this with $result=$dbconnect->Execute('..'). But not all PostNuke users have necessary knowledge to doing this.




Resume:


  • using ADODB is preferred;


  • direct calling to php database functions is bad style;





    High code!
  • 1349