<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://docs.sandbox.joomla.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=DMn1c</id>
	<title>Joomla! Documentation - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://docs.sandbox.joomla.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=DMn1c"/>
	<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/Special:Contributions/DMn1c"/>
	<updated>2026-08-10T21:36:23Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=User_talk:DMn1c&amp;diff=7688</id>
		<title>User talk:DMn1c</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=User_talk:DMn1c&amp;diff=7688"/>
		<updated>2008-06-16T06:57:56Z</updated>

		<summary type="html">&lt;p&gt;DMn1c: New page: How to coordinate different components from Wordpress and Joomla! ?&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;How to coordinate different components from Wordpress and Joomla! ?&lt;/div&gt;</summary>
		<author><name>DMn1c</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=How_to_debug_your_code&amp;diff=7660</id>
		<title>How to debug your code</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=How_to_debug_your_code&amp;diff=7660"/>
		<updated>2008-06-11T12:05:10Z</updated>

		<summary type="html">&lt;p&gt;DMn1c: New page: The simplest way for debug your code is create echo items for variables and output it into the screen. For expample, you want to now what value of the index item in for cycle:  for ( $i = ...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The simplest way for debug your code is create echo items for variables and output it into the screen. For expample, you want to now what value of the index item in for cycle:&lt;br /&gt;
&lt;br /&gt;
for ( $i = 0; $i &amp;lt; 10; $i++ ) {&lt;br /&gt;
	if ( $i == 5 ) {&lt;br /&gt;
		echo $i;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
But this way is to hard for debug real code with more than 1000 lines of code. For this perpose better use debuggers plugged into the editors. For example it is  PHP Expert editor with installed extension&lt;br /&gt;
&lt;br /&gt;
add lines to the php.ini file:&lt;br /&gt;
&lt;br /&gt;
extension=php_dbg.dll&lt;br /&gt;
[Debugger]&lt;br /&gt;
debugger.enabled=on&lt;br /&gt;
debugger.profiler_enabled=off&lt;br /&gt;
&lt;br /&gt;
profiler_enable better set to off, it is very deceleration option&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Than you need set options in menu Run/Options menu to use HTTP-server and directory where your script located.&lt;br /&gt;
&lt;br /&gt;
If all options are correct you may run you script in debug mode by clicking on the Debug button (F8)&lt;/div&gt;</summary>
		<author><name>DMn1c</name></author>
	</entry>
</feed>