Posts

Showing posts from 2013

How to Create Own Form in Interspire

There are Four files should be Created for to Create own Interspire Form ,steps  mention below before you should make herf link for Sony idea in topmenu.html file in panel directory and pass the link interspire/master.php. Steps 1. Create Master.php → interspire/master.php and paste the given below code include(dirname(__FILE__)."/init.php"); require(dirname(__FILE__).'/includes/classes/class.master.php'); $GLOBALS['ISC_CLASS_GIFT_CERTIFICATES'] = GetClass('ISC_MASTER'); $GLOBALS['ISC_CLASS_GIFT_CERTIFICATES']->HandlePage(); Step 2. Create class.master.php → interspire/include/class/class.master.php and paste given below code class ISC_MASTER { public function HandlePage() { //$GLOBALS['ISC_CLASS_TEMPLATE']->SetPageTitle(sprintf("%s - %s", GetConfig('StoreName'), GetLang('Master'))); //$GLOBALS['ISC_CLASS_TEMPLATE']->SetTemplate("giftcertifica

How to Create Panel and Snippets in Interspire

How to create Panel and snippets in Interspire only 3 Steps Step 1. Create php file Cat.php in include/display/Cat.php and copy the hole code and pasted on it <?php //$GLOBALS['MyPlaceholder'] = "This is some bharat <b>text</b> to show"; CLASS ISC_Cat_PANEL extends PANEL { function SetPanelSettings() { $GLOBALS['Category'] = "Sony" ; This %%GLOBAL_Category%% syntex to define global variable put on Cat.html file which is belong to panel directory in default then Panel being dynamic.. you can put in snippets also ...accoding to req. // we can using a text or image-based logo? $test="i love Sony Mobile"; $test .= $GLOBALS['ISC_CLASS_TEMPLATE']->GetSnippet("Cat"); I I In GetSnippet("Cat"); Cat is the snippets name we can render to dynamic snippets //$GLOBALS['ISC_CLASS_TEMPLATE']->GetSnippet(&quo

Php's Error Reporting

The Error -reporting directory determines the reporting sensitivity Level Sr.N Error Level Description 1. E_All All error and warning 2. E_COMPILE_ERROR Fatal compile time error 3. E_COMPILE_WARNING Compile time warning 4. E_CORE_ERROR Fatal erros that occure during php's initals start 5. E_CORE_WARNING Warning that occur during php's inital start 6. E_DEPRECATED Warning regarding use of feature scheduled for removal in a future php release(introduced in php 5.3) 7. E_ERROR Fatal run-time error 8. E_NOTICE Run- time notices 9. E_PARSE Compile -time parse error 10. E_RECOVERABLE_ERROR Near-fatal errors(introduced in php5.2) 11. E_STRICT Php version portability suggestion(introduced in Php 5.0) 12. E_USER_DEPRECATED Warning regardi

LDAP

Image
I am going to start about basic LDAP concept  in Php here, basically, LDAP is lightweight Directory Access Protocol .it is a mechanism to organize the directory in hard disk a directory server manager can set up any structure that is meaningful for the purpose there are some convention that are used the massage is that you can't write code to access a directory server unless you know something about its structure,any more than you can use a database also... Basically,more Complex Searching supporting in using LDAP's feature since php have bunch of function for updating LDAP Directory server.Indeed, you can be used to add and update and delete entities to the LDAP Directory Tree . More Convenience to search in Complex data or entities form the directory and Hard Disk,using pass specific parameter in Php 's LDAP let example to understand how to work LDAP in Complex Searching. we suppose that my colleague ravi shah is working in any organization it is quite obvious th