Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I want to use 3rd party js files in my application. I have little bit knowledge in Yii 1.1.
But I'm very new to Yii 2.0. Now i'm started working on Yii 2.0 advanced.
I tried with Yii official documentation but it's hard to understand.
Can anyone suggest me for Yii 2.0 reference book in simple manner.
Thanks in advance.
A good book for yii2 beginners, based upon the advanced template:
https://leanpub.com/yii2forbeginners/ (290 pages)
If you already have some experience with yii1 or yii2 and like the test driven developement I recommend this book (rewritten 3rd edition of a book which was already published on yii1 in two editions):
https://www.packtpub.com/web-development/web-application-development-yii-2-and-php/
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
I am thinking on using SilverStripe as a CMS for a website I'm coding. I want to use ReactJS for the theme of the frontend's UI. I can't find any information on this except from this, but that only states that they are integrating it and nothing else. Have also looked into this but that's a backend UI extension.
Has anybody tried it out?
SilverStripe makes no assumptions or impositions on what you do with your frontend. You're free to use any framework and/or toolchain you like. For some good examples of React/Webpack with in a SilverStripe theme, check out:
https://github.com/stevie-mayhew/silverstripe-redux-example
Or for just a basic webpack workflow:
https://github.com/unclecheese/silverstripe-webpack-starter
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
Silverstripe has an awesome framework has anybody found any tutorials or examples how to take the framework and make own admin or CMS of your own?
Just don't install the CMS. Setup your routes (routes.yml), controllers (RootURLController and others) and templates (RootURLController.ss etc...), and you're done. The Framework actually comes with the admin side, which you can use for Member/Security management, and ModelAdmin!
http://doc.silverstripe.org/en/developer_guides/controllers/routing/
http://doc.silverstripe.org/en/developer_guides/controllers/introduction/
http://doc.silverstripe.org/en/developer_guides/templates/rendering_templates/
http://doc.silverstripe.org/en/developer_guides/customising_the_admin_interface/modeladmin/
It's not that different. Just remove the cms folder and do your things with the controller.
http://doc.silverstripe.org/en/developer_guides/controllers/introduction/
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I was wondering if anyone is using the (official?) CI fork on GitHub https://github.com/bcit-ci/CodeIgniter. I'd like to know if it's stable and safe to use CI, especially for small, no-frills, personal projects. Or it is like there is nothing but chaos in CI community and the framework is to be avoided at all costs? Please share your experience.
there's different versions on that page but you will probably be using either CI 2.2 (considered the stable release version) or CI Develop which is sometimes called CI 3.
Codeigniter framework has been acquired by British Columbia Institute of Technology - it was just announced a few days ago.
https://ellislab.com/blog/entry/your-favorite-php-framework-codeigniter-has-a-new-home
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
Hey,
normally im developing with doctrine 2.0 and CodeIgniter with PHP 5.3x
Now i hav to work with php 5.2 for one site and im asking which orm should i take because Doctrine2 needs PHP 5.3x
Should i simply use doctrine 1.2 for my site? Has anyone experiences with this version or is there another good orm?
I highly recommend DataMapper:
Source:
https://bitbucket.org/wanwizard/datamapper
Forum: http://codeigniter.com/forums/viewthread/178045/
Home Page: http://stensi.com/datamapper/
The docs are great, the syntax is intuitive, and it is very powerful and easy to extend, and most importantly in your case, it only requires php 5.0
It is actively developed, and WanWizard is also very helpful and responsive on the forums.
I recommend NotORM
http://www.notorm.com/
It's easy to use, it's use the SimpleXML object chaining concept for database relation, and use PDO for query execution
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
Can anyone point me towards a good tutorial/documentation on writing symfony plugins?
I'm trying to write a plugin for paypal using doctrine and sf 1.4.
Thanks
The Jobeet tutorial has a section of turning the Jobeet application into a plugin which is very good.
http://www.symfony-project.org/jobeet/1_4/Doctrine/en/20
There already exists a couple of plugins PayPal integration but I think most of them are for 1.0/1.2 and were never fully completed. Might be worth taking a look at them on the Symfony site.
And there's this: http://www.symfony-project.org/plugins/FAQ