Quantcast
Channel: php – Nadzweb.com
Browsing latest articles
Browse All 6 View Live

CodeIgniter as a preferred php framework

I had another go at Php frameworks and i chose CodeIgniter because it is much faster and allows loose coupling of components. Some features of CodeIgniter: Model-View-Controller Based System PHP 4...

View Article



How to Import External Data into SilverStripe models

I have been working on importing external data into SilverStripe(SS) models. This post is for advanced users of SilverStripe CMS. Assume we have SS models, Food and FoodCategory to which we want to...

View Article

Auto Image Field wordpress plugin and $wpdb->prepare issue

I have been using Auto Image Field plugin by Arturo on this blog site. Lately when i added a blog post, the wp-admin shouted an exception: Missing argument 2 for wpdb::prepare(), called in...

View Article

Image may be NSFW.
Clik here to view.

Advanced faq module for SilverStripe CMS

For a SilverStripe project that I was working on, I had to provide a FAQ type feature. Thus I have developed an AdvancedFAQ module for SilverStripe CMS. The advancedfaq module allows you to add faqs on...

View Article

Image may be NSFW.
Clik here to view.

Member notification module for SilverStripe

I have been using SilverStripe CMS for sometime now. For a project that I was working on, I had to provide a simple messaging feature between Content Authors and Administrators. Thus I have developed a...

View Article


Adding a subscriber to MailChimp list using Unirest

Below is the Php code that can be used to add a subscriber to MailChimp. Composer dependency: "mashape/unirest-php": "dev-master" private function addSubscriberToMailChimpList($member) { try { $listid...

View Article
Browsing latest articles
Browse All 6 View Live




Latest Images