Giter Site home page Giter Site logo

cakephp-parsley-helper's People

Contributors

ajfranzoia avatar codaxis avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

cakephp-parsley-helper's Issues

How to install?

Maybe this seems like a silly question but how do I install this into my code base?
Obviously I can copy the helper file into Views/Helpers... but what about the library file and the trait file?

I'm getting errors like this:
Missing Plugin
Error: The application is trying to load a file from the ParsleyHelper plugin
Error: Make sure your plugin ParsleyHelper is in the app/Plugin directory and was loaded

--- and ---

Plugin ParsleyHelper could not be found

Instalation errors

Hi,

Embarrassingly, i can't get the plugin to work. Probably me being silly?

I've got my appController helper array like so:

public  $helpers = array(
    "Html",
    "Form"=> array('className' => 'ParsleyHelper.ParsleyForm'),
    "Js",
    "Session",

and then my bootstrap has:

CakePlugin::load('ParsleyHelper');

and then in my form i just have:

echo $this->Form->create('Person', [ 'parsley' => true]);

and i downloaded the zip of the repo & moved it to /Plugins/ParsleyHelper

I get the error:

Fatal error: Call to a member function processInput() on a non-object in /Users/willbarker/Sites/bos/app/Plugin/ParsleyHelper/View/Helper/ParsleyFormHelper.php on line 56

Any pointers would be great. I've probably misunderstood the documenation somewhere? I'm on cakephp 2.4, php 5.4

W

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.