<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.8.0-dev (info@mypapit.net)" -->
<rss version="2.0" >
    <channel>
        <title>Logikit::Framework Community Pages News</title>
        <description></description>
        <link>http://community.logikit.net/</link>
        <lastBuildDate>Mon, 06 Sep 2010 05:40:25 GMT</lastBuildDate>
        <generator>FeedCreator 1.8.0-dev (info@mypapit.net)</generator>
        <item>
            <title>URL SEF without htaccess possible???</title>
            <link>http://community.logikit.net/forum.php?req=thread&amp;id=11&amp;page=1</link>
            <description><![CDATA[
I want to get away from apache for servers and looking for framework allowing SEF type of urls without requiring .htaccess. I want to use nginx for servers for shop type applications, Apache is a pig... Nginx rocks.<br />
<br />
When I read over docs I thought you had succeeded, but in reading in forum it seems it the same old issue for me. <br />
<br />
Is there a way to use your framework without have to use mod re-write etc....
]]></description>
            <author> no_email@example.com (daguy)</author>
            <pubDate>Thu, 31 Dec 2009 16:35:57 GMT</pubDate>
            <guid isPermaLink="false">http://community.logikit.net/11#35</guid>
        </item>
        <item>
            <title>Re: Generator feature on WinXP/XAMPP?</title>
            <link>http://community.logikit.net/forum.php?req=thread&amp;id=10&amp;page=1</link>
            <description><![CDATA[
Hi,<br />
<br />
Actually, there isn't any project contributor using Windows, so everything is developed on Linux. We are looking for some contributors using Windows, however nobody has applied yet.<br />
Unofficially, you may get it running changing the lines with "require" or "include" in generate.php.<br />
<br />
For your case special: Changing<br />
58 require APPLICATIONPATH . 'config/config.php';<br />
to<br />
require "C:\xampp\htdocs\logkit\application\config\config.php";<br />
<br />
would do the job.
]]></description>
            <author> no_email@example.com (Admin)</author>
            <pubDate>Wed, 09 Dec 2009 03:55:47 GMT</pubDate>
            <guid isPermaLink="false">http://community.logikit.net/10#34</guid>
        </item>
        <item>
            <title>Generator feature on WinXP/XAMPP?</title>
            <link>http://community.logikit.net/forum.php?req=thread&amp;id=10&amp;page=1</link>
            <description><![CDATA[
Hi everyone<br />
<br />
I'm new to Logikit, and want to try this framework, since it looks interesting.<br />
Anyway, I'm using Windows XP with XAMPP as testing environment, managed to install (it's easy <img src="http://community.logikit.net/unb_lib/designs/_smile/unb/grin.png" title=":D" alt=":D" style="vertical-align:middle;width:15px;height:15px;" class="smilie" />), but when I&nbsp; tried the tutorial here <a href="http://docs.logikit.net/instantBlog.html" title="http://docs.logikit.net/instantBlog.html">http://docs.logikit.net/instantBlog.html</a>, got the following errors:<br />
<br />
<tt>#!/usr/bin/php<br />
Warning: Invalid argument supplied for foreach() in C:\xampp\htdocs\logkit\system\generate.php on line 35<br />
<br />
Warning: require(application/config/config.php) [function.require]: failed to open stream: No such file or directory in C:\xampp\htdocs\logkit\system\generate.php on line 58<br />
<br />
Fatal error: require() [function.require]: Failed opening required 'application/config/config.php' (include_path='.;C:\php5\pear') in C:\xampp\htdocs\logkit\system\generate.php on line 58<br />
</tt>
<br />
My question: is it possible to use generator feature on XAMPP/WinXP?
]]></description>
            <author> no_email@example.com (dedurus)</author>
            <pubDate>Wed, 09 Dec 2009 02:53:40 GMT</pubDate>
            <guid isPermaLink="false">http://community.logikit.net/10#33</guid>
        </item>
        <item>
            <title>Re: Session Handling</title>
            <link>http://community.logikit.net/forum.php?req=thread&amp;id=9&amp;page=1</link>
            <description><![CDATA[
Please check <a href="http://docs.logikit.net/namespace.html" title="http://docs.logikit.net/namespace.html">http://docs.logikit.net/namespace.html</a>. For the namespace usage as of version 1.0.1
]]></description>
            <author> no_email@example.com (Admin)</author>
            <pubDate>Tue, 01 Dec 2009 04:54:43 GMT</pubDate>
            <guid isPermaLink="false">http://community.logikit.net/9#32</guid>
        </item>
        <item>
            <title>Re: Session Handling</title>
            <link>http://community.logikit.net/forum.php?req=thread&amp;id=9&amp;page=1</link>
            <description><![CDATA[
Also working on an ACL library solving all registration, login and forgotten password issues, but it will be included on version 1.0.2, as I had priorities with Image manipulation, mail and ftp libraries which will be part of LF as of version 1.0.1
]]></description>
            <author> no_email@example.com (Admin)</author>
            <pubDate>Thu, 26 Nov 2009 15:46:26 GMT</pubDate>
            <guid isPermaLink="false">http://community.logikit.net/9#31</guid>
        </item>
        <item>
            <title>Re: Session Handling</title>
            <link>http://community.logikit.net/forum.php?req=thread&amp;id=9&amp;page=1</link>
            <description><![CDATA[
Hi,<br />
<br />
LF is using namespaces instead. Conciously not documented for 1.0 as they are subject to change a bit. I'd advise to wait for LF 1.0.1 which probably will be out by sunday, 29 Nov 2009 (four days to go today) in which namespaces will be throughly documented. If you cannot wait until then, you may look at the source code. The file handling namespaces is /system/logikit/utility.php
]]></description>
            <author> no_email@example.com (Admin)</author>
            <pubDate>Wed, 25 Nov 2009 18:11:56 GMT</pubDate>
            <guid isPermaLink="false">http://community.logikit.net/9#30</guid>
        </item>
        <item>
            <title>Session Handling</title>
            <link>http://community.logikit.net/forum.php?req=thread&amp;id=9&amp;page=1</link>
            <description><![CDATA[
Hi,<br />
<br />
I have a login form in my project, which takes username and password inputs.<br />
<br />
I have created login form and stored in form/{controller_name}/LoginForm.php, which includes not null validation script of LF.<br />
<br />
When i submit login form, it will call processLoginForm function which i was written in application/controller/{controller_name}.php file.<br />
<br />
In processLoginForm function, i am checking login inputs in database using controller model class and then stored in session by using $_SESSION.<br />
<br />
Now the form validation is not working due to presense of $_SESSION script.<br />
<br />
Any suggesstion would be appreciated.<br />
<br />
Thanks &amp; Regards<br />
Suresh.
]]></description>
            <author> no_email@example.com (Suresh)</author>
            <pubDate>Wed, 25 Nov 2009 12:45:34 GMT</pubDate>
            <guid isPermaLink="false">http://community.logikit.net/9#29</guid>
        </item>
        <item>
            <title>Some Suggestions and Feedback...</title>
            <link>http://community.logikit.net/forum.php?req=thread&amp;id=8&amp;page=1</link>
            <description><![CDATA[
First sorry for my english. Not so good.<br />
<br />
If you know Turkish and have a facebook account... Please continue the following link: <a href="http://www.facebook.com/topic.php?uid=184020161978&amp;topic=12115" title="http://www.facebook.com/topic.php?uid=184020161978&amp;topic=12115">http://www.facebook.com/topic.php?uid=184020161978&amp;top…</a><br />
<br />
Framework works fine and I like that. But... well, I have some suggestions for this framework. <br />
<br />
- Directory Structure<br />
<br />
There is too many sub directory in this framework. We must too many clicking while building a project and there is not enough explaination for that structure but form building (or i didnt see it. If that is the case, I 'm sorry.) <br />
<br />
For example: That 's really unnesessary directory structure like "application/form/{controller name}/" for a simple form model... In my opinion, shoud use prefix or suffix in a ONE FORM directory. <br />
<br />
- Code Line Indenting<br />
<br />
I think, thats better using TAB then space to line indenting... IF Blocks not so clear with space. Also in php files, using 2 space to 1 indent. That means more larger file size with space than with tab... (Not so clear explaination I know:) )<br />
<br />
<br />
- Function Or Class Method Naming<br />
<br />
I prefer using underscore while naming... That 's orginal PHP function structure. <br />
<br />
Thanks<br />
<br />
Çağrı
]]></description>
            <author> no_email@example.com (Çağrı)</author>
            <pubDate>Tue, 24 Nov 2009 12:46:48 GMT</pubDate>
            <guid isPermaLink="false">http://community.logikit.net/8#28</guid>
        </item>
        <item>
            <title>Re: CSS Design</title>
            <link>http://community.logikit.net/forum.php?req=thread&amp;id=7&amp;page=1</link>
            <description><![CDATA[
LF is meant to follow standard CSS, therefore it works apparently good with Firefox. Any CSS issues hve not been reported so far however I don't have Windows and IE, so you will probably be on your own to sort out any IE related issue.
]]></description>
            <author> no_email@example.com (Admin)</author>
            <pubDate>Wed, 18 Nov 2009 14:56:39 GMT</pubDate>
            <guid isPermaLink="false">http://community.logikit.net/7#27</guid>
        </item>
        <item>
            <title>Re: Form Components</title>
            <link>http://community.logikit.net/forum.php?req=thread&amp;id=6&amp;page=1</link>
            <description><![CDATA[
That is correct that you should use addscript() to add your own scripts, however addScript() has to be called within the controller, as it only registers the script to be added for the time being, and then headerScripts() within the header will load previously registered scripts: JQuery by default and other registered scripts via addScript()
]]></description>
            <author> no_email@example.com (Admin)</author>
            <pubDate>Wed, 18 Nov 2009 14:52:47 GMT</pubDate>
            <guid isPermaLink="false">http://community.logikit.net/6#26</guid>
        </item>
        <item>
            <title>CSS Design</title>
            <link>http://community.logikit.net/forum.php?req=thread&amp;id=7&amp;page=1</link>
            <description><![CDATA[
Hi,<br />
<br />
Is there any browser campatability issues with LF?<br />
<br />
I am developing one application with LF, but i am seeing browser compatability issues with design, it's working well in mozilla firefox but not in IE 7.<br />
<br />
Thanks &amp; Regards<br />
Suresh.
]]></description>
            <author> no_email@example.com (Suresh)</author>
            <pubDate>Wed, 18 Nov 2009 12:46:49 GMT</pubDate>
            <guid isPermaLink="false">http://community.logikit.net/7#25</guid>
        </item>
        <item>
            <title>Re: Form Components</title>
            <link>http://community.logikit.net/forum.php?req=thread&amp;id=6&amp;page=1</link>
            <description><![CDATA[
Hi,<br />
<br />
I have seen the section "Loading the scripts into the template file" in documentation.<br />
<br />
But it is telling abt the headerScripts() function, which will just include jquery.js.<br />
<br />
But i wanted to include my .js file in header section, how it could be possible?<br />
<br />
As of now i have added my javascript function to the page using addScript function of LF.<br />
<br />
Thanks &amp; Regards,<br />
Suresh
]]></description>
            <author> no_email@example.com (Suresh)</author>
            <pubDate>Wed, 18 Nov 2009 12:40:13 GMT</pubDate>
            <guid isPermaLink="false">http://community.logikit.net/6#24</guid>
        </item>
        <item>
            <title>Re: Form Components</title>
            <link>http://community.logikit.net/forum.php?req=thread&amp;id=6&amp;page=1</link>
            <description><![CDATA[
LF handles this part automatically for you.<br />
Please read <a href="http://docs.logikit.net/enablingAjax.html" title="http://docs.logikit.net/enablingAjax.html">http://docs.logikit.net/enablingAjax.html</a><br />
The very first section ("Loading the scripts into the template file") contains all info necessary.
]]></description>
            <author> no_email@example.com (Admin)</author>
            <pubDate>Tue, 17 Nov 2009 14:47:27 GMT</pubDate>
            <guid isPermaLink="false">http://community.logikit.net/6#23</guid>
        </item>
        <item>
            <title>Re: Form Components</title>
            <link>http://community.logikit.net/forum.php?req=thread&amp;id=6&amp;page=1</link>
            <description><![CDATA[
Hi,<br />
<br />
Thanks.<br />
<br />
If i wanted to call javascript function by form component where should i included that js function?<br />
<br />
Thanks &amp; Regards<br />
Suresh.
]]></description>
            <author> no_email@example.com (Suresh)</author>
            <pubDate>Tue, 17 Nov 2009 12:24:05 GMT</pubDate>
            <guid isPermaLink="false">http://community.logikit.net/6#22</guid>
        </item>
        <item>
            <title>Re: Form Components</title>
            <link>http://community.logikit.net/forum.php?req=thread&amp;id=6&amp;page=1</link>
            <description><![CDATA[
Hi Suresh,<br />
<br />
If I got your question well: If you want so, you may simply create a separate php file with your form and include it into your view.<br />
I'd suggest to use the application generator and examine the generated files to see the way a view is tied to the controller.<br />
If this answer isn't helpful enough, please detail your question.<br />
<br />
For the datepicker, you need to make sure you have JQuery and datepicker component loaded. If you will use a db table containing a date field, application generator will recognize it and will add appropriate headers, so you can see how it's done. Also, I guess the docs cover those issues.
]]></description>
            <author> no_email@example.com (Admin)</author>
            <pubDate>Mon, 16 Nov 2009 15:30:55 GMT</pubDate>
            <guid isPermaLink="false">http://community.logikit.net/6#21</guid>
        </item>
        <item>
            <title>Re: Form Components</title>
            <link>http://community.logikit.net/forum.php?req=thread&amp;id=6&amp;page=1</link>
            <description><![CDATA[
Thanks a lot.<br />
<br />
I wanted to have form inside existing page, is it possible to include search form page inside another page?<br />
<br />
I tried it but included search form displayed with header and footer <img src="http://community.logikit.net/unb_lib/designs/_smile/unb/sad.png" title=":(" alt=":(" style="vertical-align:middle;width:15px;height:15px;" class="smilie" /> <br />
<br />
I have tried in another way:<br />
<br />
Included search form view page code inside controller itself, it works fine for displaying form components but failed for date picker(calander is not displayed).<br />
<br />
I would be thankful for your support and suggesstions.<br />
<br />
Thanks &amp; Regards,<br />
Suresh
]]></description>
            <author> no_email@example.com (Suresh)</author>
            <pubDate>Mon, 16 Nov 2009 12:17:30 GMT</pubDate>
            <guid isPermaLink="false">http://community.logikit.net/6#20</guid>
        </item>
        <item>
            <title>Re: Form Components</title>
            <link>http://community.logikit.net/forum.php?req=thread&amp;id=6&amp;page=1</link>
            <description><![CDATA[
Select (or dropdown) Form Component Usage Example:<br />
<br />
Generation of a dropdown component is as follows:<br />
class Testform extends LogikitForm<br />
{<br />
&nbsp;&nbsp;&nbsp; public function __construct()<br />
&nbsp;&nbsp;&nbsp; {<br />
&nbsp;&nbsp; &nbsp; &nbsp;&nbsp; <br />
&nbsp;&nbsp; &nbsp; &nbsp;&nbsp; $this-&gt;addItem(array(<br />
&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 'name' =&gt; 'gender' ,<br />
&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 'type' =&gt; 'selectBox' ,<br />
&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 'options' =&gt; array() ,<br />
&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 'selected' =&gt; null ,<br />
&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 'validation' =&gt; array('notNull') ,<br />
&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 'properties' =&gt; 'class="dropdown1"'));<br />
&nbsp;&nbsp; }<br />
}<br />
<br />
and population is performed within an action in your controller:<br />
<br />
&nbsp;&nbsp; &nbsp; &nbsp;&nbsp; $this-&gt;load-&gt;form('Testform');<br />
&nbsp;&nbsp; &nbsp; &nbsp;&nbsp; $this-&gt;Testform-&gt;addOption('gender' , array('male' =&gt; 'Male'));<br />
&nbsp;&nbsp; &nbsp; &nbsp;&nbsp; $this-&gt;Testform-&gt;addOption('gender' , array('female' =&gt; 'Female'));<br />
&nbsp;&nbsp; &nbsp; &nbsp;&nbsp; $this-&gt;Testform-&gt;setSelected('gender' , 'female');<br />
<br />
I hope that explains.
]]></description>
            <author> no_email@example.com (Admin)</author>
            <pubDate>Sat, 14 Nov 2009 14:37:45 GMT</pubDate>
            <guid isPermaLink="false">http://community.logikit.net/6#19</guid>
        </item>
        <item>
            <title>Re: Form Components</title>
            <link>http://community.logikit.net/forum.php?req=thread&amp;id=6&amp;page=1</link>
            <description><![CDATA[
Well, this is a good point.<br />
No, there's no form component for password fields, but obviously it should be.<br />
&nbsp;&nbsp;&nbsp; public static function renderPassword($item)<br />
&nbsp;&nbsp;&nbsp; {<br />
&nbsp;&nbsp; &nbsp; &nbsp;&nbsp; return '&lt;input type="password" id="' . $item['name'] . '" name="' . $item['name'] . '" value="' . $item['value'] . '" '<br />
&nbsp;&nbsp; &nbsp; &nbsp;&nbsp; . $item['properties'] . ' /&gt;';<br />
&nbsp;&nbsp;&nbsp; }<br />
<br />
will do the trick. I will add the same method to the new realease as weel, so you can use it safely.
]]></description>
            <author> no_email@example.com (Admin)</author>
            <pubDate>Fri, 13 Nov 2009 12:06:46 GMT</pubDate>
            <guid isPermaLink="false">http://community.logikit.net/6#18</guid>
        </item>
        <item>
            <title>Re: Form Components</title>
            <link>http://community.logikit.net/forum.php?req=thread&amp;id=6&amp;page=1</link>
            <description><![CDATA[
Hi,<br />
<br />
Myself written code for password field in LogikitForm.php<br />
<br />
Do u have any example of select form component?<br />
<br />
Thanks &amp; Regards<br />
Sudhakar
]]></description>
            <author> no_email@example.com (Suresh)</author>
            <pubDate>Fri, 13 Nov 2009 04:49:14 GMT</pubDate>
            <guid isPermaLink="false">http://community.logikit.net/6#17</guid>
        </item>
        <item>
            <title>Form Components</title>
            <link>http://community.logikit.net/forum.php?req=thread&amp;id=6&amp;page=1</link>
            <description><![CDATA[
Hi Admin,<br />
<br />
Do we have any pre built form component for password fields?... In documentation i didnt find it. <br />
<br />
Thanks &amp; Regards<br />
Suresh
]]></description>
            <author> no_email@example.com (Suresh)</author>
            <pubDate>Thu, 12 Nov 2009 12:59:17 GMT</pubDate>
            <guid isPermaLink="false">http://community.logikit.net/6#16</guid>
        </item>
        <item>
            <title>Re: URL Structure</title>
            <link>http://community.logikit.net/forum.php?req=thread&amp;id=5&amp;page=1</link>
            <description><![CDATA[
Hi,<br />
<br />
Thanks, My problem has solved (I have set 'AllowOverride' to 'All' in apache httpd.conf), now i am able to access it with out index.php in URL.<br />
<br />
Thanks &amp; Regards<br />
Sudhakar
]]></description>
            <author> no_email@example.com (Suresh)</author>
            <pubDate>Fri, 06 Nov 2009 12:53:05 GMT</pubDate>
            <guid isPermaLink="false">http://community.logikit.net/5#15</guid>
        </item>
        <item>
            <title>Re: URL Structure</title>
            <link>http://community.logikit.net/forum.php?req=thread&amp;id=5&amp;page=1</link>
            <description><![CDATA[
Hi,<br />
<br />
You already have the .htaccess file coming with the distro and normally you don't need to do anything special to use it without index.php; it's all taken care of.<br />
also read <a href="http://docs.logikit.net/urls.html" title="http://docs.logikit.net/urls.html">http://docs.logikit.net/urls.html</a> and let us know if you'll need further help.
]]></description>
            <author> no_email@example.com (Admin)</author>
            <pubDate>Fri, 06 Nov 2009 11:30:01 GMT</pubDate>
            <guid isPermaLink="false">http://community.logikit.net/5#14</guid>
        </item>
        <item>
            <title>Re: URL Structure</title>
            <link>http://community.logikit.net/forum.php?req=thread&amp;id=5&amp;page=1</link>
            <description><![CDATA[
Hi,<br />
<br />
I am using APACHE as webserver...<br />
<br />
Yes. I am able to access pages by having index.php in url.. but i am trying in a way such that pages should be accessable with out having index.php in URL<br />
<br />
I am new to .htaccess, can u please give me the script to be placed in .htaccess file in order to work...<br />
<br />
Thanks &amp; Regards<br />
Suresh.
]]></description>
            <author> no_email@example.com (Suresh)</author>
            <pubDate>Fri, 06 Nov 2009 05:04:52 GMT</pubDate>
            <guid isPermaLink="false">http://community.logikit.net/5#13</guid>
        </item>
        <item>
            <title>Re: URL Structure</title>
            <link>http://community.logikit.net/forum.php?req=thread&amp;id=5&amp;page=1</link>
            <description><![CDATA[
Hi Suresh,<br />
<br />
Normally .htaccess file takes care of this and rewrites the URL with Apache.<br />
If you are using something else as the web server, you may also call your pages in a form like<br />
<a href="http://www.yourdomain.com/lfinstallationdir/index.php/controllername/actionname" title="http://www.yourdomain.com/lfinstallationdir/index.php/controllername/actionname">http://www.yourdomain.com/lfinstallationdir/index.php/cont…</a>
]]></description>
            <author> no_email@example.com (Admin)</author>
            <pubDate>Thu, 05 Nov 2009 20:12:44 GMT</pubDate>
            <guid isPermaLink="false">http://community.logikit.net/5#12</guid>
        </item>
        <item>
            <title>URL Structure</title>
            <link>http://community.logikit.net/forum.php?req=thread&amp;id=5&amp;page=1</link>
            <description><![CDATA[
i am new to this framework... i started using it...<br />
<br />
I have a issue with URL Structure... It should contain index.php in URL Structure in order to execute pages..<br />
<br />
Can anyone tell me How to access pages without having index.php in URL Structure...<br />
<br />
Thanks &amp; Regards<br />
Suresh
]]></description>
            <author> no_email@example.com (Suresh)</author>
            <pubDate>Thu, 05 Nov 2009 11:59:42 GMT</pubDate>
            <guid isPermaLink="false">http://community.logikit.net/5#11</guid>
        </item>
        <item>
            <title>Re: Cannot modify header information</title>
            <link>http://community.logikit.net/forum.php?req=thread&amp;id=4&amp;page=1</link>
            <description><![CDATA[
Hi again,<br />
<br />
I'm reported that the error you mentioned was reproducable on other boxes as well, and after having a deeper look, it turned out it was a bug.<br />
It can be fixed by remaing the prepare() method to prepareQuery() in system/model/LogikitModel.php in line 60.<br />
<br />
This method will be used as prepareQuery for the upcoming releases as well, so you may safely rename the method to "prepareQuery" and you will be done.
]]></description>
            <author> no_email@example.com (Admin)</author>
            <pubDate>Wed, 04 Nov 2009 14:50:14 GMT</pubDate>
            <guid isPermaLink="false">http://community.logikit.net/4#10</guid>
        </item>
        <item>
            <title>Re: Cannot modify header information</title>
            <link>http://community.logikit.net/forum.php?req=thread&amp;id=4&amp;page=1</link>
            <description><![CDATA[
Then, I don't know did you already try, but as the last thing that may cause this error:<br />
By&nbsp; default config.php settings, there's a line with<br />
define("DB_ENVIRONMENT" , 'none'); <br />
as not always a db connection is needed.<br />
<br />
Please make sure you've edited this to<br />
define("DB_ENVIRONMENT" , 'development');<br />
and edited the part tagged "development" in database.ini file.
]]></description>
            <author> no_email@example.com (Admin)</author>
            <pubDate>Sat, 31 Oct 2009 23:48:13 GMT</pubDate>
            <guid isPermaLink="false">http://community.logikit.net/4#9</guid>
        </item>
        <item>
            <title>Re: Cannot modify header information</title>
            <link>http://community.logikit.net/forum.php?req=thread&amp;id=4&amp;page=1</link>
            <description><![CDATA[
of course I already edited the DB ini file.<br />
I'm now trying it on a xandros linux box. So far - unsuccessfully.
]]></description>
            <author> no_email@example.com (akehat)</author>
            <pubDate>Sat, 31 Oct 2009 19:45:40 GMT</pubDate>
            <guid isPermaLink="false">http://community.logikit.net/4#8</guid>
        </item>
        <item>
            <title>Re: Cannot modify header information</title>
            <link>http://community.logikit.net/forum.php?req=thread&amp;id=4&amp;page=1</link>
            <description><![CDATA[
Also, please let us know if you could solve your problems or not as we really want to be responsive.
]]></description>
            <author> no_email@example.com (Admin)</author>
            <pubDate>Fri, 30 Oct 2009 16:45:25 GMT</pubDate>
            <guid isPermaLink="false">http://community.logikit.net/4#7</guid>
        </item>
        <item>
            <title>Re: Cannot modify header information</title>
            <link>http://community.logikit.net/forum.php?req=thread&amp;id=4&amp;page=1</link>
            <description><![CDATA[
using the generator:<br />
"<br />
Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[28000] [1045] Access denied for user 'user'@'localhost' (using password: YES)' in /opt/lampp/htdocs/framework/system/model/LogikitModel.php:49"<br />
make sure you have edited application/config/database.ini to have your db access info as it obviously cannot connect to the db with the info you provided.<br />
<br />
"Unknown error type: [2048] Declaration of LogikitModel::prepare() should be compatible with that of PDO::prepare() line: 533 file: F:\xampp\htdocs\framework\system\model\LogikitModel.php"<br />
general note using windows: LF was developed and tested on centOS and Ubuntu boxes as I don't have windows, so use Windows at your own risk. Most probably it's something about windows PDO drivers you are using, as I cannot reproduce the same error on my Linux boxes.
]]></description>
            <author> no_email@example.com (Admin)</author>
            <pubDate>Fri, 30 Oct 2009 12:35:17 GMT</pubDate>
            <guid isPermaLink="false">http://community.logikit.net/4#6</guid>
        </item>
    </channel>
</rss>
