CakePHP 3.2: Plugins inside plugins?

2016-02-12 Thread Salines
I work at a large application that contains two groups of users. Each group will have a different type of profile. for easy to track and organize the code idea is to create these groups as separate plugins. But each of these groups should have its own settings plugin. So, the question is it

Cakephp 3.0 unit testing for plugins

2016-01-12 Thread Ravi Kanth
\IntegrationTestCase.php:233 D:\xampp\htdocs\EATZ_V2_3.X\plugins\SamplePlugin\tests\TestCase\Controller\CustomersControllerTest.php:29 D:\xampp\php\pear\PHPUnit\TextUI\Command.php:176 D:\xampp\php\pear\PHPUnit\TextUI\Command.php:129 please address the issue. -- Like Us on FaceBook https://www.facebook.com/CakePHP

Re: How to use Plugins in CakePHP 2.6..??

2015-06-01 Thread euromark
http://book.cakephp.org/2.0/en/plugins.html Am Sonntag, 31. Mai 2015 23:39:15 UTC+2 schrieb Solomon Gebreslasie: > > Hello there, > > My name is Solomon G. I am making E-commerce website for a friend and I > was wondering if some one could tell me how to use cakePHP Plugins..??

How to use Plugins in CakePHP 2.6..??

2015-05-31 Thread Solomon Gebreslasie
Hello there, My name is Solomon G. I am making E-commerce website for a friend and I was wondering if some one could tell me how to use cakePHP Plugins..?? -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message

Re: CakePHP-3 Plugins form validation messages and field values

2015-02-23 Thread Gaurav Kumar
Lorenzo, I got the problem and the solution both. The problem was happening because of page reload. So now with the help of session i can fix that or I got modelless forms in cakephp which is also providing the solution. thanks for you help. On Monday, February 23, 2015 at 1:57:41 PM UTC+5:30,

Re: CakePHP-3 Plugins form validation messages and field values

2015-02-23 Thread José Lorenzo
Can you show the code you are using? Use gist.github.com to show your table class, controller and form code. On Thursday, February 19, 2015 at 7:19:22 AM UTC+1, Gaurav Kumar wrote: > > I have just created a CommentManager plugin. Created the comment form in > post's view.ctp file and able to add

CakePHP-3 Plugins form validation messages and field values

2015-02-19 Thread Gaurav Kumar
I have just created a CommentManager plugin. Created the comment form in post's view.ctp file and able to add the comments. But when the values of the comment form are wrong(email format is not proper or empty) then i am not getting the validation message in front of the respected fields and the

Re: 3.0 - Cakephp plugins gone from /plugins

2015-01-31 Thread Joe T.
version()... On Wednesday, 28 January 2015 04:10:46 UTC-5, José Lorenzo wrote: > > The plugins that are installed by composer are not (correctly) put inside > vendor. Your own baked plugins can stay in ./plugins > > The error you are having seems to be that you are trying to load a

Re: 3.0 - Cakephp plugins gone from /plugins

2015-01-28 Thread José Lorenzo
The plugins that are installed by composer are not (correctly) put inside vendor. Your own baked plugins can stay in ./plugins The error you are having seems to be that you are trying to load a plugin called app somewhere. Try looking at the stacktrace of the error. Install the php xdebug

3.0 - Cakephp plugins gone from /plugins

2015-01-27 Thread Joe T.
i recently did a *composer update* for my dev site, and all the Cake plugins that were under /plugins were removed: /plugins - /Bake (gone) - /DebugKit (gone) - /Migrations (gone) However, there are new(?) directories under /vendor/cakephp corresponding to the same plugins: /vendor

Re: Custom fields in plugins

2013-09-11 Thread Christopher Castro
I think *CCK Fields* concept is the best approach, Google it, take a look to Drupal or to my QuickApps CMS 2013/9/11 gersonfs > Hello everybody! > > I have several plugins in my central repository that I developed. Are > plugins to ease repetitive tasks as system news, product

Re: Custom fields in plugins

2013-09-11 Thread Christopher Castro
I think CCK Fields concept is the best approach, Google it, take a look to Drupal or my QuickApps CMS 2013/9/11 gersonfs > Hello everybody! > > I have several plugins in my central repository that I developed. Are > plugins to ease repetitive tasks as system news, product regis

Custom fields in plugins

