Jump to content

Search the Community

Showing results for tags 'kohana'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Welcome to ProcessWire
    • News & Announcements
    • Showcase
    • Wishlist & Roadmap
  • Community Support
    • Getting Started
    • Tutorials
    • FAQs
    • General Support
    • API & Templates
    • Modules/Plugins
    • Themes and Profiles
    • Multi-Language Support
    • Security
    • Jobs
  • Off Topic
    • Pub
    • Dev Talk

Product Groups

  • Form Builder
  • ProFields
  • ProCache
  • ProMailer
  • Login Register Pro
  • ProDrafts
  • ListerPro
  • ProDevTools
  • Likes
  • Custom Development

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 1 result

  1. Hi all, i'm new to Processwire and i'm very curious about this minimal cms, i'm also a great lover of php frameworks and currently i'm working with Kohana. I love the fact that Processwire has a simple and detailed api and the "include & bootstrap" feature is killer (my 2 cents). Anyway, i tried to implement it with Kohana and i found 2 errors. The first is the double declaration of the __() function (error: "Cannot redeclare __()") fortunately is possible deactivate the translation system in kohana, but the second one is something i cannot solve without modify the core: ErrorException [ Fatal Error ]: Cannot instantiate abstract class Session This makes me think that Processwire uses a class named 'Session', and this name collide with the same Kohana Class. I don't really know how to solve this. Is there a way to create a wrapper for the processwire api or i must just hope that a future versione of Processwire will prefix every core class ? (es: Pw_Session)
×
×
  • Create New...