Love Fuel?
Donate
About
Forums
Discussions
Login
FuelPHP Forums
Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
Huzzi
0
Discussions
36
Comments
138
Activity
Display UK date format
Jelmer Schreuder wrote on Tuesday 19th of July 2011: Seems you found something of a bug, still this would work: \Date::factory($subscription->expiry_date)->format('uk'); I just fixed it: To change the default timezone you have to…
Comment by
Huzzi
July 2011
permalink
Class 'SimpleUserWrongPassword' not found
Thanks jelmer
Comment by
Huzzi
July 2011
permalink
Class 'SimpleUserWrongPassword' not found
Jelmer Schreuder wrote on Saturday 16th of July 2011: Still looks like a bug, the exception class thrown should exist. I'll look into it. Thanks Jelmer. In the simpleauth class at the top the SimpleUserWrongPassword class defined as below…
Comment by
Huzzi
July 2011
permalink
Class 'SimpleUserWrongPassword' not found
I think I have found the answer.. need to call the change_password method with try catch block. Edit* Try catch did not help.
Comment by
Huzzi
July 2011
permalink
Website bugged
code formating on the forum is the main issue for me.. i think lot of people would be willing to help fixing the forum if it wasn't a paid add-on for pyrocms. Can't we have our own forum module that everyone can contribute
Comment by
Huzzi
July 2011
permalink
Image Library
Thanks guys, everything working fine with gd driver. Any suggestions on how to use imagemagick with wampserver?
Comment by
Huzzi
January 2011
permalink
Image Library
hi guys! I'm getting this error message below after download the latest from the develop repository. It was working fine before. Fuel\Core\Fuel_Exception [ Error ]: imagemagick executables not found in C:/wamp/imagemagick/ Any idea why?
Comment by
Huzzi
January 2011
permalink
Views example in docs returns error
Philipp .... wrote on Thursday 30th of June 2011: Hello, example 1 of 'Nested Views' returns some errors for me. Everytime it is something like: ErrorException [ Notice ]: Undefined variable: site_title But if I try example 2, all …
Comment by
Huzzi
June 2011
permalink
Own global php functions in views
Justin Kouwenhoven wrote on Tuesday 28th of June 2011: Hello, Is there a way to create global php functions that are accessible in views? Thanks. Yes, here's an example. place the file in app/classes/helper.php class Helper { …
Comment by
Huzzi
June 2011
permalink
Extending email class
what would be the best solution for these type of problem?
Comment by
Huzzi
June 2011
permalink
Extending email class
Harro Verton wrote on Monday 27th of June 2011: From where do you call the Email class? And how do you call it? And your app's bootstrap.php contains this? Autoloader::add_classes(array( 'Email' => APPPATH.'classes/email.p…
Comment by
Huzzi
June 2011
permalink
Extending email class
Can anyone help?
Comment by
Huzzi
June 2011
permalink
Extending email class
Code updated http://scrp.at/5l also added 'Email' => APPPATH.'classes/email.php', to the bootloader as suggested by huglester still not working. The method never gets called.
Comment by
Huzzi
June 2011
permalink
Should Asset::css returning Fuel_Exception?
Andres Vidal wrote on Tuesday 21st of June 2011: I made a mistake with Asset::css() and it returned a "bad" error that halted rendering. Isn't a better idea to silently error by excluding the missing resource instead of causing an …
Comment by
Huzzi
June 2011
permalink
Conditional join with DB class
got it working with this. ( Thanks jschreuder ) ->on('users.id', '=', 'photos.user_id') ->on('photos.default', '=', DB::expr(1))
Comment by
Huzzi
June 2011
permalink
How do you get someone to upgrade to PHP5.3?
Tell your hosting company that you'll move somewhere else if they don't upgrade I'm using dreamhost, they support php 5.3
Comment by
Huzzi
June 2011
permalink
CI-like MY_Controller
Your base public controller needs to extend the Controller_Template and your home controller needs to extend your public controller. Public class Controller_Public extends Controller_Template{ } Home class Controller_Home extends Contr…
Comment by
Huzzi
June 2011
permalink
casset - an alternative asset class which supports minifying scripts, cleaner syntax
Thanks again for your contribution.
Comment by
Huzzi
June 2011
permalink
casset - an alternative asset class which supports minifying scripts, cleaner syntax
Antony Male wrote on Saturday 11th of June 2011: A Huzz wrote on Saturday 11th of June 2011: thanks for your quick response, if you have identical files can you not place them with the same dir structure in the cache dir? so you will have cache…
Comment by
Huzzi
June 2011
permalink
casset - an alternative asset class which supports minifying scripts, cleaner syntax
Antony Male wrote on Saturday 11th of June 2011: A Huzz wrote on Saturday 11th of June 2011: I'm planning to use your library on my project and wondering how do you manage assets files in different locations for example mulitple theme dirs…
Comment by
Huzzi
June 2011
permalink
casset - an alternative asset class which supports minifying scripts, cleaner syntax
I'm planning to use your library on my project and wondering how do you manage assets files in different locations for example mulitple theme dirs? /Assets ----/themes /default /js /css /img /admin /js /css /img It would be cool if yo…
Comment by
Huzzi
June 2011
permalink
Fuel autoloading module/model throws exception
Forgot to mention, check the config file to make sure the orm package is unabled in the always_load section.. i don't think you need to use use orm in the controller. hope this helps.
Comment by
Huzzi
June 2011
permalink
Fuel autoloading module/model throws exception
Use http://scrip.at/ to post code while they fix the forum. Try putting \ front of the model name. $data['categories'] = \Model_Category::find('all',array('order_by' => array('position' => 'asc…
Comment by
Huzzi
June 2011
permalink
casset - an alternative asset class which supports minifying scripts, cleaner syntax
Antony Male wrote on Wednesday 8th of June 2011: Thanks for the encouragement! I doubt they'll want to change anything in Fuel with a release on the way, but I might mention it once they get back onto feature-adding and Casset gets a bit mor…
Comment by
Huzzi
June 2011
permalink
casset - an alternative asset class which supports minifying scripts, cleaner syntax
I like your library, it's quite simple as you said.. you should speak to the fuelphp dev guys to put your library inside the fuelphp repositories.
Comment by
Huzzi
June 2011
permalink
More Comments
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Apply for Membership
About
Username
Huzzi
Joined
January 2011
Visits
1
Last Active
March 2013
Roles
Member