Question
How do you use aliases with autoloading models in codeigniter?

Answers

We can auto load model like this:
$autoload[‘model’] = array(array(‘usersmodel’, ‘users’), array(‘newsmodel’, ‘news’), ‘categorymodel’);   Your Comment




More Software Questions..
What is the inputsplit in map reduce software?

What is software configuration management?

What Is Java Api For Xml-based Rpc (jax-rpc)?

How can you implement fine-grained auditing?

What is IBM’s simple explanation for Big Data’s four critical features?

What is static synchronized method in JDBC API? Give an example?

What does the NULLIF function do?

What happens if a start method is not invoked and the run method is directly invoked?

Should we override finalize method

what is the difference between mysql_fetch_array and mysql_fetch_object?

How will XML affect my document links?

Why to use Style Sheets?

What are Filters in MVC?

Can you explain Application layer in OSI model?

How to define new testplan attributes?

What are the minimum system requirements to run Photoshop? Is it possible to run Photoshop over linux?

Which oracle package is used to manage the oracle lock management services?

What is Latch Up? Explain Latch Up with cross section of a CMOS Inverter. How do you avoid Latch Up?

What is marker interface?

What types of partitioning are there for BW?



Search
Can you Answer!!
  • Q How to add helper plug-ins on the webpage using HTML?
  • Q How much of a bond must the Commisioner submit as a pledge of faithful performance? (A)$20,000 (B)$100,000 (C)$50,000 (D)$40,000
  • Q In the Bible who put Daniel in the lions den
  • Q Father of space research?
  • Q Where in the inner ear are the ampullae found and What is the function of this structure?
  • Q What are the different strategies used by personnel managers?
  • Q What is the difference between a Debug and Release build? Is there a significant speed difference? Why or why not?
  • Q What is the difference between an occipital bun and a nuchal torus?
  • Q Who killed Kartaviryarjuna?
  • Q In C++, what is the difference between method overloading and method overriding?
  • Q How is an sql statement processed? what are the steps that an sql statement undergoes for compilation?