Add rules to autoload

Author Message

Damien MARTIN

Tuesday 14 June 2011 1:43:22 am

Hi there,

I would like to know if it is possible to add rules to autoload through ez extensions without having to alter /autoload.php .

My problem is that I have to include an extra library to read some xls files.

It works well outside of ezpublish. But to integrate it I have to add some things in the beginning :

$path = './Classes/';
    set_include_path(get_include_path() . PATH_SEPARATOR . $path);

    function __autoload($classe)
    {
        $fichier = str_replace
           (
             '_',           # Caractère à remplacer.
             DIRECTORY_SEPARATOR, # Caractère de remplacement.
             $classe              # Cible du remplacement.
           ) . '.php' ;
        require_once($fichier) ; # Chargement de la classe.
    }

    // Because the name of the classes is made of the full path to the class file
    // ex. : $objet = new PHPExcel_Reader_Excel5();

Jérôme Vieilledent

Tuesday 14 June 2011 1:50:52 am

Hi Damien

Yes, this is possible, but not inside extensions. You will need to alter your config.php.

Here's an extract from config.php-RECOMMENDED :

/*
   CUSTOM AUTOLOAD MECHANISM
   -------------------------
   It is also possible to push a custom autoload method to the autoload
   function stack. Remember to check for class prefixes in such a method, if it
   will not serve classes from eZ Publish and eZ Components.
   Here is an example code snippet to be placed right in this file, in the case
   you would be using your custom Foo framework, in which all PHP classes would be
   prefixed by 'Foo' :

   <code>
       ini_set( 'include_path', ini_get( 'include_path' ). ':/usr/lib/FooFramework/' );
       require 'Foo/ClassLoader.php';

       function fooAutoload( $className )
       {
          if ( 'Foo' == substr( $className, 0, 3 ) )
          {
              FooClassLoader::loadClass( $className );
          }
       }
       spl_autoload_register( 'fooAutoload' );
   </code>
*/

Damien MARTIN

Tuesday 14 June 2011 1:58:18 am

Thanks Jérôme.

It will save my day :)

Marko Žmak

Tuesday 14 June 2011 7:32:10 am

Hi Damien, in fact you can use external libraries without altering config.php, see here:

--
Nothing is impossible. Not if you can imagine it!

Hubert Farnsworth

Damien MARTIN

Wednesday 15 June 2011 4:58:25 am

"

Hi Damien, in fact you can use external libraries without altering config.php, see here:

"

It looks interesting too. I'll look at this when I'll have some time

Thanks

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.

eZ debug

Timing: Jan 29 2025 23:43:58
Script start
Timing: Jan 29 2025 23:43:58
Module start 'layout'
Timing: Jan 29 2025 23:43:58
Module start 'content'
Timing: Jan 29 2025 23:43:59
Module end 'content'
Timing: Jan 29 2025 23:43:59
Script end

Main resources:

Total runtime0.8890 sec
Peak memory usage4,096.0000 KB
Database Queries67

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0054 588.1250151.2109
Module start 'layout' 0.00540.0021 739.335936.6406
Module start 'content' 0.00750.8808 775.9766567.5625
Module end 'content' 0.88830.0007 1,343.539115.8750
Script end 0.8890  1,359.4141 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00290.3249160.0002
Check MTime0.00130.1425160.0001
Mysql Total
Database connection0.00080.094510.0008
Mysqli_queries0.830993.4643670.0124
Looping result0.00050.0578650.0000
Template Total0.853596.020.4268
Template load0.00210.231120.0010
Template processing0.851495.773820.4257
Template load and register function0.00020.021510.0002
states
state_id_array0.00170.190710.0017
state_identifier_array0.00170.186320.0008
Override
Cache load0.00180.1986360.0000
Sytem overhead
Fetch class attribute can translate value0.00050.053630.0002
Fetch class attribute name0.00100.116880.0001
XML
Image XML parsing0.00470.523130.0016
class_abstraction
Instantiating content class attribute0.00000.0018100.0000
General
dbfile0.00530.5980310.0002
String conversion0.00000.000840.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1node/view/full.tplfull/forum_topic.tplextension/sevenx/design/simple/override/templates/full/forum_topic.tplEdit templateOverride template
5content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
5content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
6content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
2content/datatype/view/ezxmltags/literal.tpl<No override>extension/community/design/standard/templates/content/datatype/view/ezxmltags/literal.tplEdit templateOverride template
2content/datatype/view/ezxmltags/strong.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/strong.tplEdit templateOverride template
2content/datatype/view/ezxmltags/link.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/link.tplEdit templateOverride template
2content/datatype/view/ezxmltags/li.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/li.tplEdit templateOverride template
2content/datatype/view/ezxmltags/ul.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/ul.tplEdit templateOverride template
1content/datatype/view/ezxmltags/quote.tpldatatype/ezxmltext/quote.tplextension/ezwebin/design/ezwebin/override/templates/datatype/ezxmltext/quote.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 29
 Number of unique templates used: 11

Time used to render debug report: 0.0001 secs