2013-09-11 Thread gersonfs
Hello everybody! I have several plugins in my central repository that I developed. Are plugins to ease repetitive tasks as system news, product registration, etc.. I have dozens of sites that use these plugins. However, each client has a different need. These needs are reflected in additional

Re: What do I need to do to get my plugins accepted on http://plugins.cakephp.org?

2013-02-10 Thread Vanja Dizdarević
*And that's when I really looked at plugins.cakephp.org for the first time...* * * Just Ignore the last post, OK? -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message because you are subscribed to the Google Groups

Re: What do I need to do to get my plugins accepted on http://plugins.cakephp.org?

2013-02-10 Thread Vanja Dizdarević
I was just thinking yesterday about how we need a centralized, community-driven plugins site for Cake, with tags, sorting, comments, ratings, github integration and whatnot. :D I'm also a little bit tired of constant googling for fishy behaviors and half-done components with no version co

Re: What do I need to do to get my plugins accepted on http://plugins.cakephp.org?

2013-02-04 Thread euromark
Cart <https://github.com/burzum/Cart> and > FileStorage<https://github.com/burzum/FileStorage>plugin now twice with weeks > between the requests. > > Is there any particular reason why they do not get added to the site? > > By searching the site I find a ton of packages and plug

What do I need to do to get my plugins accepted on http://plugins.cakephp.org?

2013-02-03 Thread Florian Krämer
I've requested my Cart <https://github.com/burzum/Cart> and FileStorage<https://github.com/burzum/FileStorage>plugin now twice with weeks between the requests. Is there any particular reason why they do not get added to the site? By searching the site I find a ton of packages

CakeDC Comments & Users plugins together - issues?

2013-01-10 Thread designv...@gmail.com
I am running 2.1 and trying to use the CakeDC Users plugin alongside their Comments plugin but am running into an issue... *Error: * Call to a member function user() on a non-object > *File: > *C:\wamp\www\xxx\Plugin\Comments\Controller\Component\CommentsComponent.php > *Line: * 239 > I can

Re: Two models of the same name in different plugins have a conflict

2012-09-05 Thread Salines
YOU CANNOT HAVE DIFFERENT FILES CONTAINING THE SAME CLASS NAME We will not support this before cake 3.0, and even by then, it will be using namespaces. Thanks for not posting again in this ticket. http://cakephp.lighthouseapp.com/projects/42648/tickets/1884 -- You received this message becau

Two models of the same name in different plugins have a conflict

2012-09-05 Thread Salines
I have a situation where I use multiple plugin as datasource for external content. Two plugins have the same model name, but use their own resources: (plugin / controller) /beatport/tracks /soundcloud/tracks If access to one after my second mistake occurs and partially shows identical results

Users who try to sell plugins/support on the list

2012-08-13 Thread Thiago Belem
Hey guys, Try to sell plugins - on the list - is not against the rules? If the user does not answer further questions, and only responds when it can pass the link to his plugin (paid), this does not show bad faith? What can we do about this? I remember that few days ago some of these users were

Re: Packaging mechanism for CakePHP Plugins ??

2012-08-06 Thread euromark
did you try to search for it? if I go to the packages site and type in "packages" - what do I get? http://plugins.cakephp.org/package/josegonzalez/package_installer Am Montag, 6. August 2012 06:33:59 UTC+2 schrieb NdJ: > > What is the current state (if any) for the packaging of

Packaging mechanism for CakePHP Plugins ??

