Execute Simple MySql Queries in Joomla
Hi as a Joomla Developer i faced so many problems while I started working on Joomla Development and i was always in the need of developing those components and modules easily without much using Joomla Code... Now a days I am getting so much responses on my Email regarding Learning Joomla Development.. So today i have started writing this post for my friends and other E-Friends who has some problems while starting with joomla development..
see you must be known to programming in PHP and Mysql to use this post,,
some times you get a project about little update in joomla project and you refuse because you don't know how to start working with it..
here's a quick tip...
suppose you have a PHP code file that perform and manipulate the basic tasks about what you want to do.
you can then use the include method of PHP in joomla and joomla will not dis-allow it ...
eg.
include("../components/com_kddemo/phpcodefile.php");
execute your any of the code in phpcodefile.php and nothing bad would happen to your joomla site...
its easy try it out and if you like or you have some problems regarding it let me know i will solve those
see you must be known to programming in PHP and Mysql to use this post,,
some times you get a project about little update in joomla project and you refuse because you don't know how to start working with it..
here's a quick tip...
suppose you have a PHP code file that perform and manipulate the basic tasks about what you want to do.
you can then use the include method of PHP in joomla and joomla will not dis-allow it ...
eg.
include("../components/com_kddemo/phpcodefile.php");
execute your any of the code in phpcodefile.php and nothing bad would happen to your joomla site...
its easy try it out and if you like or you have some problems regarding it let me know i will solve those
Comments
Post a Comment