December 2, 2011

codeigniter recursive function return problem

codeigniter recursive function return problem If you are stuck too in recursive call of a function and not getting the value as return as expected so be sure about your instances. Because whenever a function being called either independently or recursively so it should be linked to the parent function to which it should report […]

July 21, 2011

joomla plain text page with format raw

This was a problem for php developers that they wanted to use AJAX functionality in their joomla components and modules. But when they find that index.php always include code within the XHTML-template of joomla template and thats not what they needed. Instead of generating XML for to evaluate in JavaScript without any XHTML rendered is […]

July 14, 2011

joomla JTABLE getInstance library

joomla JTABLE getInstance library Please follow this path and have a look Path: libraries/joomla/database/table.php You will get answer of these queries: where JTABLE getInstance exists? how to modify joomla table? how to add another field to joomla table? how JTABLE works? Why JTABLE not getting a database field How can i change joomls tables field […]

July 10, 2011

mysql if statement can speed up website loading time

mysql if statement can speed up website loading time There are my reasons which can slow down the dynamic website while web page is processing and processing is depending upon your hosting server specification. Although we can not say that put maximum load to MySql or on Server Side Scripting. But the better option to […]

June 14, 2011

Error establishing a database connection

wordpress

Error establishing a database connection WordPress is a sophisticated framework and a lot of help available online. Please have a look in your wp-config.php and also check the followings to make sure that configuration is correct. 1- /** MySQL hostname */ define(‘DB_HOST’, ‘localhost’); :: Normally this constant remain as it is as localhost, make sure […]