Making authentication plugin but need some help

For Joomla! 3.x Coding related discussions, you could also use: http://groups.google.com/group/joomla-dev-general

Moderators: ooffick, General Support Moderators

Forum rules
Locked
marcus89uk
Joomla! Fledgling
Joomla! Fledgling
Posts: 4
Joined: Tue Sep 16, 2014 7:42 pm

Making authentication plugin but need some help

Post by marcus89uk » Tue Sep 16, 2014 7:49 pm

Hi there people :)

I'm having some issues to migrating Joomla 1.5 to 3.0 could you help me

How do I work this around J3.0?

Code: Select all

		$query = "
		CREATE TABLE IF NOT EXISTS users (
					username varchar(250) PRIMARY KEY,
					password text NOT NULL,
					created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP
				) CHARACTER SET utf8;
		";
Last edited by imanickam on Wed Sep 17, 2014 7:48 am, edited 1 time in total.
Reason: Moved the topic from the forum Open Source Products for Joomla! to the forum Joomla! 3.x Coding

bbolli
Joomla! Explorer
Joomla! Explorer
Posts: 455
Joined: Fri Nov 11, 2011 9:43 pm
Location: Chicago, IL

Re: Making authentication plugin but need some help

Post by bbolli » Wed Sep 24, 2014 2:48 pm

What's the context? Your question doesn't clearly state an end goal.


Locked

Return to “Joomla! 3.x Coding”