From quanta Tue Jun 03 17:56:27 2008 From: "John Arevalo" Date: Tue, 03 Jun 2008 17:56:27 +0000 To: quanta Subject: [Quanta] AutoLoad php Classes Message-Id: <247dab880806031056m3289e2abwea46767c59989f94 () mail ! gmail ! com> X-MARC-Message: https://marc.info/?l=quanta&m=121251584514849 Hi list, This is my first post in the list, so , I introduce myself: I'm John Arevalo, from Colombia, Quanta user since 1 year ago. I begin to work with symfony[1], and its creates my ORM classes in lib folder. PHP classes autocomplete works in Quanta only when Class is defined on same file or when has include call without variables : $my_path = '/var/www/lib'; include('/var/www/lib/MyClass.php'); //this enables autocomplete for MyClass instances. include($my_path.'MyClass.php'); //this does not enable autocomplete for MyClass instances. how configure Quanta to enable autocomplete to all files from my lib folder, without include them? [1] http://www.symfony-project.org/ Thanks, -- John Arévalo GNU/Linux User #443701 http://counter.li.org/ _______________________________________________ Quanta mailing list Quanta@mail.kde.org https://mail.kde.org/mailman/listinfo/quanta