I am running Windows 7 and Apache. The $_SERVER['SCRIPT_FILENAME'] = C:\www\isoft\index.php - "c:\www\isoft" is where the web site is situated.
Hope this helps.
Either I'm missing something or your code is missing something as it does not allow editing as it is :
{$articles = fuel_model('articles')} ?>
{foreach($articles article)}
{fuel_edit($article->id, 'Edit Article', 'articles')}
{$article->t…
Thanks, that's real simple !
As to where I got the example code above, it was -
Users Guide Home > Modules > Simple modules > The Views > Form View.
I have another question ;
Is there a way of inserting new records into the module f…
Cool. But just to let every one know. I downloaded and integrated "tank_auth" into the demo site. Real easy to do and works like dream.
So for those who want a login/registration module for their blog or forum module, this is one way of doing it wi…