2012-08-05 Thread NdJ
What is the current state (if any) for the packaging of CakePHP plugins? We currently have (Plugins listed here http://plugins.cakephp.org/) which is great, but it might be even more awesome if from a cake shell (or similar) you could search for plugins and install (with dependency resolution

Re: cakephp plugins (web site development arcitechure)

2012-06-27 Thread Milina Udara
Yes, of course you can, that is actually one of the reasons for having >> plugins in cakephp >> >> >> On Wednesday, June 27, 2012 7:54:42 AM UTC-4:30, Milina Udara wrote: >>> >>> Hi, >>> >>> Can we use the plugins for module vice developmen

Re: cakephp plugins (web site development arcitechure)

2012-06-27 Thread Chetan Patel
as a CakePHP plugin so you can pop it into other applications. Thanks Chetan On Thu, Jun 28, 2012 at 7:23 AM, José Lorenzo wrote: > Yes, of course you can, that is actually one of the reasons for having > plugins in cakephp > > > On Wednesday, June 27, 2012 7:54:42 AM UTC-4:3

Re: cakephp plugins (web site development arcitechure)

2012-06-27 Thread José Lorenzo
Yes, of course you can, that is actually one of the reasons for having plugins in cakephp On Wednesday, June 27, 2012 7:54:42 AM UTC-4:30, Milina Udara wrote: > > Hi, > > Can we use the plugins for module vice development? > > I mean i have large scale project and i want t

cakephp plugins (web site development arcitechure)

2012-06-27 Thread Milina Udara
Hi, Can we use the plugins for module vice development? I mean i have large scale project and i want to allocate my team members for different modules( ex: user registration, photo upload ,single shop, purchase,*mobile backend*, like..) developing simultaneously. The thing i want is maximum

Re: Cake becomes super-slow when loading assets from Plugins

2012-06-04 Thread José Lorenzo
i noticed that Cake gets very, very slow (about 50x times slower) if i >> load assets from Plugins. >> >> Here's my layout code >> >> http://www.w3.org/1999/xhtml";> >> >> > echo $this->Html->charset(); >> echo "". $title

Re: Cake becomes super-slow when loading assets from Plugins

2012-06-03 Thread #2Will
;> Hi all! >> >> i noticed that Cake gets very, very slow (about 50x times slower) if i >> load assets from Plugins. >> >> Here's my layout code >> >> http://www.w3.org/1999/xhtml";> >> >> > echo $this->Html->charset(

Re: Cake becomes super-slow when loading assets from Plugins

2012-05-29 Thread Ernesto
i forgot to say i'm usign Cake 2.2.0-RC1 on a Win7 server Il giorno martedì 29 maggio 2012 09:51:28 UTC+2, Ernesto ha scritto: > > Hi all! > > i noticed that Cake gets very, very slow (about 50x times slower) if i > load assets from Plugins. > > Here's my layout

Cake becomes super-slow when loading assets from Plugins

2012-05-29 Thread Ernesto
Hi all! i noticed that Cake gets very, very slow (about 50x times slower) if i load assets from Plugins. Here's my layout code http://www.w3.org/1999/xhtml";> Html->charset(); echo "". $title .""; echo $this->Html->meta("icon"); echo $thi

Re: Calling a plugins controller from within the main applications controller

2012-05-13 Thread stork
t; is there a better way to call the plugins controller function? You should have much better reason to create instance of plugin's AppController. You can not use requestAction(), because plugin's AppController couldn't be target of route. Create component in your pl

Calling a plugins controller from within the main applications controller

2012-05-13 Thread DerekGardiner
I am trying to construct an application from various plugins. I would like to call a particular function that resides within a plugin from a main application controller. My plugin controller looks like this: My application controller looks like this (I am calling it from within the index just

Re: File Upload Plugins

2012-01-25 Thread Thiago Belem
ied the example from > inside the plugin into a test app) > the files the uploader moves to WEBROOT/files always empty (I did not get > to investigating this as yet) > > Cakepackages lists a few plugins [1] for uploading files with cake. I > recall Nick Bakers plugin > being

Re: File Upload Plugins

2012-01-25 Thread Sam Sherlock
always empty (I did not get to investigating this as yet) Cakepackages lists a few plugins [1] for uploading files with cake. I recall Nick Bakers plugin being really easy to setup with 1.2/1.3 [2] is a link to the 2.0 version I have not tried that as yet 1) http://cakepackages.com/packages/index

Re: File Upload Plugins

2012-01-25 Thread jeremyharris
The media plugin (https://github.com/davidpersson/media) is certainly the most powerful one I've found, although it's lacking in documentation and getting started can be a bit of a task. Once you wrap your head around it, it's really solid and does quite a bit. -- Our newest site for the commu

Re: File Upload Plugins

2012-01-25 Thread Timothy O'Reilly
Allan, I am a noob to OOP & Cake, so only got the basic uploader working (without linking it to my db, this it was very straightforward). I think that Miles is a member of this group and he might help, if not, someone who is a real developer (like Sam or Euromark) are probably your best bet :) Sorr

Re: File Upload Plugins

2012-01-25 Thread Allan Cochrane
Hi Tim, did you get the Miles Johson Uploader plugin working? If so, how? I am a relative noob to CakePHP and am having trouble working out from the documentation the exact steps to take, especially when one model haMany uploads, I can't work out what to put in the controller and what to put in

