Part of the EllisLab Network
   
12 of 12
12
Wick 0.91 - Discontinued
Posted: 08 April 2009 02:29 PM   [ Ignore ]   [ # 111 ]  
Lab Assistant
RankRank
Total Posts:  164
Joined  04-26-2008

Ok. Any help for my error? I am developing an application in which this WICK would be like a salt for a good grilled meat smile But it doesn’t work.. What to do?

Profile
 
 
Posted: 21 June 2009 06:50 PM   [ Ignore ]   [ # 112 ]  
Summer Student
Total Posts:  9
Joined  03-12-2009

The link seems to be broken. Is there another way to get Wick?

Profile
 
 
Posted: 28 August 2009 05:35 AM   [ Ignore ]   [ # 113 ]  
Research Assistant
Avatar
RankRankRank
Total Posts:  369
Joined  06-16-2006

Link fixed.

 Signature 

Best regards. Zacharias.
Matchbox (Modular Separation) | Wick (Controller Loader)

Profile
 
 
Posted: 05 October 2009 07:23 AM   [ Ignore ]   [ # 114 ]  
Summer Student
Total Posts:  1
Joined  10-05-2009

Hi Zacharias,

I’m trying to use the Wick library for rendering a menu throughout the site. I have menu controller setup, implemented the index method and simply call $this->wick->light(‘menu’); in every page. One part of my site uses custom routes (urls starting with /gallery/). Basically it reroutes calls to another method called show with some parameters, instead of index. My menu works fine in all pages, but that particular part of the website with custom routing. I get error message saying Wick could not light “menu/show”. The method doesn’t exist.. Seems like it applies the routing rules from the parent controller (the real URL) for that part of the site. Is that an expected behavior and if it is, what would be the proper way to work around it?

Thanks.

Profile
 
 
Posted: 12 October 2009 10:39 AM   [ Ignore ]   [ # 115 ]  
Research Assistant
Avatar
RankRankRank
Total Posts:  369
Joined  06-16-2006

CodeIgniter has seen some major updates since the last time I updated Wick, so I expect it to be very unstable at best. I’m currently getting Matchbox up to speed, but afterwards I hope to treat Wick the same way. (:

For now, I don’t recommend using Wick in a production environment.

 Signature 

Best regards. Zacharias.
Matchbox (Modular Separation) | Wick (Controller Loader)

Profile
 
 
Posted: 03 July 2010 12:37 AM   [ Ignore ]   [ # 116 ]  
Summer Student
Total Posts:  16
Joined  04-13-2010

i like wick lib but i have any problem:
i Call a controller on Views:
<? $this->wick->light(‘global/component/showtopmenu’); ?>
it run true but on this controller, i call a model:
$this->load->model(‘frontend/shop/m_cat’, ‘m_shop_cat’);
$assign[‘list’][‘product’] = $this->m_shop_cat->getList($where, $order)->result_array();
On model used $this->db
Result: error !
A PHP Error was encountered

Severity: Notice

Message: Undefined property: M_cat::$db

Filename: shop/m_cat.php

Line Number: 45

Fatal error: Call to a member function select() on a non-object in E:\xampp\htdocs\Let Project\codeigniter\application\models\frontend\shop\m_cat.php on line 45

Please help me!

Sorry for my bad English !

Profile
 
 
Posted: 05 September 2010 07:54 AM   [ Ignore ]   [ # 117 ]  
Research Assistant
Avatar
RankRankRank
Total Posts:  369
Joined  06-16-2006

I am discontinuing my Wick project. Anyone is free to grab the source and work with it from there, but for now I wont be supporting or updating it. Sorry I can’t help Ngua Go, this is a very old project and it never really became stable.

 Signature 

Best regards. Zacharias.
Matchbox (Modular Separation) | Wick (Controller Loader)

Profile
 
 
Posted: 05 September 2010 08:07 AM   [ Ignore ]   [ # 118 ]  
Summer Student
Total Posts:  16
Joined  04-13-2010

I really love and want to use Wick. If my db class can run on controller then my code very good. Help me please ! (Or suggest for me)

Profile
 
 
Posted: 05 July 2011 11:30 AM   [ Ignore ]   [ # 119 ]  
Summer Student
Total Posts:  6
Joined  07-05-2011

Hi, I know this project’s been discontinued for about a year but I was wondering if the link could be repaired… definitely would like to play around with it. Thanks!

Profile
 
 
Posted: 05 July 2011 01:03 PM   [ Ignore ]   [ # 120 ]  
Sr. Research Associate
Avatar
RankRankRankRankRank
Total Posts:  4115
Joined  11-04-2008

If you’re looking for an option to load other controllers, you might want to check out Modular CI instead.

 Signature 

WanWizard.eu | Modular CI, an HMVC solution | DataMapper ORM

Profile
 
 
   
12 of 12
12