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.
daGrevis
Discussions
24
Comments
70
Activity
Default route not working
This don't belong here.
Comment by
daGrevis
June 2011
permalink
Display db rows in Input::select() with ORM
get_object_vars( object $object ). Random idea: You can try type-cast object to array. Ha, ha!
Comment by
daGrevis
June 2011
permalink
Email Library
Is there any progress yet? Is someone creating something? If not... I could give a shot. x)
Comment by
daGrevis
May 2011
permalink
Session Class is Acting Strange!
After cookies clearing all works.
Comment by
daGrevis
May 2011
permalink
Global cache on/off
Sorry, Jelmer. I didn't mean to somehow say that you are doing bad job or whatever. All Fuel project is great and, in my opinion, much better than CodeIgniter or Kohana, for example! I really respect what you and other great developers do... y…
Comment by
daGrevis
May 2011
permalink
Global cache on/off
Guys, you must finish faster! ( I need to use Fuel to make complete site for client in next weeks, but as I can see, it isn't 100% ready.
Comment by
daGrevis
May 2011
permalink
Execution Time and Other Stats...
Thanks, it's what I been lookin' for.
Comment by
daGrevis
May 2011
permalink
Execution Time and Other Stats...
Yes, thanks 'bout that. But I'm looking for a way to get those stats as an array to include them in my view (so they match with my look of site).
Comment by
daGrevis
May 2011
permalink
How to Fight CSRF?
Issue has been added.
Comment by
daGrevis
May 2011
permalink
Error in fresh downloaded fuelphp
You are running PHP 5.2.x. Fuel works from PHP 5.3.x
Comment by
daGrevis
May 2011
permalink
How to Fight CSRF?
Thanks, when 'csrf_expiration' is set to positive number - it works! It was set to '0' and expiration of cookie, weird, but is "until session is destroyed". Still it doesn't work and it should be fixed!
Comment by
daGrevis
May 2011
permalink
any news on rc3 ?
Thanks, Mitchell. That solved the problem. x)
Comment by
daGrevis
May 2011
permalink
any news on rc3 ?
Just switched to newest code. Why do I get this? Fuel\Core\Fuel_Exception [ Error ]: Database type not defined in development configuration This is my config/db.php. Edit: dev is defined! Edit #2: I don't see what he is angry about! ht…
Comment by
daGrevis
May 2011
permalink
any news on rc3 ?
I would better welcome final version! =]
Comment by
daGrevis
May 2011
permalink
How to Fight CSRF?
1) Thanks again for Debug::dump(), 2) It's kinda problem... Variable #1: string(32) "c85a869b9fa0167bdf83986aa24b3730" Variable #2: string(32) "1804dbb4bae0abe5e59766af4c627cdf" So... why they aren't equal? What…
Comment by
daGrevis
May 2011
permalink
How to Implement Pagination in MVC Architecture?
Oki-doki. Before I did all the pagination in the model.
Comment by
daGrevis
May 2011
permalink
How to Fight CSRF?
Then it don't work for me... I have... 'csrf_autoload' => true, 'csrf_token_key' => 'token', if( !Security::check_token() ) { exit; } // code if all is ok And all the time 'exit…
Comment by
daGrevis
May 2011
permalink
Should I Create Separate Methods for Form Presentation and Processing in Controller?
I did like this... Controller_News in classes/controller (for displaying news) and Controller_News_Add in classes/controller/news/add.php with methods action_index() for displaying form for news adding and action_process(), that checks for validati…
Comment by
daGrevis
May 2011
permalink
How to Fight CSRF?
Tell me what I do incorrect! I set csrf_autoload to true. I print out token from Security::fetch_token() in form as a hidden field with name - 'token'. I check for that token with Security::check_token( Input::post( 'token' ) ) …
Comment by
daGrevis
May 2011
permalink
Noob Question: 'No input file specified' message
Then try to encourage them to help me. It seems that they ignore me... or simple don't know. P.S. It's annoying that "read-topics" function, I guess, works on cookies. You see... I'm now viewing this forums using another P…
Comment by
daGrevis
May 2011
permalink
Noob Question: 'No input file specified' message
Poor me... none can help me. As far I found this topic about similar problem for CodeIgniter, but it didn't helped me.
Comment by
daGrevis
May 2011
permalink
Noob Question: 'No input file specified' message
Anyone? I can provide more info, if needed.
Comment by
daGrevis
May 2011
permalink
Input::server('HTTP_REFERER') empty
I feel bad about this forum engine... it rapes the code. Anyway, I meant there a JScript and s-c-r-i-p-t and w-i-n-d-o-w-.-l-o-c-a-t-i-o-n.
Comment by
daGrevis
May 2011
permalink
Input::server('HTTP_REFERER') empty
I would love to hear from someone else is your idea about Input::server('HTTP_REFERER') possible, but at the moment you can do like I do: Controller_SignUp: Session::set_flash( 'notification', 'You have been successfully …
Comment by
daGrevis
May 2011
permalink
Noob Question: 'No input file specified' message
Yes, I have FastCGI. I changed .htaccess as suggested - "No input file specified" disappeared, but now I have my custom 404 pages for pages that exist as well (except: index page)! You can have a look here... http://non.dagrevis.lv/wravem…
Comment by
daGrevis
May 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
daGrevis
Joined
February 2011
Visits
0
Last Active
March 2012
Roles
Member