DISQUS

ElbertF Blog: Swiftlet 1.0.0 Stable

  • Wimsito · 7 months ago
    I just heard about swiftlet, and wanted to test it immeadiatly. So far, it works great.

    It isn't too advanced like cakePHP or others, it is really what I need.

    Thank you very much!!

    Greetings from Belgium,
    Wim
  • ElbertF · 7 months ago
    Thank you for trying it out, any feedback is welcome!
  • Wimsito · 7 months ago
    Well, no real lacking things so far... Writing a plugin for it now :D Is there some sort of plugin database on the site?
  • ElbertF · 6 months ago
    There is no plug-in database yet, will definitly consider it for the future.
  • Wimsito · 7 months ago
    Why actually are the account, login and installer index.php files in seperate folders, why aren't they just in the root folder account.php, login.php and installer.php? And isn't it better when in the _view dir, files are placed in seperate dir if they belong to a certain plugin?
    OR
    All the plugin files (controller, plugin and view) in the plugin folder (would be handier for plugin authors and users)
  • ElbertF · 6 months ago
    It doesn't really matter, I only did it because "/account/" looks better then "/account.php" in my opinion. You can use subdirectories in "/_view/" but that won't make much difference.

    All plug-in files are in the "/_plugin/" directory. "Login" and "account" are controllers (normal pages), not plug-ins.