Documentation on creating Plug-ins
Permalink
I would like to get some documentation on the creation of plug-ins. I have been using PHP for many years but do not have any MVC experience, so are there some recommended C5 books that take up C5 and it's implementation of MVC?
Thank you for any assistance...
Todd
Thank you for any assistance...
Todd
welcome to the concrete5 community! :)
Plugins are called "Add-ons" here and the often contain custom "Blocks". So if you want to start to create your first custom concrete5 block there are a lot of resources given:
There is a book written by Remo which also covers the creation of your own block:
http://www.packtpub.com/concrete5-beginners-guide/book?tag=rk/concr...
Personally I started with jordan lev how-to's:
http://c5blog.jordanlev.com/blog/2011/12/build-a-slideshow-block/...
There is also a nice block which is called designer content by jordan which helps you creating your first block in the dashboard and inspect/change the source code:
http://www.concrete5.org/marketplace/addons/designer-content/...
Have fun with concrete5!