Re: Loading of plugins in AppController::beforeFilter

2012-01-08 Thread VuuRWerK
Argh, damn xD The good old ClassRegistry, totally forgotten, thanks for the hint! -- Christian On Jan 5, 11:16 pm, majna wrote: > You can load plugins form db in bootstrap.php too: > > $pluginHooks  = ClasRegistry::init('PluginHook')->find('all'); > fo

Re: Loading of plugins in AppController::beforeFilter

2012-01-05 Thread majna
You can load plugins form db in bootstrap.php too: $pluginHooks = ClasRegistry::init('PluginHook')->find('all'); foreach ( $pluginHooks as $pluginHook ) ... and then Configure::write('plugins', $plugins) for your hooks to be available in views as Configure:

Loading of plugins in AppController::beforeFilter

2012-01-05 Thread VuuRWerK
Hi :) why is it not possible to load cake plugins outside of bootstrap.php? I want to implement a "plugin management" where all "installed" plugins saved in database with some configurations of the plugins, e.g. has a bootstrap or a routes file. Now I want to load the plug

Re: File Upload Plugins

2011-12-29 Thread Timothy O'Reilly
Jon, This was exactly what I was looking for! Thanks :) Tim -- | cellphone: +18579280348 | | 123 10th Street | San Francisco | CA 94103 | On Wed, Dec 28, 2011 at 7:09 PM, Jon Price wrote: > try this: http://milesj.me/code/cakephp/uploader > I'm using his autologin component but he has other co

Re: File Upload Plugins

2011-12-28 Thread Timothy O'Reilly
Thanks Jon. Will take a look. On Wednesday, December 28, 2011, Jon Price wrote: > try this: http://milesj.me/code/cakephp/uploader > I'm using his autologin component but he has other code you might look into. > > On Wed, Dec 28, 2011 at 9:02 PM, Timothy O'Reilly < timothy.john.orei...@gmail.com

Re: File Upload Plugins

2011-12-28 Thread Jon Price
try this: http://milesj.me/code/cakephp/uploader I'm using his autologin component but he has other code you might look into. On Wed, Dec 28, 2011 at 9:02 PM, Timothy O'Reilly < timothy.john.orei...@gmail.com> wrote: > Thanks for responding. Was just hoping someone had a cool plugin (with > featu

Re: File Upload Plugins

2011-12-28 Thread Timothy O'Reilly
Thanks for responding. Was just hoping someone had a cool plugin (with features i havent yet thought of) that would save me writing it :) Will do! Tim On Wednesday, December 28, 2011, Điển vũ wrote: > I think better you should use your script about uploading. Uploading is hard to write plugin use

Re: File Upload Plugins

2011-12-28 Thread Điển vũ
I think better you should use your script about uploading. Uploading is hard to write plugin use for all case. And It is easier to change , or add new features, even update to 3.0 version ( in future ) , because script is yours . -- Our newest site for the community: CakePHP Video Tutorials

File Upload Plugins

2011-12-28 Thread Timothy O'Reilly
Hi, Does anyone have a recommendation for a File Upload plugin for use with Cake Ver 2.0.4? I want to upload PDF documents, store them in a folder and have the URL location stored in my database/table. I have been playing with a bunch of scripts and started doing it from scratch, but of someone h

Re: i18n extract in plugins cakephp 2.0

2011-12-19 Thread Miles J
app/Plugin//Locale/eng/LC_MESSAGES/.po On Dec 19, 10:20 am, Cayetano Soriano wrote: > Hi i used  the console, for extract .po, from plugin, the problem, is > that I create a directory in my app/Plugins// called > Locale, and copy my .po, but it doesn't work, in app/Locale , it wor

i18n extract in plugins cakephp 2.0

2011-12-19 Thread Cayetano Soriano
Hi i used the console, for extract .po, from plugin, the problem, is that I create a directory in my app/Plugins// called Locale, and copy my .po, but it doesn't work, in app/Locale , it works perfectly, how i can put that in my plugin/ directory Thank's a lot -- Our newest si

Re: CakepHP 2.0 plugins no longer cache in elements

2011-12-16 Thread Tilen Majerle
yes, you create config with name 'short' and you use config with key 'long' in your view for me, in cake 2.0.4 cache works fine ! -- Lep pozdrav, Tilen Majerle http://majerle.eu 2011/12/16 heohni > If I put this into bootstrap: > Cache::config('short', array( >'engine' => 'File', >'du

