Christophe Posted April 5, 2016 Posted April 5, 2016 In case someone knowledgeable enough wants to give an answer here: http://programmers.stackexchange.com/questions/314496/open-source-project-framework-or-core-php (I've found this indirectly while reading the book jump start php environment.) 1
kongondo Posted April 5, 2016 Posted April 5, 2016 In case someone knowledgeable enough wants to give an answer here: http://programmers.stackexchange.com/questions/314496/open-source-project-framework-or-core-php (I've found this indirectly while reading the book jump start php environment.) Maybe it's getting late here but is that (rather general question) really about ProcessWire (on the web)?
Christophe Posted April 6, 2016 Posted April 6, 2016 Perhaps not yet, but it could become... They talk about Laravel, October CMS, using a framework or plain PHP... it could be an opportunity to present ProcessWire (which has advantages of a CMF/CMS and advantages of plain PHP, etc.). I'm open to put this post elsewhere (I wasn't sure where to put it). 2
MatthewSchenker Posted April 7, 2016 Posted April 7, 2016 Greetings, Christophe: I see where you're at with this! For a long time, I've been emphasizing the framework aspects of ProcessWire, and I have even made direct comparisons between ProcessWire and Laravel and CodeIgniter. I use those "other" frameworks from time to time, and I am always struck with how I can really do the same things in ProcessWire, but in less time, with more fun, and feel like I am part of a better community! Along these lines, check out this adventure... -> https://github.com/hettiger/larawire Thanks, Matthew 4
cstevensjr Posted April 7, 2016 Posted April 7, 2016 I read this today and I had to leave a comment that I was surprised that ProcessWire wasn't listed http://enews1.websitemagazine.com/q/GQHrt4sSbvpmSnbdz04dmYi1NrvF1N_P5r4tMHaRJ3-7-dKGhUTURRhbb 4
dragan Posted April 11, 2016 Posted April 11, 2016 (edited) I just learned today that the website for "Zurich IT Days 2016" is made with PW. Sadly, it's not mentioned anywhere (except in a meta tag), but might as well be later on. This is just a preview: informatiktage.ch/ Still has a few bugs... unpublished events are linked, and some CSS bugs, but it's getting there. Each company that does workshops has a login to create and edit blog posts, event infos etc. I just have an editor admin login, can't see what modules have been used, but it looks promising. Wonder who built it... Edit: it has gone live now (changed dev to live URL above) Edited April 12, 2016 by dragan 3
DaveP Posted April 11, 2016 Posted April 11, 2016 can't see what modules have been used Could use some help from AIOM.
pwired Posted April 11, 2016 Posted April 11, 2016 Here's an article that is mostly about Concete 5, but makes some comparisons with PW - maybe some ideas in there! I also think "blocks to create unique page structures on the fly" @Szabez, I think this is very interesting to speed up website building. I found this page where it is explained how to use "a page" as kind of "a block" Looks like this is a way to create blocks in processwire: http://wiki.processwire.com/index.php/Including_a_page_in_another_page I quote from this page: (in the middle of the page) "When fetching another page into a template file, for instance where it is being used" "as a Widget or an advertising block or banner," What do you guys think about making "blocks" this way ?
szabesz Posted April 12, 2016 Posted April 12, 2016 @pwired: How about using wireRenderFile() so just you specify which template partial you need, effectively using them (and their Page counterpart if needed) as "blocks". If it is just something that displays data coming from other Pages (say last five blog posts), we do not even need its own page, it is just a lonely "block/widget", but we might need to configure it somehow, so some sort of storage might still be needed. Since there are no rules for the frontend, it depends on our creativity to setup our own "blocks system". 1
apeisa Posted April 12, 2016 Author Posted April 12, 2016 Guys, keep it on topic! (it's my favorite topic, otherwise I wouldn't say ) 5
adrian Posted April 19, 2016 Posted April 19, 2016 Getting back to topic Third part in Maurizio Bonani's excellent series: http://blog.mauriziobonani.com/processwire-basic-website-workflow-part-3/ 5
felix Posted May 12, 2016 Posted May 12, 2016 Another post on t3n using processwire as an example of why classic CMS aren't always the best choice. (And as expected: Immediately random Typo3 fanboys with no pw experience whatsoever popping up and start hatin'. Business as usual). 6
marcus Posted May 13, 2016 Posted May 13, 2016 Another post on t3n using processwire as an example of why classic CMS aren't always the best choice. (And as expected: Immediately random Typo3 fanboys with no pw experience whatsoever popping up and start hatin'. Business as usual). Disclosure and probably explanation: t3n started as "Typo3 News", https://web.archive.org/web/20051217050007/http://www.t3n.de/ 4
isellsoap Posted May 20, 2016 Posted May 20, 2016 I wrote an article about ProcessWire for the German print magazine t3n (total circulation around 38k). Translated title is: "Flexible like frameworks: why the CMS ProcessWire is a real alternative to WordPress". The article will eventually also be available online (here), but for now you can only see the title and the teaser there. It’s an overview article that talks about content management (fields, pages, templates), the API, multi-lingual content and front-end editing in ProcessWire. 10
LostKobrakai Posted May 20, 2016 Posted May 20, 2016 I wrote an article about ProcessWire for the German print magazine t3n (total circulation around 38k). For those interested, do not buy it in a rush. I've the previous issue at home now.
apeisa Posted May 20, 2016 Author Posted May 20, 2016 I think all magazines that write about pw deserves to be bought! 4
isellsoap Posted May 25, 2016 Posted May 25, 2016 I wrote an article about ProcessWire for the German print magazine t3n (total circulation around 38k). Translated title is: "Flexible like frameworks: why the CMS ProcessWire is a real alternative to WordPress". The article will eventually also be available online (here), but for now you can only see the title and the teaser there. It’s an overview article that talks about content management (fields, pages, templates), the API, multi-lingual content and front-end editing in ProcessWire. Here’s the news article on my employee’s website which talks about the article: https://www.jambit.com/en/latest-info/news/processwire-alternative-to-wordpress-and-co/ 4
adrian Posted July 6, 2016 Posted July 6, 2016 A really great article from @M.O.Z.G highlighting his migration from WP to PW. It talks about structuring and retrieving data, multi-language output, creating your own module, and debugging using Tracy. Thanks for a great writeup - really nice work! http://mozg-studio.org/blog/migration2pw/ I have to include this quote from the article Quote I can't just open WP code after PW, blood drips from my eyes when WP 9
pwired Posted July 6, 2016 Posted July 6, 2016 Good find Adrian. Not only an informative but also a very good looking website. 1
M.O.Z.G Posted July 6, 2016 Posted July 6, 2016 6 hours ago, adrian said: A really great article from @M.O.Z.G highlighting his migration from WP to PW. Wow! Thanks for sharing, @adrian. Glad to see that the article seems useful. 7 hours ago, adrian said: I have to include this quote from the article Quote I can't just open WP code after PW, blood drips from my eyes when WP I was afraid that this idiom is very emotional, and thought to delete it later. Now I'm going to keep it 10
tpr Posted July 21, 2016 Posted July 21, 2016 https://whatcms.org/c/145_ProcessWire The third site (innobloom) is developed by us. The client spotted this and he is very happy now. So do I. 6
teppo Posted July 21, 2016 Posted July 21, 2016 25 minutes ago, tpr said: https://whatcms.org/c/145_ProcessWire "This CMS will sometimes include a meta tag within the html of each page". Kind of misinformation considering that ProcessWire will not include anything in your markup by itself, but I guess that's just some boilerplate content so no biggie. Also: congratulations to innobloom for getting listed there! 4
diogo Posted July 22, 2016 Posted July 22, 2016 Awesome!!! https://www.smashingmagazine.com/2016/07/the-aesthetic-of-non-opinionated-content-management-a-beginners-guide-to-processwire/ Thanks Francesco! 17
Jonathan Lahijani Posted July 22, 2016 Posted July 22, 2016 4 hours ago, diogo said: Awesome!!! https://www.smashingmagazine.com/2016/07/the-aesthetic-of-non-opinionated-content-management-a-beginners-guide-to-processwire/ Thanks Francesco! NIce work Francesco! I just left a comment on the article singing praises to generate even more excitement. 2
cstevensjr Posted July 22, 2016 Posted July 22, 2016 7 hours ago, diogo said: Awesome!!! https://www.smashingmagazine.com/2016/07/the-aesthetic-of-non-opinionated-content-management-a-beginners-guide-to-processwire/ Thanks Francesco! That was the best introduction/explanation of ProcessWire that I have ever read. You have an excellent grasp of how things work and know how to convey it in a very enjoyable writing style. A link to this article should be somewhere on the main ProcessWire website. Simply amazing writing! 7
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now