I notice that using app::import in the helper file or in the
controller, it will call the constructor of the class...
So all the old code doesnt work...
FOr example the fpdf example...doesn't work..
It call two time the constructor, and the var $orientation becomes an
array...
I want call the constructor in the setup of helper ...
But it triggers 2 times...
How can I say to app::import that I don't want to call the
constructor?...

    App::import("Vendor", "FPDF", array( "file" =>
"fpdf/fpdf.php" ) );

USing RC2 of cakephp

Thanks
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to