Re: CakepHP 2.0 plugins no longer cache in elements

2011-12-16 Thread heohni
If I put this into bootstrap: Cache::config('short', array( 'engine' => 'File', 'duration' => '+10 hours', 'path' => CACHE, 'prefix' => 'long' )); and in my view: element('tabelle', array(), array('cache' => array('key' => 'tab', 'config' => 'long'))); ?> I don't get any output?!

Re: CakepHP 2.0 plugins no longer have a default controller?

2011-11-14 Thread Richard@Home
Just in case anyone else is looking for the answer to this: I posted a ticket on CakePHP's issue tracker: http://cakephp.lighthouseapp.com/projects/42648/tickets/2237-20-plugins-dont-have-a-default-controller To which Mark responded and updated the migration guide: http://book.cakephp.or

Re: CakepHP 2.0 plugins no longer cache in elements

2011-11-02 Thread Điển vũ
No, i mean: You cannot use nocache tags in elements. Since there are no callbacks around elements, they cannot be cached. ( http://book.cakephp.org/2.0/en/core-libraries/helpers/cache.html) I can use in elements with cakephp 1.x but can't with cake 2.x I see it is harder to cache -- Our

Re: CakepHP 2.0 plugins no longer cache in elements

2011-11-02 Thread Điển vũ
No, i mean: You cannot use nocache tags in elements. Since there are no callbacks around elements, they cannot be cached. ( http://book.cakephp.org/2.0/en/core-libraries/helpers/cache.html) I can use in elements with cakephp 1.x but not can't use it . I see it is harder to cache -- Our

Re: CakepHP 2.0 plugins no longer cache in elements

2011-11-02 Thread euromark
do you mean that the cache is not working as in 1.3? did you read the migration guide? cache is now in the third param element('helpbox', array(), array('cache' => true)); ?> @see http://book.cakephp.org/2.0/en/views.html?highlight=elements#caching-elements or do you mean you cannot use nocache?

Re: CakepHP 2.0 plugins no longer cache in elements

2011-11-02 Thread Điển vũ
Many element can't cache but repeat in many layouts. Only me met trouble about this matter ?... -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questi

CakepHP 2.0 plugins no longer cache in elements

2011-11-01 Thread Điển vũ
CakepHP 2.0 plugins no longer cache in elements. Is it harder to code ? I use nocache a lots in cakephp 1.3. -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP

Re: plugins for uploading images/ files in cakephp v2.0

2011-10-28 Thread Điển vũ
https://github.com/jrbasso/MeioUpload All plugin for 2.0 seems not stable .. You try to fix it. -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questi

Re: plugins for uploading images/ files in cakephp v2.0

2011-10-28 Thread Điển vũ
https://github.com/jrbasso/MeioUpload -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to cake-p

plugins for uploading images/ files in cakephp v2.0

2011-10-28 Thread Anand Ramamurthy
Hello, I was curious if there are any recommendations for CakePHP v2.0 plugins for uploading, resizing images to the server. I looked at some of the implementations like Uploader and Media Plugins but encountered problems with them. It could be that they were written for v1.3 It would be

Re: CakepHP 2.0 plugins no longer have a default controller?

2011-10-26 Thread vaughany
I thought this was just how plugins worked! Glad to hear it's (probably) not. Was linking to /users/users/view/ (as that was what worked) instead of the more preferable /users/view/. Would dearly love to know how to use the preferable route. -- Our newest site for the community: Ca

Re: CakepHP 2.0 plugins no longer have a default controller?

2011-10-26 Thread Richard@Home
dation' plugin > > with AccommodationController.php > > and it works fine..? > > d//t. > > On Oct 26, 3:52 pm, "Richard@Home" wrote: > > > > > > > > > In CakePHP 1.3 you can have a default controller for your plugins. > >

Re: CakepHP 2.0 plugins no longer have a default controller?

2011-10-26 Thread Richard@Home
AccommodationController.php > > and it works fine..? > > d//t. > > On Oct 26, 3:52 pm, "Richard@Home" wrote: > > > > > > > > > In CakePHP 1.3 you can have a default controller for your plugins. > > > e.g. if you had a Users plugin, you co

Re: CakepHP 2.0 plugins no longer have a default controller?

2011-10-26 Thread designv...@gmail.com
I have an 'Accommodation' plugin with AccommodationController.php and it works fine..? d//t. On Oct 26, 3:52 pm, "Richard@Home" wrote: > In CakePHP 1.3 you can have a default controller for your plugins. > > e.g. if you had a Users plugin, you could create a us

CakepHP 2.0 plugins no longer have a default controller?

2011-10-26 Thread Richard@Home
In CakePHP 1.3 you can have a default controller for your plugins. e.g. if you had a Users plugin, you could create a users_controller so that urls such as: /users/index /users/edit/2 mapped to the index/edit actions in the Users controller in the Users plugin In CakePHP 2.0 you no longer seem

Re: using App::build in cakephp 2.0 to specify a path for plugins

2011-10-20 Thread #2Will
Yep, that fixed it, thank you very much, it was simple but i was stuck. will On Oct 20, 5:11 pm, "#2Will" wrote: > Thank you jose! i am gonna literally run home and try that now! > > On Oct 20, 1:41 pm, José Lorenzo wrote: > > > > > > > > > You are missing a trailing slash in you App::build()

Re: using App::build in cakephp 2.0 to specify a path for plugins

2011-10-19 Thread #2Will
Thank you jose! i am gonna literally run home and try that now! On Oct 20, 1:41 pm, José Lorenzo wrote: > You are missing a trailing slash in you App::build() path -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site ht

Re: using App::build in cakephp 2.0 to specify a path for plugins

2011-10-19 Thread José Lorenzo
You are missing a trailing slash in you App::build() path -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group,

using App::build in cakephp 2.0 to specify a path for plugins

2011-10-19 Thread #2Will
Hello I have added a path to my plugins paths at the top of my bootstrap file like this: App::build(array( 'Plugin' => array(ROOT . '/tractor/Plugin') )); and put the glorious debugKit in that folder. I get the error below. Can anybody help me out here? Seems l

Re: baking plugins cakephp2

2011-09-06 Thread p r
but the same for baking views ends in "Error: Plugin PluginName could not be found.".. On 5 Sep., 21:16, p r wrote: > cake bake model PluginName.ModelName works. > > On 5 Sep., 21:10, p r wrote: > > > > > > > > > hello, > > > i tried to bake a plugin in cakephp 2. the help says i coul

Re: baking plugins cakephp2

2011-09-05 Thread p r
cake bake model PluginName.ModelName works. On 5 Sep., 21:10, p r wrote: > hello, > > i tried to bake a plugin in cakephp 2. the help says i could use > parameter -p to bake some models like cake bake model -p PluginName. > but the "bake Model Path" does not changed to /app/Plugin/PluginNam

baking plugins cakephp2

2011-09-05 Thread p r
hello, i tried to bake a plugin in cakephp 2. the help says i could use parameter -p to bake some models like cake bake model -p PluginName. but the "bake Model Path" does not changed to /app/Plugin/PluginName and also does not use the created Plugin folder. Has anybody some experiences to share?

Re: step by step how to implement ALAXOS plugins

2011-07-25 Thread Maulana Sidik
hi Nico , thank you very much for your great responses. especially your code script and ready to download i still have a problem on localhost with xampp. and you already answer my questions on your blog. until now i have no idea to change permission tmp folder on windows. this to be my issue becaus

Re: step by step how to implement ALAXOS plugins

2011-07-19 Thread alaxos
Hi, I know this plugin is not very well documented (if not at all... ;-), but in order to help a bit, I just put a sample application available to download here: http://www.alaxos.net/blaxos/pages/view/demo_plugins Also I think another easy way to start is probably to use the templates that the pl

[ASK] step by step how to implement ALAXOS plugins

2011-07-11 Thread ddk
Hi all, I'm new and want to ask step by step how to implement ALAXOS plugins there is manual instruction to install it. but i have not seen the filter form. link websitenya : Code: http://www.alaxos.net/blaxos/pages/view/plugin_alaxos link live demo : Code: http://demo.alaxos.ch/admin/

Re: List of PlugIns, Behaviours, Components and Helpers

2011-06-30 Thread Sam Sherlock
http://cakepackages.com/ By Jose diaz gonzalezgonzalez the code is available on github too - S On 30 Jun 2011 12:42, "Jens Dittrich" wrote: > Does anyone know a List somewhere in the web of cakePHP PlugIns, Components, > Behaviours and Helpers besides the ones delivered in the

Re: List of PlugIns, Behaviours, Components and Helpers

2011-06-30 Thread euromark
i only know of http://cakepackages.com/ which is buggy, partly outdated and not really actively maintained but might still be helpful On 30 Jun., 13:42, Jens Dittrich wrote: > Does anyone know a List somewhere in the web of cakePHP PlugIns, Components, > Behaviours and Helpers besides th

List of PlugIns, Behaviours, Components and Helpers

2011-06-30 Thread Jens Dittrich
Does anyone know a List somewhere in the web of cakePHP PlugIns, Components, Behaviours and Helpers besides the ones delivered in the CakePHP release? Googleing the web and searching through GitHub repositories of some developers is always an option, but a kind of central list with the

Re: Helper don't work under Plugins folder

2011-05-18 Thread Carachi
t; > > > > > > Thank you Tilen, > > the folder of my plugin is: > >        /var/www/app/plugins/menu_builder/views/helpers/ > > menu_builder.php > > but it doesn't work on my cakephp 1.38! :( > > > Maybe I have to import the plugins or add some

Re: Helper don't work under Plugins folder

2011-05-18 Thread euromark
did you clear the cache and do you work with debug > 0 ? usually thats the problem On 18 Mai, 10:24, Carachi wrote: > Thank you Tilen, > the folder of my plugin is: >        /var/www/app/plugins/menu_builder/views/helpers/ > menu_builder.php > but it doesn't work on my cak

Re: Helper don't work under Plugins folder

2011-05-18 Thread Carachi
Thank you Tilen, the folder of my plugin is: /var/www/app/plugins/menu_builder/views/helpers/ menu_builder.php but it doesn't work on my cakephp 1.38! :( Maybe I have to import the plugins or add some extension of appHelper? Thank you On May 17, 6:07 pm, Tilen Majerle wrote:

Re: Helper don't work under Plugins folder

2011-05-17 Thread Tilen Majerle
put plugin inside app/plugins/menu_builder/views/helpers/menu_builder.php i think you make wrong plugin folderName, MenuBuilder instead of menu_builder correct me if i'm wrong ! :) -- Lep pozdrav, Tilen Majerle http://majerle.eu 2011/5/17 Carachi > Hello, > I try to install a

Helper don't work under Plugins folder

2011-05-17 Thread Carachi
Hello, I try to install a plugin that have an helper. This plugin is : MenuBuilder. In the AppController I add : var $helpers = array('Html','Form','Javascript', 'Session', 'MenuBuilder.MenuBuilder' ); But Cake don't find the Helper Error: The helper file app/views/helpers/menu

Re: how to use jquery grid plugins in cakephp

2011-04-06 Thread abhimanyu bv
can any one help me in this please?? On Tue, Apr 5, 2011 at 8:34 PM, abhimanyu bv wrote: > Hi all, > I am new to cakephp and i am working on showing db records in a grid. > How can i use jquery?? > > -- > Our newest site for the community: CakePHP Video Tutorials > http://tv.cakephp.org > Check

how to use jquery grid plugins in cakephp

2011-04-05 Thread abhimanyu bv
Hi all, I am new to cakephp and i am working on showing db records in a grid. How can i use jquery?? -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related qu

Re: V1.3 use of plugins vs vendors: accessing css, js, images, etc.

2011-02-09 Thread glk
ShadowCross: Thanks... set the class up (more carefully) in the plugins/ apphp_tabs/ folder and then used the info from the link you specified, // If use: "/plugin_name/js/my_file.js" Then, links to: "app/ plugins/plugin_name/webroot/js/my_file.js" // So, this

Re: V1.3 use of plugins vs vendors: accessing css, js, images, etc.

2011-02-09 Thread ShadowCross
Greg: The problem is the following code in your tabs class: $this->path = 'C:/xampp/htdocs/ezShoot_v5/app/plugins/ apphp_tabs/webroot/'; if(file_exists($this->path."styles/common.css")) echo ""; $this->path refers to a local path t

V1.3 use of plugins vs vendors: accessing css, js, images, etc.

2011-02-09 Thread glk
v1.3 says that "vendors" is going away... use plugins... I have the following directory structure: app\plugins\apphp_tabs\webroot\ config\ docs\ examples\ inc\ js\ license\ styles\ tabs_class.php I have the import in the one (and only) controller of

Re: ApiGenerator plugin: Exclude plugins directory... and some other questions. --psybear

2011-01-19 Thread Joshua Muheim
 *    This should be code >>    */ >> >> Thanks for informations. >> >> >> >> >> >> >> >> On Thu, Jan 13, 2011 at 9:32 AM, psybear83 wrote: >> > Hey everybody >> >> > I'm trying to get the ApiGe

Controller/Model Inheritance between two plugins

2011-01-18 Thread keymaster
Say you have two plugins, A and B. It is fairly simple for a component/behavior/helper in plugin B to inherit from a component/behavior/helper in A by doing an App::import(), then extending. But, it is more complicated for controllers/models in plugin B to inherit from their peers in plugin A

Re: ApiGenerator plugin: Exclude plugins directory... and some other questions. --psybear

2011-01-18 Thread mark_story
3 wrote: > > Hey everybody > > > I'm trying to get the ApiGenerator plugin to do what I want. I have > > placed it in myapp/app/plugins, and built the index using > > > cake api_index update > > > Now I have some problems... > > > 1) I don&#

Re: ApiGenerator plugin: Exclude plugins directory... and some other questions. --psybear

2011-01-18 Thread Joshua Muheim
; [exclude] >> properties = private >> methods = private >> directories = webroot, tmp, static, locale, vendors, .svn, plugins >> files = index.php, empty >> >> I dont know the answers to your other questions. >> >> regards >> mikek >> >>

Re: ApiGenerator plugin: Exclude plugins directory... and some other questions. --psybear

2011-01-17 Thread Joshua Muheim
> mine is below: > > [exclude] > properties = private > methods = private > directories = webroot, tmp, static, locale, vendors, .svn, plugins > files = index.php, empty > > I dont know the answers to your other questions. > > regards > mikek > > > >

Re: ApiGenerator plugin: Exclude plugins directory... and some other questions. --psybear

2011-01-17 Thread mikek
> Isn't there anybody using ApiGenerator? there is. to exclude various stuff. make sure you have an [exclude] added to your api_config.ini in api_generator/config/ mine is below: [exclude] properties = private methods = private directories = webroot, tmp, static, locale, vendors, .svn,

Re: ApiGenerator plugin: Exclude plugins directory... and some other questions. --psybear

2011-01-17 Thread Joshua Muheim
* Constructor. >>   * >>   *    This should be code >>   */ >> >> Thanks for informations. >> >> On Thu, Jan 13, 2011 at 9:32 AM, psybear83 wrote: >>> Hey everybody >>> >>> I'm trying to get the ApiGenerator plugin to

Re: Plugins

2011-01-17 Thread Jeremy Burns | Class Outfit
e: >> >>>> Write the plugin if you need it. Chances are if you have not found it >>>> using a google search or on Github there is not one publicly available. >> >>>> -- >>>> Larry E. Masters >> >>>> On Sat, Jan 15, 2011 at 12:

Re: Plugins

2011-01-17 Thread euromark
the plugin if you need it. Chances are if you have not found it > > > using a google search or on Github there is not one publicly available. > > > > -- > > > Larry E. Masters > > > > On Sat, Jan 15, 2011 at 12:52 AM, earth wrote: > > > A

Re: Plugins

2011-01-17 Thread earth
> > > On Sat, Jan 15, 2011 at 12:52 AM, earth wrote: > > Any update on the plugins for Authorize.net (AIM method) and iTransact > > payment gateways. > > > On Jan 14, 7:34 pm, earth wrote: > > > Hello, > > > > Is their any cakePHP plugin for Au

Re: Plugins

2011-01-15 Thread Jeremy Burns | Class Outfit
it using a > google search or on Github there is not one publicly available. > > -- > Larry E. Masters > > > On Sat, Jan 15, 2011 at 12:52 AM, earth wrote: > Any update on the plugins for Authorize.net (AIM method) and iTransact > payment gateways. > > On

Re: Plugins

2011-01-15 Thread Larry E. Masters
Write the plugin if you need it. Chances are if you have not found it using a google search or on Github there is not one publicly available. -- Larry E. Masters On Sat, Jan 15, 2011 at 12:52 AM, earth wrote: > Any update on the plugins for Authorize.net (AIM method) and iTransact > p

  1   2   3   4   5   >