Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I'm already use joomla component creating application . But that is not a best way , then i think to learn it. please send best tutorial for that . :)
This is the general documentation page for developing Joomla! Components.
The Joomla! Doc's tutorial specifically for components in 2.5 is this one.
The list of Joomla! Doc's for all versions of Joomla! can be found on this page.
The one referenced to by #pikk is for Joomla! 1.5.
The page referenced to by #chandresh is a Joomla forum question from 2006 for Joomla 1.0.
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I am new to symfony just a month before, i am given a task to develop a symfony plugin. Can any one please Guide me how to write a plugin ? Any latest tutorial supporting symfony 2.5.
i searched a lot but found legacy version.
Please Guide me
Thanks A lot !
Basically in Symfony2 naming convention you don't use word plugin but Bundle. Plugin word was used in Symfony 1.x - probably that's why you get legacy version results, try searching Bundle. There's a lot of stuff in net about it. Try this, this or this
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I am looking for simple and easy to use/install login system for CodeIgniter 3.0 (dev).
I've seen few different scripts but mostly for CodeIgniter 2.x.
I will appreciate any help.
The best Auth library out there is Ion-Auth by Ben Edmunds
From the repo page:
CodeIgniter Version 3 Compatibility
CodeIgniter v3 requires the class names to be ucfirst(). In order to support this follow the standard installation procedures and then either rename the following files or create symlinks
config/ion_auth.php => config/Ion_auth.php
models/ion_auth_model.php => models/Ion_auth_model.php
models/ion_auth_mongodb_model.php => models/Ion_auth_mongodb_model.php
Note: Ion-Auth is implemented in many projects. Like PyroCMS.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I'm start learning the tools for Behaviour Driven Development in PHP like SpecBDD and StoryBDD with Symfony2.
The official documentations of these tools are excelent, but not enough to start learning for me (and I hope for other beginners in this subject).
So... Is there any basic featured (I mean basic user authentication / authorization, basic crud of any other model and a few static pages) symfony2 example application developed with these tools?
I want to know for example how to write phpspec for the form types and other symfony's stuff
You can follow the Full stack BDD talk talk by _md and everzet here: https://github.com/everzet/fullstack-bdd-sflive2012/commits/master.
Everzet's wrapup is here: http://everzet.com/post/31581124270/fullstack-bdd-2012-wrapup
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I have been looking for website templates to download so far I got only one bootstrap template. I can't seem to find much with source code attached with them for download. Which site do you recommend?
You aren't going to find many templates online that have ready made "server-side" code included. The point of a template is to kick-start the user interface and experience development. Normally it will only include HTML/CSS (and Javascript/Jquery) functionality. It is up to you (the coder) to fill in the implementation details according to your requirements and language of choice, .NET, PHP etc.
Here are some other bootstrap starter templates http://startbootstrap.com/all-templates
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I have been searching for a Zend Framework based CRM project to start with....so far no luck. It would be great if some one can suggest one :)
Thanks in advance!
Emran
Checkout BizSense, its an CRM based on Zend Framework and Dojo.
BizSense